#CEAB95

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

Shades of Cashmere #CEAB95

Tints of Cashmere #CEAB95

Color information

#CEAB95 (or 0xCEAB95) is unknown color: approx Cashmere. HEX triplet: CE, AB and 95. RGB value is (206,171,149). Sum of RGB (Red+Green+Blue) = 206+171+149=526 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.16% from 526); Green value is 171 (67.19% from 255 or 32.51% from 526); Blue value is 149 (58.59% from 255 or 28.33% from 526); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAB95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAB95 is #31546A. Grayscale: #B3B3B3. Windows color (decimal): -3232875 or 9808846. OLE color: 9808846.

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

Color convert

RGB206171149-
CMYK00.170.280.19
HSL23.16º36.77%69.61%-
HSV(B)23.16º27.67%80.78%-
XYZ45.4444.4234.61-
YUV178.96111.1147.29-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.16%
GREEN value IS 171 (67.19% from 255) = 32.51%
BLUE value IS 149 (58.59% from 255) = 28.33%
R=39.16%
G=32.51%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617114900.170.280.1923.1636.7769.61
HexCEAB950111C13172546
Octal31625322502134232745106
Binary1100111010101011100101010100011110010011101111001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAB95; }

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

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

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

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

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

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

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

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