#CFAB97

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

Shades of Cashmere #CFAB97

Tints of Cashmere #CFAB97

Color information

#CFAB97 (or 0xCFAB97) is unknown color: approx Cashmere. HEX triplet: CF, AB and 97. RGB value is (207,171,151). Sum of RGB (Red+Green+Blue) = 207+171+151=529 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.13% from 529); Green value is 171 (67.19% from 255 or 32.33% from 529); Blue value is 151 (59.38% from 255 or 28.54% from 529); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAB97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAB97 is #305468. Grayscale: #B3B3B3. Windows color (decimal): -3167337 or 9939919. OLE color: 9939919.

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

Color convert

RGB207171151-
CMYK00.170.270.19
HSL21.43º36.84%70.2%-
HSV(B)21.43º27.05%81.18%-
XYZ45.8844.6335.47-
YUV179.48111.93147.63-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.13%
GREEN value IS 171 (67.19% from 255) = 32.33%
BLUE value IS 151 (59.38% from 255) = 28.54%
R=39.13%
G=32.33%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.27
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717115100.170.270.1921.4336.8470.2
HexCFAB970111B13152546
Octal31725322702133232545106
Binary1100111110101011100101110100011101110011101011001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAB97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAB97; }

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

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

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

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

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

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

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

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