Shades of Silver #CCBFBF
Tints of Silver #CCBFBF
RGB
CMYK
RGB Variations
Color information
#CCBFBF (or 0xCCBFBF) is known color: Silver. HEX triplet: CC, BF and BF. RGB value is (204,191,191). Sum of RGB (Red+Green+Blue) = 204+191+191=586 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.81% from 586); Green value is 191 (75% from 255 or 32.59% from 586); Blue value is 191 (75% from 255 or 32.59% from 586); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBFBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBFBF is #334040. Grayscale: #C2C2C2. Windows color (decimal): -3358785 or 12566476. OLE color: 12566476.
HSL color Cylindrical-coordinate representation of color #CCBFBF: hue angle of 0º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CCBFBF is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 191 | 191 | - |
CMYK | 0 | 0.06 | 0.06 | 0.2 |
HSL | 0º | 0.11% | 0.77% | - |
HSV(B) | 0º | 0.06% | 0.8% | - |
XYZ | 52.94 | 53.86 | 56.9 | - |
YUV | 194.89 | 125.81 | 134.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 191 | 191 | 0 | 0.06 | 0.06 | 0.2 | 0 | 0.11 | 0.77 |
Hex | CC | BF | BF | 0 | 6 | 6 | 14 | 0 | B | 4D |
Octal | 314 | 277 | 277 | 0 | 6 | 6 | 24 | 0 | 13 | 115 |
Binary | 11001100 | 10111111 | 10111111 | 0 | 110 | 110 | 10100 | 0 | 1011 | 1001101 |
Color Harmonies of #CCBFBF
Complementary color
Monochromatic Colors of #CCBFBF
Black with #CCBFBF
Text Example
Text Example
White with #CCBFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBFBF; }
p { color: rgb(204,191,191); }
H1.HeaderClassName
{
color: #CCBFBF;
}
.AnyTagClassName
{
color: #CCBFBF;
}
</style>
background-color css
<style>
a { background-color: #CCBFBF; }
a { background-color: rgb(204,191,191); }
div.DivClassName
{
background-color: #CCBFBF;
}
.BgClassName
{
background-color: #CCBFBF;
}
</style>
border-color css
<style>
span { border-color: #CCBFBF; }
span { border-color: rgb(204,191,191); }
td.TdClassName
{
border-color: #CCBFBF;
}
.TagClassName
{
border-color: #CCBFBF;
}
</style>