Shades of Maverick #C0BABC
Tints of Maverick #C0BABC
RGB
CMYK
RGB Variations
Color information
#C0BABC (or 0xC0BABC) is known color: Maverick. HEX triplet: C0, BA and BC. RGB value is (192,186,188). Sum of RGB (Red+Green+Blue) = 192+186+188=566 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.92% from 566); Green value is 186 (73.05% from 255 or 32.86% from 566); Blue value is 188 (73.83% from 255 or 33.22% from 566); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BABC is #3F4543. Grayscale: #BCBCBC. Windows color (decimal): -4146500 or 12368576. OLE color: 12368576.
HSL color Cylindrical-coordinate representation of color #C0BABC: hue angle of 340º degrees, saturation: 0.05, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C0BABC is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
RGB | 192 | 186 | 188 | - |
CMYK | 0 | 0.03 | 0.02 | 0.25 |
HSL | 340º | 0.05% | 0.74% | - |
HSV(B) | 340º | 0.03% | 0.75% | - |
XYZ | 48.37 | 49.96 | 54.67 | - |
YUV | 188.02 | 127.99 | 130.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 186 | 188 | 0 | 0.03 | 0.02 | 0.25 | 340 | 0.05 | 0.74 |
Hex | C0 | BA | BC | 0 | 3 | 2 | 19 | 154 | 5 | 4A |
Octal | 300 | 272 | 274 | 0 | 3 | 2 | 31 | 524 | 5 | 112 |
Binary | 11000000 | 10111010 | 10111100 | 0 | 11 | 10 | 11001 | 101010100 | 101 | 1001010 |
Color Harmonies of #C0BABC
Complementary color
Monochromatic Colors of #C0BABC
Black with #C0BABC
Text Example
Text Example
White with #C0BABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BABC; }
p { color: rgb(192,186,188); }
H1.HeaderClassName
{
color: #C0BABC;
}
.AnyTagClassName
{
color: #C0BABC;
}
</style>
background-color css
<style>
a { background-color: #C0BABC; }
a { background-color: rgb(192,186,188); }
div.DivClassName
{
background-color: #C0BABC;
}
.BgClassName
{
background-color: #C0BABC;
}
</style>
border-color css
<style>
span { border-color: #C0BABC; }
span { border-color: rgb(192,186,188); }
td.TdClassName
{
border-color: #C0BABC;
}
.TagClassName
{
border-color: #C0BABC;
}
</style>