Shades of Silver #CCBBBB
Tints of Silver #CCBBBB
RGB
CMYK
RGB Variations
Color information
#CCBBBB (or 0xCCBBBB) is known color: Silver. HEX triplet: CC, BB and BB. RGB value is (204,187,187). Sum of RGB (Red+Green+Blue) = 204+187+187=578 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.29% from 578); Green value is 187 (73.44% from 255 or 32.35% from 578); Blue value is 187 (73.44% from 255 or 32.35% from 578); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBBBB is #334444. Grayscale: #C0C0C0. Windows color (decimal): -3359813 or 12303308. OLE color: 12303308.
HSL color Cylindrical-coordinate representation of color #CCBBBB: hue angle of 0º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CCBBBB is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 187 | 187 | - |
| CMYK | 0 | 0.08 | 0.08 | 0.2 |
| HSL | 0º | 0.14% | 0.77% | - |
| HSV(B) | 0º | 0.08% | 0.8% | - |
| XYZ | 51.64 | 51.97 | 54.32 | - |
| YUV | 192.08 | 125.13 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 187 | 187 | 0 | 0.08 | 0.08 | 0.2 | 0 | 0.14 | 0.77 |
| Hex | CC | BB | BB | 0 | 8 | 8 | 14 | 0 | E | 4D |
| Octal | 314 | 273 | 273 | 0 | 10 | 10 | 24 | 0 | 16 | 115 |
| Binary | 11001100 | 10111011 | 10111011 | 0 | 1000 | 1000 | 10100 | 0 | 1110 | 1001101 |
Color Harmonies of #CCBBBB
Complementary color
Monochromatic Colors of #CCBBBB
Black with #CCBBBB
Text Example
Text Example
White with #CCBBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBBBB; }
p { color: rgb(204,187,187); }
H1.HeaderClassName
{
color: #CCBBBB;
}
.AnyTagClassName
{
color: #CCBBBB;
}
</style>
background-color css
<style>
a { background-color: #CCBBBB; }
a { background-color: rgb(204,187,187); }
div.DivClassName
{
background-color: #CCBBBB;
}
.BgClassName
{
background-color: #CCBBBB;
}
</style>
border-color css
<style>
span { border-color: #CCBBBB; }
span { border-color: rgb(204,187,187); }
td.TdClassName
{
border-color: #CCBBBB;
}
.TagClassName
{
border-color: #CCBBBB;
}
</style>