Shades of Maverick #C8B6C0
Tints of Maverick #C8B6C0
RGB
CMYK
RGB Variations
Color information
#C8B6C0 (or 0xC8B6C0) is known color: Maverick. HEX triplet: C8, B6 and C0. RGB value is (200,182,192). Sum of RGB (Red+Green+Blue) = 200+182+192=574 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.84% from 574); Green value is 182 (71.48% from 255 or 31.71% from 574); Blue value is 192 (75.39% from 255 or 33.45% from 574); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B6C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8B6C0 is #37493F. Grayscale: #BCBCBC. Windows color (decimal): -3623232 or 12629704. OLE color: 12629704.
HSL color Cylindrical-coordinate representation of color #C8B6C0: hue angle of 326.67º degrees, saturation: 0.14, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C8B6C0 is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 182 | 192 | - |
| CMYK | 0 | 0.09 | 0.04 | 0.22 |
| HSL | 326.67º | 0.14% | 0.75% | - |
| HSV(B) | 326.67º | 0.09% | 0.78% | - |
| XYZ | 50.06 | 49.54 | 56.79 | - |
| YUV | 188.52 | 129.96 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 182 | 192 | 0 | 0.09 | 0.04 | 0.22 | 326.67 | 0.14 | 0.75 |
| Hex | C8 | B6 | C0 | 0 | 9 | 4 | 16 | 147 | E | 4B |
| Octal | 310 | 266 | 300 | 0 | 11 | 4 | 26 | 507 | 16 | 113 |
| Binary | 11001000 | 10110110 | 11000000 | 0 | 1001 | 100 | 10110 | 101000111 | 1110 | 1001011 |
Color Harmonies of #C8B6C0
Complementary color
Monochromatic Colors of #C8B6C0
Black with #C8B6C0
Text Example
Text Example
White with #C8B6C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B6C0; }
p { color: rgb(200,182,192); }
H1.HeaderClassName
{
color: #C8B6C0;
}
.AnyTagClassName
{
color: #C8B6C0;
}
</style>
background-color css
<style>
a { background-color: #C8B6C0; }
a { background-color: rgb(200,182,192); }
div.DivClassName
{
background-color: #C8B6C0;
}
.BgClassName
{
background-color: #C8B6C0;
}
</style>
border-color css
<style>
span { border-color: #C8B6C0; }
span { border-color: rgb(200,182,192); }
td.TdClassName
{
border-color: #C8B6C0;
}
.TagClassName
{
border-color: #C8B6C0;
}
</style>