#CEAA97

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

Shades of Cashmere #CEAA97

Tints of Cashmere #CEAA97

Color information

#CEAA97 (or 0xCEAA97) is unknown color: approx Cashmere. HEX triplet: CE, AA and 97. RGB value is (206,170,151). Sum of RGB (Red+Green+Blue) = 206+170+151=527 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.09% from 527); Green value is 170 (66.80% from 255 or 32.26% from 527); Blue value is 151 (59.38% from 255 or 28.65% from 527); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAA97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAA97 is #315568. Grayscale: #B2B2B2. Windows color (decimal): -3233129 or 9939662. OLE color: 9939662.

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

Color convert

RGB206170151-
CMYK00.170.270.19
HSL20.73º35.95%70%-
HSV(B)20.73º26.7%80.78%-
XYZ45.4144.1135.4-
YUV178.6112.43147.54-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.09%
GREEN value IS 170 (66.80% from 255) = 32.26%
BLUE value IS 151 (59.38% from 255) = 28.65%
R=39.09%
G=32.26%
B=28.65%

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
Decimal20617015100.170.270.1920.7335.9570
HexCEAA970111B13152446
Octal31625222702133232544106
Binary1100111010101010100101110100011101110011101011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAA97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAA97; }

 p { color: rgb(206,170,151); }

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

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

 a { background-color: rgb(206,170,151); }

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

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

 span { border-color: rgb(206,170,151); }

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