#CFA9AB

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

Shades of Pale Chestnut #CFA9AB

Tints of Pale Chestnut #CFA9AB

Color information

#CFA9AB (or 0xCFA9AB) is unknown color: approx Pale Chestnut. HEX triplet: CF, A9 and AB. RGB value is (207,169,171). Sum of RGB (Red+Green+Blue) = 207+169+171=547 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.84% from 547); Green value is 169 (66.41% from 255 or 30.90% from 547); Blue value is 171 (67.19% from 255 or 31.26% from 547); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA9AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA9AB is #305654. Grayscale: #B4B4B4. Windows color (decimal): -3167829 or 11250127. OLE color: 11250127.

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

Color convert

RGB207169171-
CMYK00.180.170.19
HSL356.84º28.36%73.73%-
HSV(B)356.84º18.36%81.18%-
XYZ47.2744.5844.64-
YUV180.59122.59146.84-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.84%
GREEN value IS 169 (66.41% from 255) = 30.90%
BLUE value IS 171 (67.19% from 255) = 31.26%
R=37.84%
G=30.90%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716917100.180.170.19356.8428.3673.73
HexCFA9AB01211131651c4a
Octal317251253022212354534112
Binary1100111110101001101010110100101000110011101100101111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA9AB; }

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

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

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

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

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

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

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

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