#CEA991

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

Shades of Cashmere #CEA991

Tints of Cashmere #CEA991

Color information

#CEA991 (or 0xCEA991) is unknown color: approx Cashmere. HEX triplet: CE, A9 and 91. RGB value is (206,169,145). Sum of RGB (Red+Green+Blue) = 206+169+145=520 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.62% from 520); Green value is 169 (66.41% from 255 or 32.5% from 520); Blue value is 145 (57.03% from 255 or 27.88% from 520); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA991 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA991 is #31566E. Grayscale: #B1B1B1. Windows color (decimal): -3233391 or 9546190. OLE color: 9546190.

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

Color convert

RGB206169145-
CMYK00.180.300.19
HSL23.61º38.36%68.82%-
HSV(B)23.61º29.61%80.78%-
XYZ44.7543.5432.83-
YUV177.33109.76148.45-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.62%
GREEN value IS 169 (66.41% from 255) = 32.5%
BLUE value IS 145 (57.03% from 255) = 27.88%
R=39.62%
G=32.5%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.30
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616914500.180.300.1923.6138.3668.82
HexCEA9910121E13182645
Octal31625122102236233046105
Binary1100111010101001100100010100101111010011110001001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA991; }

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

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

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

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

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

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

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

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