#CFAC99

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

Shades of Cashmere #CFAC99

Tints of Cashmere #CFAC99

Color information

#CFAC99 (or 0xCFAC99) is unknown color: approx Cashmere. HEX triplet: CF, AC and 99. RGB value is (207,172,153). Sum of RGB (Red+Green+Blue) = 207+172+153=532 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.91% from 532); Green value is 172 (67.58% from 255 or 32.33% from 532); Blue value is 153 (60.16% from 255 or 28.76% from 532); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAC99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAC99 is #305366. Grayscale: #B4B4B4. Windows color (decimal): -3167079 or 10071247. OLE color: 10071247.

HSL color Cylindrical-coordinate representation of color #CFAC99: hue angle of 21.11º 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 #CFAC99 is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.19.

Color convert

RGB207172153-
CMYK00.170.260.19
HSL21.11º36%70.59%-
HSV(B)21.11º26.09%81.18%-
XYZ46.2345.0736.4-
YUV180.3112.6147.04-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.91%
GREEN value IS 172 (67.58% from 255) = 32.33%
BLUE value IS 153 (60.16% from 255) = 28.76%
R=38.91%
G=32.33%
B=28.76%

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
Decimal20717215300.170.260.1921.113670.59
HexCFAC990111A13152447
Octal31725423102132232544107
Binary1100111110101100100110010100011101010011101011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAC99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAC99; }

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

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

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

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

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

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

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

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