#CFACAE

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

Shades of Pale Chestnut #CFACAE

Tints of Pale Chestnut #CFACAE

Color information

#CFACAE (or 0xCFACAE) is unknown color: approx Pale Chestnut. HEX triplet: CF, AC and AE. RGB value is (207,172,174). Sum of RGB (Red+Green+Blue) = 207+172+174=553 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.43% from 553); Green value is 172 (67.58% from 255 or 31.10% from 553); Blue value is 174 (68.36% from 255 or 31.46% from 553); Max value from RGB is 207 - color contains mainly: red. Hex color #CFACAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFACAE is #305351. Grayscale: #B6B6B6. Windows color (decimal): -3167058 or 11447503. OLE color: 11447503.

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

Color convert

RGB207172174-
CMYK00.170.160.19
HSL356.57º26.72%74.31%-
HSV(B)356.57º16.91%81.18%-
XYZ48.1245.8346.35-
YUV182.69123.1145.34-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.43%
GREEN value IS 172 (67.58% from 255) = 31.10%
BLUE value IS 174 (68.36% from 255) = 31.46%
R=37.43%
G=31.10%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717217400.170.160.19356.5726.7274.31
HexCFACAE01110131651b4a
Octal317254256021202354533112
Binary1100111110101100101011100100011000010011101100101110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFACAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFACAE; }

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

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

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

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

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

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

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

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