COLOR #CFA490

HEX: #CFA490 RGB: (207,164,144)

Color info

#CFA490 contains mainly red and green colors. Web safe color of #CFA490 is #CC9999 (or #C99).

RGB color model

#CFA490 color RGB value is (207,164,144).

RGB: (207,164,144) (81%, 64%, 56%)

RGB channels and saturation

R 207 of 255 = 81%
G 164 of 255 = 64%
B 144 of 255 = 56%

207
164
144

R + G + B ~ 67%. #CFA490 is quite light color.

Portions of RGB colors in percentages

R + G + B = 207 + 164 + 144 = 515 (100%)
R 207 of 515 ~ 40.19%
G 164 of 515 ~ 31.84%
B 144 of 515 ~ 27.96'%

%40.19
%31.84
%27.96

CMYK color model

#CFA490 color CMYK value is (0,21,30,19).

  • cyan value is 0.00%
  • magenta value is 20.77%
  • yellow value is 30.43%
  • key color value is 18.82%

CMYK: (0,21,30,19)
C0M21Y30K19 (0%, 21%, 30%, 19%)
(0.00 / 0.21 / 0.30 / 0.19)

CMYK percentages

%0
%20.77
%30.43
%18.82

Codes

Color #CFA490 in popluar color models

CF A4 90
RGB 207 164 144
HSL 19° 39.62% 68.82%
HSB/HSV 19° 30.43% 81.18%
CMYK 0.00% 20.77% 30.43%
18.82%

Color #CFA490 in popluar number systems.

HEX CF A4 90
Decimal 207 164 144
Binary 11001111 10100100 10010000
Octal 317 244 220

Shades and tints

Shades of #CFA490

#CFA490
(207,164,144)
#BD9683
(189,150,131)
#AB8876
(171,136,118)
#997A69
(153,122,105)
#876C5C
(135,108,92)
#755E4F
(117,94,79)
#635042
(99,80,66)
#514235
(81,66,53)
#3F3428
(63,52,40)
#2D261B
(45,38,27)
#1B180E
(27,24,14)
#000000
(0,0,0)

Tints of #CFA490

#CFA490
(207,164,144)
#D3AC9A
(211,172,154)
#D7B4A4
(215,180,164)
#DBBCAE
(219,188,174)
#DFC4B8
(223,196,184)
#E3CCC2
(227,204,194)
#E7D4CC
(231,212,204)
#EBDCD6
(235,220,214)
#EFE4E0
(239,228,224)
#F3ECEA
(243,236,234)
#F7F4F4
(247,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFA490 color. Also use rgb(207,164,144) instead hex code.

Text Font Color

.myTextColor { color: #CFA490; }

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

This text font color is #CFA490.

Background Color

.myBgColor { background-color: #CFA490; }

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

This div background color is #CFA490.

Border color

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

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

This div border color is #CFA490.

Opacity

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

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

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

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

This text has shadow with #CFA490 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CFA490.

Preview

Color preview on black background

This text has color #CFA490 on black background.


Color preview on white background

This text has color #CFA490 on white background.


Black color preview on #CFA490 background

This text has black color on #CFA490 background.


White color preview on #CFA490 background

This text has white color on #CFA490 background.


Related colors

Complementary color

Complementary color for #hex is #305B6F.


I love getcolorcode.com

Triadic colors

1 #90CFA4 and #A490CF with #CFA490 are triadic colors.

2 #90A4CF and #A4CF90 with #CFA490 are triadic colors.