Shades of Silver #C9BEBE
Tints of Silver #C9BEBE
RGB
CMYK
RGB Variations
Color information
#C9BEBE (or 0xC9BEBE) is known color: Silver. HEX triplet: C9, BE and BE. RGB value is (201,190,190). Sum of RGB (Red+Green+Blue) = 201+190+190=581 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.60% from 581); Green value is 190 (74.61% from 255 or 32.70% from 581); Blue value is 190 (74.61% from 255 or 32.70% from 581); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BEBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BEBE is #364141. Grayscale: #C1C1C1. Windows color (decimal): -3555650 or 12500681. OLE color: 12500681.
HSL color Cylindrical-coordinate representation of color #C9BEBE: hue angle of 0º degrees, saturation: 0.09, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C9BEBE is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
RGB | 201 | 190 | 190 | - |
CMYK | 0 | 0.05 | 0.05 | 0.21 |
HSL | 0º | 0.09% | 0.77% | - |
HSV(B) | 0º | 0.05% | 0.79% | - |
XYZ | 51.8 | 52.96 | 56.21 | - |
YUV | 193.29 | 126.14 | 133.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 190 | 190 | 0 | 0.05 | 0.05 | 0.21 | 0 | 0.09 | 0.77 |
Hex | C9 | BE | BE | 0 | 5 | 5 | 15 | 0 | 9 | 4D |
Octal | 311 | 276 | 276 | 0 | 5 | 5 | 25 | 0 | 11 | 115 |
Binary | 11001001 | 10111110 | 10111110 | 0 | 101 | 101 | 10101 | 0 | 1001 | 1001101 |
Color Harmonies of #C9BEBE
Complementary color
Monochromatic Colors of #C9BEBE
Black with #C9BEBE
Text Example
Text Example
White with #C9BEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BEBE; }
p { color: rgb(201,190,190); }
H1.HeaderClassName
{
color: #C9BEBE;
}
.AnyTagClassName
{
color: #C9BEBE;
}
</style>
background-color css
<style>
a { background-color: #C9BEBE; }
a { background-color: rgb(201,190,190); }
div.DivClassName
{
background-color: #C9BEBE;
}
.BgClassName
{
background-color: #C9BEBE;
}
</style>
border-color css
<style>
span { border-color: #C9BEBE; }
span { border-color: rgb(201,190,190); }
td.TdClassName
{
border-color: #C9BEBE;
}
.TagClassName
{
border-color: #C9BEBE;
}
</style>