#CBC0C0

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

Shades of Silver #CBC0C0

Tints of Silver #CBC0C0

Color information

#CBC0C0 (or 0xCBC0C0) is unknown color: approx Silver. HEX triplet: CB, C0 and C0. RGB value is (203,192,192). Sum of RGB (Red+Green+Blue) = 203+192+192=587 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.58% from 587); Green value is 192 (75.39% from 255 or 32.71% from 587); Blue value is 192 (75.39% from 255 or 32.71% from 587); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC0C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC0C0 is #343F3F. Grayscale: #C3C3C3. Windows color (decimal): -3424064 or 12632267. OLE color: 12632267.

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

Color convert

RGB203192192-
CMYK00.050.050.20
HSL9.57%77.45%-
HSV(B)5.42%79.61%-
XYZ52.9954.257.54-
YUV195.29126.14133.5-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.58%
GREEN value IS 192 (75.39% from 255) = 32.71%
BLUE value IS 192 (75.39% from 255) = 32.71%
R=34.58%
G=32.71%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319219200.050.050.2009.5777.45
HexCBC0C0055140a4d
Octal31330030005524012115
Binary110010111100000011000000010110110100010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC0C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC0C0; }

 p { color: rgb(203,192,192); }

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

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

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

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

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

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

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