Html Css Color HEX #CEA7AA Pale Chestnut

📋 copy color: '#CEA7AA'

red 206 ◦ green 167 ◦ blue 170

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

Shades of Pale Chestnut #CEA7AA

Tints of Pale Chestnut #CEA7AA

RGB

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

 GREEN value IS 167 (65.63% from 255) = 30.76%

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

R = 37.94%
G = 30.76%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#CEA7AA (or 0xCEA7AA) is known color: Pale Chestnut. HEX triplet: CE, A7 and AA. RGB value is (206,167,170). Sum of RGB (Red+Green+Blue) = 206+167+170=543 (71% of max value = 765). Red value is 206 (80.86% from 255 or 37.94% from 543); Green value is 167 (65.62% from 255 or 30.76% from 543); Blue value is 170 (66.80% from 255 or 31.31% from 543); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA7AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA7AA is #315855. Grayscale: #B3B3B3. Windows color (decimal): -3233878 or 11184078. OLE color: 11184078.

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

Color convert

RGB 206 167 170 -
CMYK 0 0.19 0.17 0.19
HSL 355.38º 0.28% 0.73% -
HSV(B) 355.38º 0.19% 0.81% -
XYZ 46.53 43.66 44.01 -
YUV 179 122.92 147.26 -
System Red Green Blue C M Y K H S L
Decimal 206 167 170 0 0.19 0.17 0.19 355.38 0.28 0.73
Hex CE A7 AA 0 13 11 13 163 1C 49
Octal 316 247 252 0 23 21 23 543 34 111
Binary 11001110 10100111 10101010 0 10011 10001 10011 101100011 11100 1001001

Color Harmonies of #CEA7AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA7AA

Black with #CEA7AA

Text Example


Text Example

White with #CEA7AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA7AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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