Shades of Maverick #C0B7BD
Tints of Maverick #C0B7BD
RGB
CMYK
RGB Variations
Color information
#C0B7BD (or 0xC0B7BD) is known color: Maverick. HEX triplet: C0, B7 and BD. RGB value is (192,183,189). Sum of RGB (Red+Green+Blue) = 192+183+189=564 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.04% from 564); Green value is 183 (71.88% from 255 or 32.45% from 564); Blue value is 189 (74.22% from 255 or 33.51% from 564); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B7BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0B7BD is #3F4842. Grayscale: #BABABA. Windows color (decimal): -4147267 or 12433344. OLE color: 12433344.
HSL color Cylindrical-coordinate representation of color #C0B7BD: hue angle of 320º degrees, saturation: 0.07, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C0B7BD is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 183 | 189 | - |
| CMYK | 0 | 0.05 | 0.02 | 0.25 |
| HSL | 320º | 0.07% | 0.74% | - |
| HSV(B) | 320º | 0.05% | 0.75% | - |
| XYZ | 47.86 | 48.75 | 55.03 | - |
| YUV | 186.38 | 129.48 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 183 | 189 | 0 | 0.05 | 0.02 | 0.25 | 320 | 0.07 | 0.74 |
| Hex | C0 | B7 | BD | 0 | 5 | 2 | 19 | 140 | 7 | 4A |
| Octal | 300 | 267 | 275 | 0 | 5 | 2 | 31 | 500 | 7 | 112 |
| Binary | 11000000 | 10110111 | 10111101 | 0 | 101 | 10 | 11001 | 101000000 | 111 | 1001010 |
Color Harmonies of #C0B7BD
Complementary color
Monochromatic Colors of #C0B7BD
Black with #C0B7BD
Text Example
Text Example
White with #C0B7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B7BD; }
p { color: rgb(192,183,189); }
H1.HeaderClassName
{
color: #C0B7BD;
}
.AnyTagClassName
{
color: #C0B7BD;
}
</style>
background-color css
<style>
a { background-color: #C0B7BD; }
a { background-color: rgb(192,183,189); }
div.DivClassName
{
background-color: #C0B7BD;
}
.BgClassName
{
background-color: #C0B7BD;
}
</style>
border-color css
<style>
span { border-color: #C0B7BD; }
span { border-color: rgb(192,183,189); }
td.TdClassName
{
border-color: #C0B7BD;
}
.TagClassName
{
border-color: #C0B7BD;
}
</style>