Shades of Maverick #C0B5BD
Tints of Maverick #C0B5BD
RGB
CMYK
RGB Variations
Color information
#C0B5BD (or 0xC0B5BD) is known color: Maverick. HEX triplet: C0, B5 and BD. RGB value is (192,181,189). Sum of RGB (Red+Green+Blue) = 192+181+189=562 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.16% from 562); Green value is 181 (71.09% from 255 or 32.21% from 562); Blue value is 189 (74.22% from 255 or 33.63% from 562); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B5BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0B5BD is #3F4A42. Grayscale: #B9B9B9. Windows color (decimal): -4147779 or 12432832. OLE color: 12432832.
HSL color Cylindrical-coordinate representation of color #C0B5BD: hue angle of 316.36º degrees, saturation: 0.08, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C0B5BD is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
RGB | 192 | 181 | 189 | - |
CMYK | 0 | 0.06 | 0.02 | 0.25 |
HSL | 316.36º | 0.08% | 0.73% | - |
HSV(B) | 316.36º | 0.06% | 0.75% | - |
XYZ | 47.45 | 47.93 | 54.89 | - |
YUV | 185.2 | 130.14 | 132.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 181 | 189 | 0 | 0.06 | 0.02 | 0.25 | 316.36 | 0.08 | 0.73 |
Hex | C0 | B5 | BD | 0 | 6 | 2 | 19 | 13C | 8 | 49 |
Octal | 300 | 265 | 275 | 0 | 6 | 2 | 31 | 474 | 10 | 111 |
Binary | 11000000 | 10110101 | 10111101 | 0 | 110 | 10 | 11001 | 100111100 | 1000 | 1001001 |
Color Harmonies of #C0B5BD
Complementary color
Monochromatic Colors of #C0B5BD
Black with #C0B5BD
Text Example
Text Example
White with #C0B5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B5BD; }
p { color: rgb(192,181,189); }
H1.HeaderClassName
{
color: #C0B5BD;
}
.AnyTagClassName
{
color: #C0B5BD;
}
</style>
background-color css
<style>
a { background-color: #C0B5BD; }
a { background-color: rgb(192,181,189); }
div.DivClassName
{
background-color: #C0B5BD;
}
.BgClassName
{
background-color: #C0B5BD;
}
</style>
border-color css
<style>
span { border-color: #C0B5BD; }
span { border-color: rgb(192,181,189); }
td.TdClassName
{
border-color: #C0B5BD;
}
.TagClassName
{
border-color: #C0B5BD;
}
</style>