COLOR #CD9648

HEX: #CD9648
RGB: (205,150,72)

Color info

#CD9648 contains mainly red and green colors. Web safe color of #CD9648 is #CC9933 (or #C93).

RGB color model

#CD9648 color RGB value is (205,150,72).

  • red value is 205;
  • green value is 150;
  • blue value is 72.
RGB:
(205,150,72)
(80%,59%,28%)

RGB channels and saturation

R 205 of 255 = 80%
G 150 of 255 = 59%
B 72 of 255 = 28%

205
150
72

R + G + B ~ 56%. #CD9648 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
205 + 150 + 72 = 427 (100%)
R 205 of 427 ~ 48.01%
G 150 of 427 ~ 35.13%
B 72 of 427 ~ 16.86%

%48.01
%35.13
%16.86

CMYK color model

#CD9648 color CMYK value is (0,27,65,20).

  • cyan value is 0.00%
  • magenta value is 26.83%
  • yellow value is 64.88%
  • key color value is 19.61%
CMYK:
(0,27,65,20)
C0M27Y65K20 
(0%,27%,65%,20%)
(0.00/0.27/0.65/0.20)	

CMYK percentages

%0
%26.83
%64.88
%19.61

Codes

Color #CD9648 in popluar color models

CD9648
RGB20515072
HSL35°57.08%54.31%
HSB/HSV35°64.88%80.39%
CMYK0.00%26.83%64.88%
19.61%

Color #CD9648 in popluar number systems.

HEXCD9648
Decimal20515072
Binary11001101100101101001000
Octal315226110

Shades and tints

Shades of #CD9648

#CD9648
(205,150,72)
#BB8942
(187,137,66)
#A97C3C
(169,124,60)
#976F36
(151,111,54)
#856230
(133,98,48)
#73552A
(115,85,42)
#614824
(97,72,36)
#4F3B1E
(79,59,30)
#3D2E18
(61,46,24)
#2B2112
(43,33,18)
#19140C
(25,20,12)
#000000
(0,0,0)

Tints of #CD9648

#CD9648
(205,150,72)
#D19F58
(209,159,88)
#D5A868
(213,168,104)
#D9B178
(217,177,120)
#DDBA88
(221,186,136)
#E1C398
(225,195,152)
#E5CCA8
(229,204,168)
#E9D5B8
(233,213,184)
#EDDEC8
(237,222,200)
#F1E7D8
(241,231,216)
#F5F0E8
(245,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CD9648 color. Also use rgb(205,150,72) instead hex code.

Text Font Color

.myTextColor { color: #CD9648; }

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

This text font color is #CD9648.


Background Color

.myBgColor { background-color: #CD9648; }

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

This div background color is #CD9648.


Border color

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

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

This div border color is #CD9648.


Opacity

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

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

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

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

This text has shadow with #CD9648 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CD9648 on black background.


Color preview on white background

This text has color #CD9648 on white background.



Black color preview on #CD9648 background

This text has black color on #CD9648 background.


White color preview on #CD9648 background

This text has white color on #CD9648 background.