#CFCAC8

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

Shades of Mercury #CFCAC8

Tints of Mercury #CFCAC8

Color information

#CFCAC8 (or 0xCFCAC8) is unknown color: approx Mercury. HEX triplet: CF, CA and C8. RGB value is (207,202,200). Sum of RGB (Red+Green+Blue) = 207+202+200=609 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.99% from 609); Green value is 202 (79.30% from 255 or 33.17% from 609); Blue value is 200 (78.52% from 255 or 32.84% from 609); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCAC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCAC8 is #303537. Grayscale: #CBCBCB. Windows color (decimal): -3159352 or 13159119. OLE color: 13159119.

HSL color Cylindrical-coordinate representation of color #CFCAC8: hue angle of 17.14º degrees, saturation: 0.07, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CFCAC8 is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB207202200-
CMYK00.020.030.19
HSL17.14º6.8%79.8%-
HSV(B)17.14º3.38%81.18%-
XYZ57.2859.6863.14-
YUV203.27126.16130.66-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.99%
GREEN value IS 202 (79.30% from 255) = 33.17%
BLUE value IS 200 (78.52% from 255) = 32.84%
R=33.99%
G=33.17%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720220000.020.030.1917.146.879.8
HexCFCAC80231311750
Octal31731231002323217120
Binary1100111111001010110010000101110011100011111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCAC8; }

 p { color: rgb(207,202,200); }

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

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

 a { background-color: rgb(207,202,200); }

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

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

 span { border-color: rgb(207,202,200); }

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