#C0B9B9

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

Shades of Silver #C0B9B9

Tints of Silver #C0B9B9

Color information

#C0B9B9 (or 0xC0B9B9) is unknown color: approx Silver. HEX triplet: C0, B9 and B9. RGB value is (192,185,185). Sum of RGB (Red+Green+Blue) = 192+185+185=562 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.16% from 562); Green value is 185 (72.66% from 255 or 32.92% from 562); Blue value is 185 (72.66% from 255 or 32.92% from 562); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B9B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0B9B9 is #3F4646. Grayscale: #BBBBBB. Windows color (decimal): -4146759 or 12171712. OLE color: 12171712.

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

Color convert

RGB192185185-
CMYK00.040.040.25
HSL5.26%73.92%-
HSV(B)3.65%75.29%-
XYZ47.8449.4152.91-
YUV187.09126.82131.5-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.16%
GREEN value IS 185 (72.66% from 255) = 32.92%
BLUE value IS 185 (72.66% from 255) = 32.92%
R=34.16%
G=32.92%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218518500.040.040.2505.2673.92
HexC0B9B904419054a
Octal3002712710443105112
Binary11000000101110011011100101001001100101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B9B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B9B9; }

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

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

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

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

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

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

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

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