#CEAA91

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

Shades of Cashmere #CEAA91

Tints of Cashmere #CEAA91

Color information

#CEAA91 (or 0xCEAA91) is unknown color: approx Cashmere. HEX triplet: CE, AA and 91. RGB value is (206,170,145). Sum of RGB (Red+Green+Blue) = 206+170+145=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 170 (66.80% from 255 or 32.63% from 521); Blue value is 145 (57.03% from 255 or 27.83% from 521); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAA91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAA91 is #31556E. Grayscale: #B2B2B2. Windows color (decimal): -3233135 or 9546446. OLE color: 9546446.

HSL color Cylindrical-coordinate representation of color #CEAA91: hue angle of 24.59º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CEAA91 is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.19.

Color convert

RGB206170145-
CMYK00.170.300.19
HSL24.59º38.36%68.82%-
HSV(B)24.59º29.61%80.78%-
XYZ44.9443.9232.9-
YUV177.91109.43148.03-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.54%
GREEN value IS 170 (66.80% from 255) = 32.63%
BLUE value IS 145 (57.03% from 255) = 27.83%
R=39.54%
G=32.63%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.30
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617014500.170.300.1924.5938.3668.82
HexCEAA910111E13192645
Octal31625222102136233146105
Binary1100111010101010100100010100011111010011110011001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAA91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAA91; }

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

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

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

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

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

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

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

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