Shades of Silver #CCBEBE
Tints of Silver #CCBEBE
RGB
CMYK
RGB Variations
Color information
#CCBEBE (or 0xCCBEBE) is known color: Silver. HEX triplet: CC, BE and BE. RGB value is (204,190,190). Sum of RGB (Red+Green+Blue) = 204+190+190=584 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.93% from 584); Green value is 190 (74.61% from 255 or 32.53% from 584); Blue value is 190 (74.61% from 255 or 32.53% from 584); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBEBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBEBE is #334141. Grayscale: #C2C2C2. Windows color (decimal): -3359042 or 12500684. OLE color: 12500684.
HSL color Cylindrical-coordinate representation of color #CCBEBE: hue angle of 0º degrees, saturation: 0.12, 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 #CCBEBE is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 190 | 190 | - |
CMYK | 0 | 0.07 | 0.07 | 0.2 |
HSL | 0º | 0.12% | 0.77% | - |
HSV(B) | 0º | 0.07% | 0.8% | - |
XYZ | 52.61 | 53.38 | 56.25 | - |
YUV | 194.19 | 125.64 | 135 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 190 | 190 | 0 | 0.07 | 0.07 | 0.2 | 0 | 0.12 | 0.77 |
Hex | CC | BE | BE | 0 | 7 | 7 | 14 | 0 | C | 4D |
Octal | 314 | 276 | 276 | 0 | 7 | 7 | 24 | 0 | 14 | 115 |
Binary | 11001100 | 10111110 | 10111110 | 0 | 111 | 111 | 10100 | 0 | 1100 | 1001101 |
Color Harmonies of #CCBEBE
Complementary color
Monochromatic Colors of #CCBEBE
Black with #CCBEBE
Text Example
Text Example
White with #CCBEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBEBE; }
p { color: rgb(204,190,190); }
H1.HeaderClassName
{
color: #CCBEBE;
}
.AnyTagClassName
{
color: #CCBEBE;
}
</style>
background-color css
<style>
a { background-color: #CCBEBE; }
a { background-color: rgb(204,190,190); }
div.DivClassName
{
background-color: #CCBEBE;
}
.BgClassName
{
background-color: #CCBEBE;
}
</style>
border-color css
<style>
span { border-color: #CCBEBE; }
span { border-color: rgb(204,190,190); }
td.TdClassName
{
border-color: #CCBEBE;
}
.TagClassName
{
border-color: #CCBEBE;
}
</style>