COLOR #CDC193

HEX: #CDC193
RGB: (205,193,147)

Color info

#CDC193 contains red, green and blue colors in about the same proportion. Web safe color of #CDC193 is #CCCC99 (or #CC9).

RGB color model

#CDC193 color RGB value is (205,193,147).

  • red value is 205;
  • green value is 193;
  • blue value is 147.
RGB:
(205,193,147)
(80%,76%,58%)

RGB channels and saturation

R 205 of 255 = 80%
G 193 of 255 = 76%
B 147 of 255 = 58%

205
193
147

R + G + B ~ 71%. #CDC193 is quite light color.

Portions of RGB colors in percentages

R + G + B =
205 + 193 + 147 = 545 (100%)
R 205 of 545 ~ 37.61%
G 193 of 545 ~ 35.41%
B 147 of 545 ~ 26.97%

%37.61
%35.41
%26.97

CMYK color model

#CDC193 color CMYK value is (0,6,28,20).

  • cyan value is 0.00%
  • magenta value is 5.85%
  • yellow value is 28.29%
  • key color value is 19.61%
CMYK:
(0,6,28,20)
C0M6Y28K20 
(0%,6%,28%,20%)
(0.00/0.06/0.28/0.20)	

CMYK percentages

%0
%5.85
%28.29
%19.61

Codes

Color #CDC193 in popluar color models

CDC193
RGB205193147
HSL48°36.71%69.02%
HSB/HSV48°28.29%80.39%
CMYK0.00%5.85%28.29%
19.61%

Color #CDC193 in popluar number systems.

HEXCDC193
Decimal205193147
Binary110011011100000110010011
Octal315301223

Shades and tints

Shades of #CDC193

#CDC193
(205,193,147)
#BBB086
(187,176,134)
#A99F79
(169,159,121)
#978E6C
(151,142,108)
#857D5F
(133,125,95)
#736C52
(115,108,82)
#615B45
(97,91,69)
#4F4A38
(79,74,56)
#3D392B
(61,57,43)
#2B281E
(43,40,30)
#191711
(25,23,17)
#000000
(0,0,0)

Tints of #CDC193

#CDC193
(205,193,147)
#D1C69C
(209,198,156)
#D5CBA5
(213,203,165)
#D9D0AE
(217,208,174)
#DDD5B7
(221,213,183)
#E1DAC0
(225,218,192)
#E5DFC9
(229,223,201)
#E9E4D2
(233,228,210)
#EDE9DB
(237,233,219)
#F1EEE4
(241,238,228)
#F5F3ED
(245,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CDC193 color. Also use rgb(205,193,147) instead hex code.

Text Font Color

.myTextColor { color: #CDC193; }

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

This text font color is #CDC193.


Background Color

.myBgColor { background-color: #CDC193; }

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

This div background color is #CDC193.


Border color

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

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

This div border color is #CDC193.


Opacity

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

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

Text with #CDC193 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 #CDC193;}

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

This text has shadow with #CDC193 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CDC193 on black background.


Color preview on white background

This text has color #CDC193 on white background.



Black color preview on #CDC193 background

This text has black color on #CDC193 background.


White color preview on #CDC193 background

This text has white color on #CDC193 background.