#CFA9AE

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

Shades of Pale Chestnut #CFA9AE

Tints of Pale Chestnut #CFA9AE

Color information

#CFA9AE (or 0xCFA9AE) is unknown color: approx Pale Chestnut. HEX triplet: CF, A9 and AE. RGB value is (207,169,174). Sum of RGB (Red+Green+Blue) = 207+169+174=550 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.64% from 550); Green value is 169 (66.41% from 255 or 30.73% from 550); Blue value is 174 (68.36% from 255 or 31.64% from 550); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA9AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA9AE is #305651. Grayscale: #B4B4B4. Windows color (decimal): -3167826 or 11446735. OLE color: 11446735.

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

Color convert

RGB207169174-
CMYK00.180.160.19
HSL352.11º28.36%73.73%-
HSV(B)352.11º18.36%81.18%-
XYZ47.5644.746.17-
YUV180.93124.09146.59-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.64%
GREEN value IS 169 (66.41% from 255) = 30.73%
BLUE value IS 174 (68.36% from 255) = 31.64%
R=37.64%
G=30.73%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716917400.180.160.19352.1128.3673.73
HexCFA9AE01210131601c4a
Octal317251256022202354034112
Binary1100111110101001101011100100101000010011101100000111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA9AE; }

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

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

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

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

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

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

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

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