#CEAA96

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

Shades of Cashmere #CEAA96

Tints of Cashmere #CEAA96

Color information

#CEAA96 (or 0xCEAA96) is unknown color: approx Cashmere. HEX triplet: CE, AA and 96. RGB value is (206,170,150). Sum of RGB (Red+Green+Blue) = 206+170+150=526 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.16% from 526); Green value is 170 (66.80% from 255 or 32.32% from 526); Blue value is 150 (58.98% from 255 or 28.52% from 526); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAA96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAA96 is #315569. Grayscale: #B2B2B2. Windows color (decimal): -3233130 or 9874126. OLE color: 9874126.

HSL color Cylindrical-coordinate representation of color #CEAA96: hue angle of 21.43º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CEAA96 is Cyan = 0, Magento = 0.17, Yellow = 0.27 and Black (K on CMYK) = 0.19.

Color convert

RGB206170150-
CMYK00.170.270.19
HSL21.43º36.36%69.8%-
HSV(B)21.43º27.18%80.78%-
XYZ45.3344.0734.97-
YUV178.48111.93147.63-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.16%
GREEN value IS 170 (66.80% from 255) = 32.32%
BLUE value IS 150 (58.98% from 255) = 28.52%
R=39.16%
G=32.32%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.27
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617015000.170.270.1921.4336.3669.8
HexCEAA960111B13152446
Octal31625222602133232544106
Binary1100111010101010100101100100011101110011101011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAA96; }

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

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

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

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

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

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

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

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