#CEAB90

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

Shades of Cashmere #CEAB90

Tints of Cashmere #CEAB90

Color information

#CEAB90 (or 0xCEAB90) is unknown color: approx Cashmere. HEX triplet: CE, AB and 90. RGB value is (206,171,144). Sum of RGB (Red+Green+Blue) = 206+171+144=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 171 (67.19% from 255 or 32.82% from 521); Blue value is 144 (56.64% from 255 or 27.64% from 521); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAB90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAB90 is #31546F. Grayscale: #B2B2B2. Windows color (decimal): -3232880 or 9481166. OLE color: 9481166.

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

Color convert

RGB206171144-
CMYK00.170.300.19
HSL26.13º38.75%68.63%-
HSV(B)26.13º30.1%80.78%-
XYZ45.0544.2632.55-
YUV178.39108.6147.7-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.54%
GREEN value IS 171 (67.19% from 255) = 32.82%
BLUE value IS 144 (56.64% from 255) = 27.64%
R=39.54%
G=32.82%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.30
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617114400.170.300.1926.1338.7568.63
HexCEAB900111E131a2745
Octal31625322002136233247105
Binary1100111010101011100100000100011111010011110101001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAB90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAB90; }

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

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

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

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

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

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

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

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