#CDCBCA

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

Shades of Mercury #CDCBCA

Tints of Mercury #CDCBCA

Color information

#CDCBCA (or 0xCDCBCA) is unknown color: approx Mercury. HEX triplet: CD, CB and CA. RGB value is (205,203,202). Sum of RGB (Red+Green+Blue) = 205+203+202=610 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.61% from 610); Green value is 203 (79.69% from 255 or 33.28% from 610); Blue value is 202 (79.30% from 255 or 33.11% from 610); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCBCA is #323435. Grayscale: #CBCBCB. Windows color (decimal): -3290166 or 13290445. OLE color: 13290445.

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

Color convert

RGB205203202-
CMYK00.010.010.20
HSL20º2.91%79.8%-
HSV(B)20º1.46%80.39%-
XYZ57.1959.9664.44-
YUV203.48127.16129.08-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.61%
GREEN value IS 203 (79.69% from 255) = 33.28%
BLUE value IS 202 (79.30% from 255) = 33.11%
R=33.61%
G=33.28%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20520320200.010.010.20202.9179.8
HexCDCBCA0111414350
Octal31531331201124243120
Binary1100110111001011110010100111010010100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCBCA; }

 p { color: rgb(205,203,202); }

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

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

 a { background-color: rgb(205,203,202); }

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

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

 span { border-color: rgb(205,203,202); }

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