COLOR #CFA0A5

HEX: #CFA0A5
RGB: (207,160,165)

Color info

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

RGB color model

#CFA0A5 color RGB value is (207,160,165).

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

RGB channels and saturation

R 207 of 255 = 81%
G 160 of 255 = 63%
B 165 of 255 = 65%

207
160
165

R + G + B ~ 70%. #CFA0A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 160 + 165 = 532 (100%)
R 207 of 532 ~ 38.91%
G 160 of 532 ~ 30.08%
B 165 of 532 ~ 31.02%

%38.91
%30.08
%31.02

CMYK color model

#CFA0A5 color CMYK value is (0,23,20,19).

  • cyan value is 0.00%
  • magenta value is 22.71%
  • yellow value is 20.29%
  • key color value is 18.82%
CMYK:
(0,23,20,19)
C0M23Y20K19 
(0%,23%,20%,19%)
(0.00/0.23/0.20/0.19)	

CMYK percentages

%0
%22.71
%20.29
%18.82

Codes

Color #CFA0A5 in popluar color models

CFA0A5
RGB207160165
HSL354°32.87%71.96%
HSB/HSV354°22.71%81.18%
CMYK0.00%22.71%20.29%
18.82%

Color #CFA0A5 in popluar number systems.

HEXCFA0A5
Decimal207160165
Binary110011111010000010100101
Octal317240245

Shades and tints

Shades of #CFA0A5

#CFA0A5
(207,160,165)
#BD9296
(189,146,150)
#AB8487
(171,132,135)
#997678
(153,118,120)
#876869
(135,104,105)
#755A5A
(117,90,90)
#634C4B
(99,76,75)
#513E3C
(81,62,60)
#3F302D
(63,48,45)
#2D221E
(45,34,30)
#1B140F
(27,20,15)
#000000
(0,0,0)

Tints of #CFA0A5

#CFA0A5
(207,160,165)
#D3A8AD
(211,168,173)
#D7B0B5
(215,176,181)
#DBB8BD
(219,184,189)
#DFC0C5
(223,192,197)
#E3C8CD
(227,200,205)
#E7D0D5
(231,208,213)
#EBD8DD
(235,216,221)
#EFE0E5
(239,224,229)
#F3E8ED
(243,232,237)
#F7F0F5
(247,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFA0A5; }

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

This text font color is #CFA0A5.


Background Color

.myBgColor { background-color: #CFA0A5; }

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

This div background color is #CFA0A5.


Border color

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

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

This div border color is #CFA0A5.


Opacity

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

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

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

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

This text has shadow with #CFA0A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFA0A5 on black background.


Color preview on white background

This text has color #CFA0A5 on white background.



Black color preview on #CFA0A5 background

This text has black color on #CFA0A5 background.


White color preview on #CFA0A5 background

This text has white color on #CFA0A5 background.