Html Css Color HEX #CEAAAC Pale Chestnut

📋 copy color: '#CEAAAC'

red 206 ◦ green 170 ◦ blue 172

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

Shades of Pale Chestnut #CEAAAC

Tints of Pale Chestnut #CEAAAC

RGB

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

 GREEN value IS 170 (66.8% from 255) = 31.02%

 BLUE value IS 172 (67.58% from 255) = 31.39%

R = 37.59%
G = 31.02%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#CEAAAC (or 0xCEAAAC) is known color: Pale Chestnut. HEX triplet: CE, AA and AC. RGB value is (206,170,172). Sum of RGB (Red+Green+Blue) = 206+170+172=548 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.59% from 548); Green value is 170 (66.80% from 255 or 31.02% from 548); Blue value is 172 (67.58% from 255 or 31.39% from 548); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAAAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAAAC is #315553. Grayscale: #B5B5B5. Windows color (decimal): -3233108 or 11315918. OLE color: 11315918.

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

Color convert

RGB 206 170 172 -
CMYK 0 0.17 0.17 0.19
HSL 356.67º 0.27% 0.74% -
HSV(B) 356.67º 0.17% 0.81% -
XYZ 47.27 44.85 45.19 -
YUV 180.99 122.93 145.84 -
System Red Green Blue C M Y K H S L
Decimal 206 170 172 0 0.17 0.17 0.19 356.67 0.27 0.74
Hex CE AA AC 0 11 11 13 165 1B 4A
Octal 316 252 254 0 21 21 23 545 33 112
Binary 11001110 10101010 10101100 0 10001 10001 10011 101100101 11011 1001010

Color Harmonies of #CEAAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAAAC

Black with #CEAAAC

Text Example


Text Example

White with #CEAAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAAAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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