#CEA9AF

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

Shades of Pale Chestnut #CEA9AF

Tints of Pale Chestnut #CEA9AF

Color information

#CEA9AF (or 0xCEA9AF) is unknown color: approx Pale Chestnut. HEX triplet: CE, A9 and AF. RGB value is (206,169,175). Sum of RGB (Red+Green+Blue) = 206+169+175=550 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.45% from 550); Green value is 169 (66.41% from 255 or 30.73% from 550); Blue value is 175 (68.75% from 255 or 31.82% from 550); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA9AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA9AF is #315650. Grayscale: #B4B4B4. Windows color (decimal): -3233361 or 11512270. OLE color: 11512270.

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

Color convert

RGB206169175-
CMYK00.180.150.19
HSL350.27º27.41%73.53%-
HSV(B)350.27º17.96%80.78%-
XYZ47.3844.5946.67-
YUV180.75124.76146.01-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.45%
GREEN value IS 169 (66.41% from 255) = 30.73%
BLUE value IS 175 (68.75% from 255) = 31.82%
R=37.45%
G=30.73%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616917500.180.150.19350.2727.4173.53
HexCEA9AF012F1315e1b4a
Octal316251257022172353633112
Binary110011101010100110101111010010111110011101011110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA9AF; }

 p { color: rgb(206,169,175); }

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

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

 a { background-color: rgb(206,169,175); }

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

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

 span { border-color: rgb(206,169,175); }

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