#CFAB96

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

Shades of Cashmere #CFAB96

Tints of Cashmere #CFAB96

Color information

#CFAB96 (or 0xCFAB96) is unknown color: approx Cashmere. HEX triplet: CF, AB and 96. RGB value is (207,171,150). Sum of RGB (Red+Green+Blue) = 207+171+150=528 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.20% from 528); Green value is 171 (67.19% from 255 or 32.39% from 528); Blue value is 150 (58.98% from 255 or 28.41% from 528); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAB96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAB96 is #305469. Grayscale: #B3B3B3. Windows color (decimal): -3167338 or 9874383. OLE color: 9874383.

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

Color convert

RGB207171150-
CMYK00.170.280.19
HSL22.11º37.25%70%-
HSV(B)22.11º27.54%81.18%-
XYZ45.844.5935.05-
YUV179.37111.43147.71-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.20%
GREEN value IS 171 (67.19% from 255) = 32.39%
BLUE value IS 150 (58.98% from 255) = 28.41%
R=39.20%
G=32.39%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717115000.170.280.1922.1137.2570
HexCFAB960111C13162546
Octal31725322602134232645106
Binary1100111110101011100101100100011110010011101101001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAB96; }

 p { color: rgb(207,171,150); }

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

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

 a { background-color: rgb(207,171,150); }

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

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

 span { border-color: rgb(207,171,150); }

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