Html Css Color HEX #CEABAC Pale Chestnut

📋 copy color: '#CEABAC'

red 206 ◦ green 171 ◦ blue 172

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

Shades of Pale Chestnut #CEABAC

Tints of Pale Chestnut #CEABAC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 31.15%

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

R = 37.52%
G = 31.15%
B = 31.33%

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

#CEABAC (or 0xCEABAC) is known color: Pale Chestnut. HEX triplet: CE, AB and AC. RGB value is (206,171,172). Sum of RGB (Red+Green+Blue) = 206+171+172=549 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.52% from 549); Green value is 171 (67.19% from 255 or 31.15% from 549); Blue value is 172 (67.58% from 255 or 31.33% from 549); Max value from RGB is 206 - color contains mainly: red. Hex color #CEABAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEABAC is #315453. Grayscale: #B5B5B5. Windows color (decimal): -3232852 or 11316174. OLE color: 11316174.

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

Color convert

RGB 206 171 172 -
CMYK 0 0.17 0.17 0.19
HSL 358.29º 0.26% 0.74% -
HSV(B) 358.29º 0.17% 0.81% -
XYZ 47.46 45.23 45.26 -
YUV 181.58 122.6 145.42 -
System Red Green Blue C M Y K H S L
Decimal 206 171 172 0 0.17 0.17 0.19 358.29 0.26 0.74
Hex CE AB AC 0 11 11 13 166 1A 4A
Octal 316 253 254 0 21 21 23 546 32 112
Binary 11001110 10101011 10101100 0 10001 10001 10011 101100110 11010 1001010

Color Harmonies of #CEABAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEABAC

Black with #CEABAC

Text Example


Text Example

White with #CEABAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEABAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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