#CFA8A9

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

Shades of Pale Chestnut #CFA8A9

Tints of Pale Chestnut #CFA8A9

Color information

#CFA8A9 (or 0xCFA8A9) is unknown color: approx Pale Chestnut. HEX triplet: CF, A8 and A9. RGB value is (207,168,169). Sum of RGB (Red+Green+Blue) = 207+168+169=544 (72% of max value = 765). Red value is 207 (81.25% from 255 or 38.05% from 544); Green value is 168 (66.02% from 255 or 30.88% from 544); Blue value is 169 (66.41% from 255 or 31.07% from 544); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA8A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA8A9 is #305756. Grayscale: #B3B3B3. Windows color (decimal): -3168087 or 11118799. OLE color: 11118799.

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

Color convert

RGB207168169-
CMYK00.190.180.19
HSL358.46º28.89%73.53%-
HSV(B)358.46º18.84%81.18%-
XYZ46.944.1443.58-
YUV179.78121.92147.42-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.05%
GREEN value IS 168 (66.02% from 255) = 30.88%
BLUE value IS 169 (66.41% from 255) = 31.07%
R=38.05%
G=30.88%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716816900.190.180.19358.4628.8973.53
HexCFA8A901312131661d4a
Octal317250251023222354635112
Binary1100111110101000101010010100111001010011101100110111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA8A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA8A9; }

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

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

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

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

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

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

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

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