Shades of Silver #CBC0C0
Tints of Silver #CBC0C0
RGB
CMYK
RGB Variations
Color information
#CBC0C0 (or 0xCBC0C0) is known color: 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
| RGB | 203 | 192 | 192 | - |
| CMYK | 0 | 0.05 | 0.05 | 0.20 |
| HSL | 0º | 0.1% | 0.77% | - |
| HSV(B) | 0º | 0.05% | 0.8% | - |
| XYZ | 52.99 | 54.2 | 57.54 | - |
| YUV | 195.29 | 126.14 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 192 | 192 | 0 | 0.05 | 0.05 | 0.20 | 0 | 0.1 | 0.77 |
| Hex | CB | C0 | C0 | 0 | 5 | 5 | 14 | 0 | A | 4D |
| Octal | 313 | 300 | 300 | 0 | 5 | 5 | 24 | 0 | 12 | 115 |
| Binary | 11001011 | 11000000 | 11000000 | 0 | 101 | 101 | 10100 | 0 | 1010 | 1001101 |
Color Harmonies of #CBC0C0
Complementary color
Monochromatic Colors of #CBC0C0
Black with #CBC0C0
Text Example
Text Example
White with #CBC0C0
Text Example
Text Example
HTML Codes & Css Web 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>