Shades of Silver #CCBDBD
Tints of Silver #CCBDBD
RGB
CMYK
RGB Variations
Color information
#CCBDBD (or 0xCCBDBD) is known color: Silver. HEX triplet: CC, BD and BD. RGB value is (204,189,189). Sum of RGB (Red+Green+Blue) = 204+189+189=582 (77% of max value = 765). Red value is 204 (80.08% from 255 or 35.05% from 582); Green value is 189 (74.22% from 255 or 32.47% from 582); Blue value is 189 (74.22% from 255 or 32.47% from 582); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBDBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBDBD is #334242. Grayscale: #C1C1C1. Windows color (decimal): -3359299 or 12434892. OLE color: 12434892.
HSL color Cylindrical-coordinate representation of color #CCBDBD: hue angle of 0º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CCBDBD is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 189 | 189 | - |
CMYK | 0 | 0.07 | 0.07 | 0.2 |
HSL | 0º | 0.13% | 0.77% | - |
HSV(B) | 0º | 0.07% | 0.8% | - |
XYZ | 52.28 | 52.91 | 55.6 | - |
YUV | 193.49 | 125.47 | 135.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 189 | 189 | 0 | 0.07 | 0.07 | 0.2 | 0 | 0.13 | 0.77 |
Hex | CC | BD | BD | 0 | 7 | 7 | 14 | 0 | D | 4D |
Octal | 314 | 275 | 275 | 0 | 7 | 7 | 24 | 0 | 15 | 115 |
Binary | 11001100 | 10111101 | 10111101 | 0 | 111 | 111 | 10100 | 0 | 1101 | 1001101 |
Color Harmonies of #CCBDBD
Complementary color
Monochromatic Colors of #CCBDBD
Black with #CCBDBD
Text Example
Text Example
White with #CCBDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBDBD; }
p { color: rgb(204,189,189); }
H1.HeaderClassName
{
color: #CCBDBD;
}
.AnyTagClassName
{
color: #CCBDBD;
}
</style>
background-color css
<style>
a { background-color: #CCBDBD; }
a { background-color: rgb(204,189,189); }
div.DivClassName
{
background-color: #CCBDBD;
}
.BgClassName
{
background-color: #CCBDBD;
}
</style>
border-color css
<style>
span { border-color: #CCBDBD; }
span { border-color: rgb(204,189,189); }
td.TdClassName
{
border-color: #CCBDBD;
}
.TagClassName
{
border-color: #CCBDBD;
}
</style>