#CFA7AB

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

Shades of Pale Chestnut #CFA7AB

Tints of Pale Chestnut #CFA7AB

Color information

#CFA7AB (or 0xCFA7AB) is unknown color: approx Pale Chestnut. HEX triplet: CF, A7 and AB. RGB value is (207,167,171). Sum of RGB (Red+Green+Blue) = 207+167+171=545 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.98% from 545); Green value is 167 (65.62% from 255 or 30.64% from 545); Blue value is 171 (67.19% from 255 or 31.38% from 545); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA7AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA7AB is #305854. Grayscale: #B3B3B3. Windows color (decimal): -3168341 or 11249615. OLE color: 11249615.

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

Color convert

RGB207167171-
CMYK00.190.170.19
HSL354º29.41%73.33%-
HSV(B)354º19.32%81.18%-
XYZ46.943.8444.52-
YUV179.42123.25147.67-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.98%
GREEN value IS 167 (65.62% from 255) = 30.64%
BLUE value IS 171 (67.19% from 255) = 31.38%
R=37.98%
G=30.64%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716717100.190.170.1935429.4173.33
HexCFA7AB01311131621d49
Octal317247253023212354235111
Binary1100111110100111101010110100111000110011101100010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA7AB; }

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

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

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

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

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

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

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

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