Shades of Maverick #C0B3BD
Tints of Maverick #C0B3BD
RGB
CMYK
RGB Variations
Color information
#C0B3BD (or 0xC0B3BD) is known color: Maverick. HEX triplet: C0, B3 and BD. RGB value is (192,179,189). Sum of RGB (Red+Green+Blue) = 192+179+189=560 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.29% from 560); Green value is 179 (70.31% from 255 or 31.96% from 560); Blue value is 189 (74.22% from 255 or 33.75% from 560); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B3BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0B3BD is #3F4C42. Grayscale: #B7B7B7. Windows color (decimal): -4148291 or 12432320. OLE color: 12432320.
HSL color Cylindrical-coordinate representation of color #C0B3BD: hue angle of 313.85º degrees, saturation: 0.09, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C0B3BD is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 179 | 189 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.25 |
| HSL | 313.85º | 0.09% | 0.73% | - |
| HSV(B) | 313.85º | 0.07% | 0.75% | - |
| XYZ | 47.04 | 47.12 | 54.76 | - |
| YUV | 184.03 | 130.81 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 179 | 189 | 0 | 0.07 | 0.02 | 0.25 | 313.85 | 0.09 | 0.73 |
| Hex | C0 | B3 | BD | 0 | 7 | 2 | 19 | 13A | 9 | 49 |
| Octal | 300 | 263 | 275 | 0 | 7 | 2 | 31 | 472 | 11 | 111 |
| Binary | 11000000 | 10110011 | 10111101 | 0 | 111 | 10 | 11001 | 100111010 | 1001 | 1001001 |
Color Harmonies of #C0B3BD
Complementary color
Monochromatic Colors of #C0B3BD
Black with #C0B3BD
Text Example
Text Example
White with #C0B3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B3BD; }
p { color: rgb(192,179,189); }
H1.HeaderClassName
{
color: #C0B3BD;
}
.AnyTagClassName
{
color: #C0B3BD;
}
</style>
background-color css
<style>
a { background-color: #C0B3BD; }
a { background-color: rgb(192,179,189); }
div.DivClassName
{
background-color: #C0B3BD;
}
.BgClassName
{
background-color: #C0B3BD;
}
</style>
border-color css
<style>
span { border-color: #C0B3BD; }
span { border-color: rgb(192,179,189); }
td.TdClassName
{
border-color: #C0B3BD;
}
.TagClassName
{
border-color: #C0B3BD;
}
</style>