Html Css Color HEX #CEA8AE Pale Chestnut

📋 copy color: '#CEA8AE'

red 206 ◦ green 168 ◦ blue 174

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

Shades of Pale Chestnut #CEA8AE

Tints of Pale Chestnut #CEA8AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 31.75%

R = 37.59%
G = 30.66%
B = 31.75%

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

#CEA8AE (or 0xCEA8AE) is known color: Pale Chestnut. HEX triplet: CE, A8 and AE. RGB value is (206,168,174). Sum of RGB (Red+Green+Blue) = 206+168+174=548 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.59% from 548); Green value is 168 (66.02% from 255 or 30.66% from 548); Blue value is 174 (68.36% from 255 or 31.75% from 548); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA8AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA8AE is #315751. Grayscale: #B4B4B4. Windows color (decimal): -3233618 or 11446478. OLE color: 11446478.

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

Color convert

RGB 206 168 174 -
CMYK 0 0.18 0.16 0.19
HSL 350.53º 0.28% 0.73% -
HSV(B) 350.53º 0.18% 0.81% -
XYZ 47.1 44.18 46.09 -
YUV 180.05 124.59 146.51 -
System Red Green Blue C M Y K H S L
Decimal 206 168 174 0 0.18 0.16 0.19 350.53 0.28 0.73
Hex CE A8 AE 0 12 10 13 15F 1C 49
Octal 316 250 256 0 22 20 23 537 34 111
Binary 11001110 10101000 10101110 0 10010 10000 10011 101011111 11100 1001001

Color Harmonies of #CEA8AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA8AE

Black with #CEA8AE

Text Example


Text Example

White with #CEA8AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA8AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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