Html Css Color HEX #CEA8AB Pale Chestnut

📋 copy color: '#CEA8AB'

red 206 ◦ green 168 ◦ blue 171

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

Shades of Pale Chestnut #CEA8AB

Tints of Pale Chestnut #CEA8AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 31.38%

R = 37.8%
G = 30.83%
B = 31.38%

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

#CEA8AB (or 0xCEA8AB) is known color: Pale Chestnut. HEX triplet: CE, A8 and AB. RGB value is (206,168,171). Sum of RGB (Red+Green+Blue) = 206+168+171=545 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.80% from 545); Green value is 168 (66.02% from 255 or 30.83% from 545); Blue value is 171 (67.19% from 255 or 31.38% from 545); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA8AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA8AB is #315754. Grayscale: #B3B3B3. Windows color (decimal): -3233621 or 11249870. OLE color: 11249870.

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

Color convert

RGB 206 168 171 -
CMYK 0 0.18 0.17 0.19
HSL 355.26º 0.28% 0.73% -
HSV(B) 355.26º 0.18% 0.81% -
XYZ 46.81 44.07 44.57 -
YUV 179.7 123.09 146.76 -
System Red Green Blue C M Y K H S L
Decimal 206 168 171 0 0.18 0.17 0.19 355.26 0.28 0.73
Hex CE A8 AB 0 12 11 13 163 1C 49
Octal 316 250 253 0 22 21 23 543 34 111
Binary 11001110 10101000 10101011 0 10010 10001 10011 101100011 11100 1001001

Color Harmonies of #CEA8AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA8AB

Black with #CEA8AB

Text Example


Text Example

White with #CEA8AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA8AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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