Shades of Maverick #C0BDBE
Tints of Maverick #C0BDBE
RGB
CMYK
RGB Variations
Color information
#C0BDBE (or 0xC0BDBE) is known color: Maverick. HEX triplet: C0, BD and BE. RGB value is (192,189,190). Sum of RGB (Red+Green+Blue) = 192+189+190=571 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.63% from 571); Green value is 189 (74.22% from 255 or 33.10% from 571); Blue value is 190 (74.61% from 255 or 33.27% from 571); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BDBE is #3F4241. Grayscale: #BEBEBE. Windows color (decimal): -4145730 or 12500416. OLE color: 12500416.
HSL color Cylindrical-coordinate representation of color #C0BDBE: hue angle of 340º degrees, saturation: 0.02, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #C0BDBE is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
RGB | 192 | 189 | 190 | - |
CMYK | 0 | 0.02 | 0.01 | 0.25 |
HSL | 340º | 0.02% | 0.75% | - |
HSV(B) | 340º | 0.02% | 0.75% | - |
XYZ | 49.23 | 51.32 | 56.03 | - |
YUV | 190.01 | 127.99 | 129.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 189 | 190 | 0 | 0.02 | 0.01 | 0.25 | 340 | 0.02 | 0.75 |
Hex | C0 | BD | BE | 0 | 2 | 1 | 19 | 154 | 2 | 4B |
Octal | 300 | 275 | 276 | 0 | 2 | 1 | 31 | 524 | 2 | 113 |
Binary | 11000000 | 10111101 | 10111110 | 0 | 10 | 1 | 11001 | 101010100 | 10 | 1001011 |
Color Harmonies of #C0BDBE
Complementary color
Monochromatic Colors of #C0BDBE
Black with #C0BDBE
Text Example
Text Example
White with #C0BDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BDBE; }
p { color: rgb(192,189,190); }
H1.HeaderClassName
{
color: #C0BDBE;
}
.AnyTagClassName
{
color: #C0BDBE;
}
</style>
background-color css
<style>
a { background-color: #C0BDBE; }
a { background-color: rgb(192,189,190); }
div.DivClassName
{
background-color: #C0BDBE;
}
.BgClassName
{
background-color: #C0BDBE;
}
</style>
border-color css
<style>
span { border-color: #C0BDBE; }
span { border-color: rgb(192,189,190); }
td.TdClassName
{
border-color: #C0BDBE;
}
.TagClassName
{
border-color: #C0BDBE;
}
</style>