Html Css Color HEX #CEA8A9 Pale Chestnut

📋 copy color: '#CEA8A9'

red 206 ◦ green 168 ◦ blue 169

#CEA8A9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Chestnut #CEA8A9

Tints of Pale Chestnut #CEA8A9

RGB

 RED value IS 206 (80.86% from 255) = 37.94%

 GREEN value IS 168 (66.02% from 255) = 30.94%

 BLUE value IS 169 (66.41% from 255) = 31.12%

R = 37.94%
G = 30.94%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.18

 K value IS 0.19

RGB Variations

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

Color information

#CEA8A9 (or 0xCEA8A9) is known color: Pale Chestnut. HEX triplet: CE, A8 and A9. RGB value is (206,168,169). Sum of RGB (Red+Green+Blue) = 206+168+169=543 (71% of max value = 765). Red value is 206 (80.86% from 255 or 37.94% from 543); Green value is 168 (66.02% from 255 or 30.94% from 543); Blue value is 169 (66.41% from 255 or 31.12% from 543); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA8A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA8A9 is #315756. Grayscale: #B3B3B3. Windows color (decimal): -3233623 or 11118798. OLE color: 11118798.

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

Color convert

RGB 206 168 169 -
CMYK 0 0.18 0.18 0.19
HSL 358.42º 0.28% 0.73% -
HSV(B) 358.42º 0.18% 0.81% -
XYZ 46.62 43.99 43.57 -
YUV 179.48 122.09 146.92 -
System Red Green Blue C M Y K H S L
Decimal 206 168 169 0 0.18 0.18 0.19 358.42 0.28 0.73
Hex CE A8 A9 0 12 12 13 166 1C 49
Octal 316 250 251 0 22 22 23 546 34 111
Binary 11001110 10101000 10101001 0 10010 10010 10011 101100110 11100 1001001

Color Harmonies of #CEA8A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA8A9

Black with #CEA8A9

Text Example


Text Example

White with #CEA8A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA8A9; }

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

 H1.HeaderClassName
 {
   color: #CEA8A9;
 }
 .AnyTagClassName
 {
   color: #CEA8A9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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