Html Css Color HEX #CEA8AD Pale Chestnut

📋 copy color: '#CEA8AD'

red 206 ◦ green 168 ◦ blue 173

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

Shades of Pale Chestnut #CEA8AD

Tints of Pale Chestnut #CEA8AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 31.63%

R = 37.66%
G = 30.71%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#CEA8AD (or 0xCEA8AD) is known color: Pale Chestnut. HEX triplet: CE, A8 and AD. RGB value is (206,168,173). Sum of RGB (Red+Green+Blue) = 206+168+173=547 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.66% from 547); Green value is 168 (66.02% from 255 or 30.71% from 547); Blue value is 173 (67.97% from 255 or 31.63% from 547); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA8AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA8AD is #315752. Grayscale: #B3B3B3. Windows color (decimal): -3233619 or 11380942. OLE color: 11380942.

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

Color convert

RGB 206 168 173 -
CMYK 0 0.18 0.16 0.19
HSL 352.11º 0.28% 0.73% -
HSV(B) 352.11º 0.18% 0.81% -
XYZ 47 44.14 45.58 -
YUV 179.93 124.09 146.59 -
System Red Green Blue C M Y K H S L
Decimal 206 168 173 0 0.18 0.16 0.19 352.11 0.28 0.73
Hex CE A8 AD 0 12 10 13 160 1C 49
Octal 316 250 255 0 22 20 23 540 34 111
Binary 11001110 10101000 10101101 0 10010 10000 10011 101100000 11100 1001001

Color Harmonies of #CEA8AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA8AD

Black with #CEA8AD

Text Example


Text Example

White with #CEA8AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA8AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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