COLOR #C5C588

HEX: #C5C588
RGB: (197,197,136)

Renk bilgisi

#C5C588 contains mainly red and green colors. #C5C588 ‘ nin web güvenlik rengi #CCCC99 (ya da #CC9) dir.

RGB renk modeli

#C5C588 color RGB value is (197,197,136).

  • kırmız ton 197;
  • yeşil ton 197;
  • mavi ton 136.
RGB:
(197,197,136)
(77%,77%,53%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 197 of 255 = 77%
B 136 of 255 = 53%

197
197
136

R + G + B ~ 69%. #C5C588 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 197 + 136 = 530 (100%)
R 197 of 530 ~ 37.17%
G 197 of 530 ~ 37.17%
B 136 of 530 ~ 25.66%

%37.17
%37.17
%25.66

CMYK RENK MODELİ

#C5C588 rengi CMYK tonu (0,0,31,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 0.00%
  • sarı tonu 30.96%
  • ana renk tonu 22.75%
CMYK:
(0,0,31,23)
C0M0Y31K23 
(0%,0%,31%,23%)
(0.00/0.00/0.31/0.23)	

CMYK yüzdeleri

%0
%0
%30.96
%22.75

Codes

Color #C5C588 in popluar color models

C5C588
RGB197197136
HSL60°34.46%65.29%
HSB/HSV60°30.96%77.25%
CMYK0.00%0.00%30.96%
22.75%

Color #C5C588 in popluar number systems.

HEXC5C588
Decimal197197136
Binary110001011100010110001000
Octal305305210

Shades and tints

Shades of #C5C588

#C5C588
(197,197,136)
#B4B47C
(180,180,124)
#A3A370
(163,163,112)
#929264
(146,146,100)
#818158
(129,129,88)
#70704C
(112,112,76)
#5F5F40
(95,95,64)
#4E4E34
(78,78,52)
#3D3D28
(61,61,40)
#2C2C1C
(44,44,28)
#1B1B10
(27,27,16)
#000000
(0,0,0)

Tints of #C5C588

#C5C588
(197,197,136)
#CACA92
(202,202,146)
#CFCF9C
(207,207,156)
#D4D4A6
(212,212,166)
#D9D9B0
(217,217,176)
#DEDEBA
(222,222,186)
#E3E3C4
(227,227,196)
#E8E8CE
(232,232,206)
#EDEDD8
(237,237,216)
#F2F2E2
(242,242,226)
#F7F7EC
(247,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5C588 color. Also use rgb(197,197,136) instead hex code.

Text Font Color

.myTextColor { color: #C5C588; }

<p style="color:#C5C588">This sample text font color is #C5C588.</p>

This text font color is #C5C588.


Background Color

.myBgColor { background-color: #C5C588; }

<div style="background-color:#C5C588">Inner text</div>

This div background color is #C5C588.


Border color

.myBorderColor { border: 1px solid #C5C588; }

<div style="border:3px solid #C5C588">Div</div>

This div border color is #C5C588.


Opacity

.myOpacity80 { color: #C5C588; opacity: 0.8; }

<p style="color:#C5C588;opacity:0.8;">80%</p>

Text with #C5C588 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C5C588;}

<p style="text-shadow: 3px 3px 1px #C5C588">Text here.</p>

This text has shadow with #C5C588 color.

.textShadow {text-shadow: 3px 3px 1px #C5C588, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C5C588, 5px 5px 20px red">Text here.</p>

This text has shadow with #C5C588 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C5C588, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C5C588, Direction=45, Strength=4)">Text</p>

This text has shadow with #C5C588 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #C5C588;
  -webkit-box-shadow:	1px 1px 3px 2px #C5C588;
  box-shadow:		1px 1px 3px 2px #C5C588;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C5C588;
-webkit-box-shadow: 1px 1px 3px 2px #C5C588;
box-shadow:1px 1px 3px 2px #C5C588;">
Div content here</div>
This div box has shadow with color #C5C588.

Preview

Color preview on black background

This text has color #C5C588 on black background.


Color preview on white background

This text has color #C5C588 on white background.



Black color preview on #C5C588 background

This text has black color on #C5C588 background.


White color preview on #C5C588 background

This text has white color on #C5C588 background.