#CFA9AA

Color #CFA9AA Pale Chestnut (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Chestnut #CFA9AA

Tints of Pale Chestnut #CFA9AA

Color information

#CFA9AA (or 0xCFA9AA) is unknown color: approx Pale Chestnut. HEX triplet: CF, A9 and AA. RGB value is (207,169,170). Sum of RGB (Red+Green+Blue) = 207+169+170=546 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.91% from 546); Green value is 169 (66.41% from 255 or 30.95% from 546); Blue value is 170 (66.80% from 255 or 31.14% from 546); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA9AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA9AA is #305655. Grayscale: #B4B4B4. Windows color (decimal): -3167830 or 11184591. OLE color: 11184591.

HSL color Cylindrical-coordinate representation of color #CFA9AA: hue angle of 358.42º 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 #CFA9AA is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.19.

Color convert

RGB207169170-
CMYK00.180.180.19
HSL358.42º28.36%73.73%-
HSV(B)358.42º18.36%81.18%-
XYZ47.1844.5444.14-
YUV180.48122.09146.92-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.91%
GREEN value IS 169 (66.41% from 255) = 30.95%
BLUE value IS 170 (66.80% from 255) = 31.14%
R=37.91%
G=30.95%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716917000.180.180.19358.4228.3673.73
HexCFA9AA01212131661c4a
Octal317251252022222354634112
Binary1100111110101001101010100100101001010011101100110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA9AA; }

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

 H1.HeaderClassName
 {
   color: #CFA9AA;
 }
 .AnyTagClassName
 {
   color: #CFA9AA;
 }
</style>
background-color css

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

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

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

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

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

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