Html Css Color HEX #CFAAAC Pale Chestnut

📋 copy color: '#CFAAAC'

red 207 ◦ green 170 ◦ blue 172

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

Shades of Pale Chestnut #CFAAAC

Tints of Pale Chestnut #CFAAAC

RGB

 RED value IS 207 (81.25% from 255) = 37.7%

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

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

R = 37.7%
G = 30.97%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#CFAAAC (or 0xCFAAAC) is known color: Pale Chestnut. HEX triplet: CF, AA and AC. RGB value is (207,170,172). Sum of RGB (Red+Green+Blue) = 207+170+172=549 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.70% from 549); Green value is 170 (66.80% from 255 or 30.97% from 549); Blue value is 172 (67.58% from 255 or 31.33% from 549); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAAAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAAAC is #305553. Grayscale: #B5B5B5. Windows color (decimal): -3167572 or 11315919. OLE color: 11315919.

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

Color convert

RGB 207 170 172 -
CMYK 0 0.18 0.17 0.19
HSL 356.76º 0.28% 0.74% -
HSV(B) 356.76º 0.18% 0.81% -
XYZ 47.55 44.99 45.21 -
YUV 181.29 122.76 146.34 -
System Red Green Blue C M Y K H S L
Decimal 207 170 172 0 0.18 0.17 0.19 356.76 0.28 0.74
Hex CF AA AC 0 12 11 13 165 1C 4A
Octal 317 252 254 0 22 21 23 545 34 112
Binary 11001111 10101010 10101100 0 10010 10001 10011 101100101 11100 1001010

Color Harmonies of #CFAAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAAAC

Black with #CFAAAC

Text Example


Text Example

White with #CFAAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAAAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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