Shades of Maverick #C0B2BC
Tints of Maverick #C0B2BC
RGB
CMYK
RGB Variations
Color information
#C0B2BC (or 0xC0B2BC) is known color: Maverick. HEX triplet: C0, B2 and BC. RGB value is (192,178,188). Sum of RGB (Red+Green+Blue) = 192+178+188=558 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.41% from 558); Green value is 178 (69.92% from 255 or 31.90% from 558); Blue value is 188 (73.83% from 255 or 33.69% from 558); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B2BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0B2BC is #3F4D43. Grayscale: #B7B7B7. Windows color (decimal): -4148548 or 12366528. OLE color: 12366528.
HSL color Cylindrical-coordinate representation of color #C0B2BC: hue angle of 317.14º 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 #C0B2BC is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 178 | 188 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.25 |
| HSL | 317.14º | 0.1% | 0.73% | - |
| HSV(B) | 317.14º | 0.07% | 0.75% | - |
| XYZ | 46.74 | 46.68 | 54.12 | - |
| YUV | 183.33 | 130.64 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 178 | 188 | 0 | 0.07 | 0.02 | 0.25 | 317.14 | 0.1 | 0.73 |
| Hex | C0 | B2 | BC | 0 | 7 | 2 | 19 | 13D | A | 49 |
| Octal | 300 | 262 | 274 | 0 | 7 | 2 | 31 | 475 | 12 | 111 |
| Binary | 11000000 | 10110010 | 10111100 | 0 | 111 | 10 | 11001 | 100111101 | 1010 | 1001001 |
Color Harmonies of #C0B2BC
Complementary color
Monochromatic Colors of #C0B2BC
Black with #C0B2BC
Text Example
Text Example
White with #C0B2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B2BC; }
p { color: rgb(192,178,188); }
H1.HeaderClassName
{
color: #C0B2BC;
}
.AnyTagClassName
{
color: #C0B2BC;
}
</style>
background-color css
<style>
a { background-color: #C0B2BC; }
a { background-color: rgb(192,178,188); }
div.DivClassName
{
background-color: #C0B2BC;
}
.BgClassName
{
background-color: #C0B2BC;
}
</style>
border-color css
<style>
span { border-color: #C0B2BC; }
span { border-color: rgb(192,178,188); }
td.TdClassName
{
border-color: #C0B2BC;
}
.TagClassName
{
border-color: #C0B2BC;
}
</style>