#CFAAAE

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

Shades of Pale Chestnut #CFAAAE

Tints of Pale Chestnut #CFAAAE

Color information

#CFAAAE (or 0xCFAAAE) is unknown color: approx Pale Chestnut. HEX triplet: CF, AA and AE. RGB value is (207,170,174). Sum of RGB (Red+Green+Blue) = 207+170+174=551 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.57% from 551); Green value is 170 (66.80% from 255 or 30.85% from 551); Blue value is 174 (68.36% from 255 or 31.58% from 551); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAAAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAAAE is #305551. Grayscale: #B5B5B5. Windows color (decimal): -3167570 or 11446991. OLE color: 11446991.

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

Color convert

RGB207170174-
CMYK00.180.160.19
HSL353.51º27.82%73.92%-
HSV(B)353.51º17.87%81.18%-
XYZ47.7545.0746.23-
YUV181.52123.76146.17-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.57%
GREEN value IS 170 (66.80% from 255) = 30.85%
BLUE value IS 174 (68.36% from 255) = 31.58%
R=37.57%
G=30.85%
B=31.58%

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
Decimal20717017400.180.160.19353.5127.8273.92
HexCFAAAE01210131621c4a
Octal317252256022202354234112
Binary1100111110101010101011100100101000010011101100010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAAAE; }

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

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

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

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

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

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

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

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