#CEAA95

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

Shades of Cashmere #CEAA95

Tints of Cashmere #CEAA95

Color information

#CEAA95 (or 0xCEAA95) is unknown color: approx Cashmere. HEX triplet: CE, AA and 95. RGB value is (206,170,149). Sum of RGB (Red+Green+Blue) = 206+170+149=525 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.24% from 525); Green value is 170 (66.80% from 255 or 32.38% from 525); Blue value is 149 (58.59% from 255 or 28.38% from 525); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAA95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAA95 is #31556A. Grayscale: #B2B2B2. Windows color (decimal): -3233131 or 9808590. OLE color: 9808590.

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

Color convert

RGB206170149-
CMYK00.170.280.19
HSL22.11º36.77%69.61%-
HSV(B)22.11º27.67%80.78%-
XYZ45.2544.0434.55-
YUV178.37111.43147.71-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.24%
GREEN value IS 170 (66.80% from 255) = 32.38%
BLUE value IS 149 (58.59% from 255) = 28.38%
R=39.24%
G=32.38%
B=28.38%

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
Decimal20617014900.170.280.1922.1136.7769.61
HexCEAA950111C13162546
Octal31625222502134232645106
Binary1100111010101010100101010100011110010011101101001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAA95; }

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

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

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

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

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

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

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

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