#CFAC9A

Color #CFAC9A Cashmere (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cashmere #CFAC9A

Tints of Cashmere #CFAC9A

Color information

#CFAC9A (or 0xCFAC9A) is unknown color: approx Cashmere. HEX triplet: CF, AC and 9A. RGB value is (207,172,154). Sum of RGB (Red+Green+Blue) = 207+172+154=533 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.84% from 533); Green value is 172 (67.58% from 255 or 32.27% from 533); Blue value is 154 (60.55% from 255 or 28.89% from 533); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAC9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAC9A is #305365. Grayscale: #B4B4B4. Windows color (decimal): -3167078 or 10136783. OLE color: 10136783.

HSL color Cylindrical-coordinate representation of color #CFAC9A: hue angle of 20.38º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CFAC9A is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.19.

Color convert

RGB207172154-
CMYK00.170.260.19
HSL20.38º35.57%70.78%-
HSV(B)20.38º25.6%81.18%-
XYZ46.3245.136.84-
YUV180.41113.1146.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 38.84%
GREEN value IS 172 (67.58% from 255) = 32.27%
BLUE value IS 154 (60.55% from 255) = 28.89%
R=38.84%
G=32.27%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.26
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717215400.170.260.1920.3835.5770.78
HexCFAC9A0111A13142447
Octal31725423202132232444107
Binary1100111110101100100110100100011101010011101001001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAC9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAC9A; }

 p { color: rgb(207,172,154); }

 H1.HeaderClassName
 {
   color: #CFAC9A;
 }
 .AnyTagClassName
 {
   color: #CFAC9A;
 }
</style>
background-color css

<style>
 a { background-color: #CFAC9A; }

 a { background-color: rgb(207,172,154); }

 div.DivClassName
 {
   background-color: #CFAC9A;
 }
 .BgClassName
 {
   background-color: #CFAC9A;
 }
</style>
border-color css

<style>
 span { border-color: #CFAC9A; }

 span { border-color: rgb(207,172,154); }

 td.TdClassName
 {
   border-color: #CFAC9A;
 }
 .TagClassName
 {
   border-color: #CFAC9A;
 }
</style>