COLOR #CFA599

HEX: #CFA599 RGB: (207,165,153)

Color info

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

RGB color model

#CFA599 color RGB value is (207,165,153).

RGB: (207,165,153) (81%, 65%, 60%)

RGB channels and saturation

R 207 of 255 = 81%
G 165 of 255 = 65%
B 153 of 255 = 60%

207
165
153

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

Portions of RGB colors in percentages

R + G + B = 207 + 165 + 153 = 525 (100%)
R 207 of 525 ~ 39.43%
G 165 of 525 ~ 31.43%
B 153 of 525 ~ 29.14'%

%39.43
%31.43
%29.14

CMYK color model

#CFA599 color CMYK value is (0,20,26,19).

  • cyan value is 0.00%
  • magenta value is 20.29%
  • yellow value is 26.09%
  • key color value is 18.82%

CMYK: (0,20,26,19)
C0M20Y26K19 (0%, 20%, 26%, 19%)
(0.00 / 0.20 / 0.26 / 0.19)

CMYK percentages

%0
%20.29
%26.09
%18.82

Codes

Color #CFA599 in popluar color models

CF A5 99
RGB 207 165 153
HSL 13° 36.00% 70.59%
HSB/HSV 13° 26.09% 81.18%
CMYK 0.00% 20.29% 26.09%
18.82%

Color #CFA599 in popluar number systems.

HEX CF A5 99
Decimal 207 165 153
Binary 11001111 10100101 10011001
Octal 317 245 231

Shades and tints

Shades of #CFA599

#CFA599
(207,165,153)
#BD968C
(189,150,140)
#AB877F
(171,135,127)
#997872
(153,120,114)
#876965
(135,105,101)
#755A58
(117,90,88)
#634B4B
(99,75,75)
#513C3E
(81,60,62)
#3F2D31
(63,45,49)
#2D1E24
(45,30,36)
#1B0F17
(27,15,23)
#000000
(0,0,0)

Tints of #CFA599

#CFA599
(207,165,153)
#D3ADA2
(211,173,162)
#D7B5AB
(215,181,171)
#DBBDB4
(219,189,180)
#DFC5BD
(223,197,189)
#E3CDC6
(227,205,198)
#E7D5CF
(231,213,207)
#EBDDD8
(235,221,216)
#EFE5E1
(239,229,225)
#F3EDEA
(243,237,234)
#F7F5F3
(247,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFA599; }

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

This text font color is #CFA599.

Background Color

.myBgColor { background-color: #CFA599; }

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

This div background color is #CFA599.

Border color

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

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

This div border color is #CFA599.

Opacity

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

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

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

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

This text has shadow with #CFA599 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CFA599.

Preview

Color preview on black background

This text has color #CFA599 on black background.


Color preview on white background

This text has color #CFA599 on white background.


Black color preview on #CFA599 background

This text has black color on #CFA599 background.


White color preview on #CFA599 background

This text has white color on #CFA599 background.


Related colors

Complementary color

Complementary color for #hex is #305A66.


I love getcolorcode.com

Triadic colors

1 #99CFA5 and #A599CF with #CFA599 are triadic colors.

2 #99A5CF and #A5CF99 with #CFA599 are triadic colors.