Html Css Color HEX #CFA8AA Pale Chestnut

📋 copy color: '#CFA8AA'

red 207 ◦ green 168 ◦ blue 170

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

Shades of Pale Chestnut #CFA8AA

Tints of Pale Chestnut #CFA8AA

RGB

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

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

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

R = 37.98%
G = 30.83%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.18

 K value IS 0.19

RGB Variations

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

Color information

#CFA8AA (or 0xCFA8AA) is known color: Pale Chestnut. HEX triplet: CF, A8 and AA. RGB value is (207,168,170). Sum of RGB (Red+Green+Blue) = 207+168+170=545 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.98% from 545); Green value is 168 (66.02% from 255 or 30.83% from 545); Blue value is 170 (66.80% from 255 or 31.19% from 545); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA8AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA8AA is #305755. Grayscale: #B3B3B3. Windows color (decimal): -3168086 or 11184335. OLE color: 11184335.

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

Color convert

RGB 207 168 170 -
CMYK 0 0.19 0.18 0.19
HSL 356.92º 0.29% 0.74% -
HSV(B) 356.92º 0.19% 0.81% -
XYZ 46.99 44.17 44.08 -
YUV 179.89 122.42 147.34 -
System Red Green Blue C M Y K H S L
Decimal 207 168 170 0 0.19 0.18 0.19 356.92 0.29 0.74
Hex CF A8 AA 0 13 12 13 165 1D 4A
Octal 317 250 252 0 23 22 23 545 35 112
Binary 11001111 10101000 10101010 0 10011 10010 10011 101100101 11101 1001010

Color Harmonies of #CFA8AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA8AA

Black with #CFA8AA

Text Example


Text Example

White with #CFA8AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA8AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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