Shades of Maverick #C8B6C2
Tints of Maverick #C8B6C2
RGB
CMYK
RGB Variations
Color information
#C8B6C2 (or 0xC8B6C2) is known color: Maverick. HEX triplet: C8, B6 and C2. RGB value is (200,182,194). Sum of RGB (Red+Green+Blue) = 200+182+194=576 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.72% from 576); Green value is 182 (71.48% from 255 or 31.60% from 576); Blue value is 194 (76.17% from 255 or 33.68% from 576); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B6C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8B6C2 is #37493D. Grayscale: #BCBCBC. Windows color (decimal): -3623230 or 12760776. OLE color: 12760776.
HSL color Cylindrical-coordinate representation of color #C8B6C2: hue angle of 320º 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 #C8B6C2 is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 182 | 194 | - |
| CMYK | 0 | 0.09 | 0.03 | 0.22 |
| HSL | 320º | 0.14% | 0.75% | - |
| HSV(B) | 320º | 0.09% | 0.78% | - |
| XYZ | 50.28 | 49.63 | 57.97 | - |
| YUV | 188.75 | 130.96 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 182 | 194 | 0 | 0.09 | 0.03 | 0.22 | 320 | 0.14 | 0.75 |
| Hex | C8 | B6 | C2 | 0 | 9 | 3 | 16 | 140 | E | 4B |
| Octal | 310 | 266 | 302 | 0 | 11 | 3 | 26 | 500 | 16 | 113 |
| Binary | 11001000 | 10110110 | 11000010 | 0 | 1001 | 11 | 10110 | 101000000 | 1110 | 1001011 |
Color Harmonies of #C8B6C2
Complementary color
Monochromatic Colors of #C8B6C2
Black with #C8B6C2
Text Example
Text Example
White with #C8B6C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B6C2; }
p { color: rgb(200,182,194); }
H1.HeaderClassName
{
color: #C8B6C2;
}
.AnyTagClassName
{
color: #C8B6C2;
}
</style>
background-color css
<style>
a { background-color: #C8B6C2; }
a { background-color: rgb(200,182,194); }
div.DivClassName
{
background-color: #C8B6C2;
}
.BgClassName
{
background-color: #C8B6C2;
}
</style>
border-color css
<style>
span { border-color: #C8B6C2; }
span { border-color: rgb(200,182,194); }
td.TdClassName
{
border-color: #C8B6C2;
}
.TagClassName
{
border-color: #C8B6C2;
}
</style>