Shades of Maverick #C0B2BB
Tints of Maverick #C0B2BB
RGB
CMYK
RGB Variations
Color information
#C0B2BB (or 0xC0B2BB) is known color: Maverick. HEX triplet: C0, B2 and BB. RGB value is (192,178,187). Sum of RGB (Red+Green+Blue) = 192+178+187=557 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.47% from 557); Green value is 178 (69.92% from 255 or 31.96% from 557); Blue value is 187 (73.44% from 255 or 33.57% from 557); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B2BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0B2BB is #3F4D44. Grayscale: #B7B7B7. Windows color (decimal): -4148549 or 12300992. OLE color: 12300992.
HSL color Cylindrical-coordinate representation of color #C0B2BB: hue angle of 321.43º degrees, saturation: 0.1, 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 #C0B2BB is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 178 | 187 | - |
| CMYK | 0 | 0.07 | 0.03 | 0.25 |
| HSL | 321.43º | 0.1% | 0.73% | - |
| HSV(B) | 321.43º | 0.07% | 0.75% | - |
| XYZ | 46.63 | 46.64 | 53.56 | - |
| YUV | 183.21 | 130.14 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 178 | 187 | 0 | 0.07 | 0.03 | 0.25 | 321.43 | 0.1 | 0.73 |
| Hex | C0 | B2 | BB | 0 | 7 | 3 | 19 | 141 | A | 49 |
| Octal | 300 | 262 | 273 | 0 | 7 | 3 | 31 | 501 | 12 | 111 |
| Binary | 11000000 | 10110010 | 10111011 | 0 | 111 | 11 | 11001 | 101000001 | 1010 | 1001001 |
Color Harmonies of #C0B2BB
Complementary color
Monochromatic Colors of #C0B2BB
Black with #C0B2BB
Text Example
Text Example
White with #C0B2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B2BB; }
p { color: rgb(192,178,187); }
H1.HeaderClassName
{
color: #C0B2BB;
}
.AnyTagClassName
{
color: #C0B2BB;
}
</style>
background-color css
<style>
a { background-color: #C0B2BB; }
a { background-color: rgb(192,178,187); }
div.DivClassName
{
background-color: #C0B2BB;
}
.BgClassName
{
background-color: #C0B2BB;
}
</style>
border-color css
<style>
span { border-color: #C0B2BB; }
span { border-color: rgb(192,178,187); }
td.TdClassName
{
border-color: #C0B2BB;
}
.TagClassName
{
border-color: #C0B2BB;
}
</style>