#CFAAAB

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

Shades of Pale Chestnut #CFAAAB

Tints of Pale Chestnut #CFAAAB

Color information

#CFAAAB (or 0xCFAAAB) is unknown color: approx Pale Chestnut. HEX triplet: CF, AA and AB. RGB value is (207,170,171). Sum of RGB (Red+Green+Blue) = 207+170+171=548 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.77% from 548); Green value is 170 (66.80% from 255 or 31.02% from 548); Blue value is 171 (67.19% from 255 or 31.20% from 548); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAAAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAAAB is #305554. Grayscale: #B5B5B5. Windows color (decimal): -3167573 or 11250383. OLE color: 11250383.

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

Color convert

RGB207170171-
CMYK00.180.170.19
HSL358.38º27.82%73.92%-
HSV(B)358.38º17.87%81.18%-
XYZ47.4644.9644.7-
YUV181.18122.26146.42-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.77%
GREEN value IS 170 (66.80% from 255) = 31.02%
BLUE value IS 171 (67.19% from 255) = 31.20%
R=37.77%
G=31.02%
B=31.20%

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
Decimal20717017100.180.170.19358.3827.8273.92
HexCFAAAB01211131661c4a
Octal317252253022212354634112
Binary1100111110101010101010110100101000110011101100110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAAAB; }

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

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

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

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

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

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

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

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