#CEAAAB

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

Shades of Pale Chestnut #CEAAAB

Tints of Pale Chestnut #CEAAAB

Color information

#CEAAAB (or 0xCEAAAB) is unknown color: approx Pale Chestnut. HEX triplet: CE, AA and AB. RGB value is (206,170,171). Sum of RGB (Red+Green+Blue) = 206+170+171=547 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.66% from 547); Green value is 170 (66.80% from 255 or 31.08% from 547); Blue value is 171 (67.19% from 255 or 31.26% from 547); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAAAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAAAB is #315554. Grayscale: #B4B4B4. Windows color (decimal): -3233109 or 11250382. OLE color: 11250382.

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

Color convert

RGB206170171-
CMYK00.170.170.19
HSL358.33º26.87%73.73%-
HSV(B)358.33º17.48%80.78%-
XYZ47.1844.8144.69-
YUV180.88122.43145.92-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.66%
GREEN value IS 170 (66.80% from 255) = 31.08%
BLUE value IS 171 (67.19% from 255) = 31.26%
R=37.66%
G=31.08%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617017100.170.170.19358.3326.8773.73
HexCEAAAB01111131661b4a
Octal316252253021212354633112
Binary1100111010101010101010110100011000110011101100110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAAAB; }

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

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

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

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

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

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

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

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