Html Css Color HEX #CEA8AA Pale Chestnut

📋 copy color: '#CEA8AA'

red 206 ◦ green 168 ◦ blue 170

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

Shades of Pale Chestnut #CEA8AA

Tints of Pale Chestnut #CEA8AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 31.25%

R = 37.87%
G = 30.88%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#CEA8AA (or 0xCEA8AA) is known color: Pale Chestnut. HEX triplet: CE, A8 and AA. RGB value is (206,168,170). Sum of RGB (Red+Green+Blue) = 206+168+170=544 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.87% from 544); Green value is 168 (66.02% from 255 or 30.88% from 544); Blue value is 170 (66.80% from 255 or 31.25% from 544); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA8AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA8AA is #315755. Grayscale: #B3B3B3. Windows color (decimal): -3233622 or 11184334. OLE color: 11184334.

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

Color convert

RGB 206 168 170 -
CMYK 0 0.18 0.17 0.19
HSL 356.84º 0.28% 0.73% -
HSV(B) 356.84º 0.18% 0.81% -
XYZ 46.71 44.03 44.07 -
YUV 179.59 122.59 146.84 -
System Red Green Blue C M Y K H S L
Decimal 206 168 170 0 0.18 0.17 0.19 356.84 0.28 0.73
Hex CE A8 AA 0 12 11 13 165 1C 49
Octal 316 250 252 0 22 21 23 545 34 111
Binary 11001110 10101000 10101010 0 10010 10001 10011 101100101 11100 1001001

Color Harmonies of #CEA8AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA8AA

Black with #CEA8AA

Text Example


Text Example

White with #CEA8AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA8AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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