#CEA995

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

Shades of Cashmere #CEA995

Tints of Cashmere #CEA995

Color information

#CEA995 (or 0xCEA995) is unknown color: approx Cashmere. HEX triplet: CE, A9 and 95. RGB value is (206,169,149). Sum of RGB (Red+Green+Blue) = 206+169+149=524 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.31% from 524); Green value is 169 (66.41% from 255 or 32.25% from 524); Blue value is 149 (58.59% from 255 or 28.44% from 524); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA995 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA995 is #31566A. Grayscale: #B1B1B1. Windows color (decimal): -3233387 or 9808334. OLE color: 9808334.

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

Color convert

RGB206169149-
CMYK00.180.280.19
HSL21.05º36.77%69.61%-
HSV(B)21.05º27.67%80.78%-
XYZ45.0743.6734.49-
YUV177.78111.76148.13-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.31%
GREEN value IS 169 (66.41% from 255) = 32.25%
BLUE value IS 149 (58.59% from 255) = 28.44%
R=39.31%
G=32.25%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616914900.180.280.1921.0536.7769.61
HexCEA9950121C13152546
Octal31625122502234232545106
Binary1100111010101001100101010100101110010011101011001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA995; }

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

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

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

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

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

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

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

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