COLOR #CFA596

HEX: #CFA596
RGB: (207,165,150)

Color info

#CFA596 contains red, green and blue colors in about the same proportion. Web safe color of #CFA596 is #CC9999 (or #C99).

RGB color model

#CFA596 color RGB value is (207,165,150).

  • red value is 207;
  • green value is 165;
  • blue value is 150.
RGB:
(207,165,150)
(81%,65%,59%)

RGB channels and saturation

R 207 of 255 = 81%
G 165 of 255 = 65%
B 150 of 255 = 59%

207
165
150

R + G + B ~ 68%. #CFA596 is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 165 + 150 = 522 (100%)
R 207 of 522 ~ 39.66%
G 165 of 522 ~ 31.61%
B 150 of 522 ~ 28.74%

%39.66
%31.61
%28.74

CMYK color model

#CFA596 color CMYK value is (0,20,28,19).

  • cyan value is 0.00%
  • magenta value is 20.29%
  • yellow value is 27.54%
  • key color value is 18.82%
CMYK:
(0,20,28,19)
C0M20Y28K19 
(0%,20%,28%,19%)
(0.00/0.20/0.28/0.19)	

CMYK percentages

%0
%20.29
%27.54
%18.82

Codes

Color #CFA596 in popluar color models

CFA596
RGB207165150
HSL16°37.25%70.00%
HSB/HSV16°27.54%81.18%
CMYK0.00%20.29%27.54%
18.82%

Color #CFA596 in popluar number systems.

HEXCFA596
Decimal207165150
Binary110011111010010110010110
Octal317245226

Shades and tints

Shades of #CFA596

#CFA596
(207,165,150)
#BD9689
(189,150,137)
#AB877C
(171,135,124)
#99786F
(153,120,111)
#876962
(135,105,98)
#755A55
(117,90,85)
#634B48
(99,75,72)
#513C3B
(81,60,59)
#3F2D2E
(63,45,46)
#2D1E21
(45,30,33)
#1B0F14
(27,15,20)
#000000
(0,0,0)

Tints of #CFA596

#CFA596
(207,165,150)
#D3AD9F
(211,173,159)
#D7B5A8
(215,181,168)
#DBBDB1
(219,189,177)
#DFC5BA
(223,197,186)
#E3CDC3
(227,205,195)
#E7D5CC
(231,213,204)
#EBDDD5
(235,221,213)
#EFE5DE
(239,229,222)
#F3EDE7
(243,237,231)
#F7F5F0
(247,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFA596 color. Also use rgb(207,165,150) instead hex code.

Text Font Color

.myTextColor { color: #CFA596; }

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

This text font color is #CFA596.


Background Color

.myBgColor { background-color: #CFA596; }

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

This div background color is #CFA596.


Border color

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

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

This div border color is #CFA596.


Opacity

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

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

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

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

This text has shadow with #CFA596 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFA596 on black background.


Color preview on white background

This text has color #CFA596 on white background.



Black color preview on #CFA596 background

This text has black color on #CFA596 background.


White color preview on #CFA596 background

This text has white color on #CFA596 background.