Shades of Maverick #C8B0C2
Tints of Maverick #C8B0C2
RGB
CMYK
RGB Variations
Color information
#C8B0C2 (or 0xC8B0C2) is known color: Maverick. HEX triplet: C8, B0 and C2. RGB value is (200,176,194). Sum of RGB (Red+Green+Blue) = 200+176+194=570 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.09% from 570); Green value is 176 (69.14% from 255 or 30.88% from 570); Blue value is 194 (76.17% from 255 or 34.04% from 570); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B0C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8B0C2 is #374F3D. Grayscale: #B9B9B9. Windows color (decimal): -3624766 or 12759240. OLE color: 12759240.
HSL color Cylindrical-coordinate representation of color #C8B0C2: hue angle of 315º degrees, saturation: 0.18, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C8B0C2 is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 176 | 194 | - |
| CMYK | 0 | 0.12 | 0.03 | 0.22 |
| HSL | 315º | 0.18% | 0.74% | - |
| HSV(B) | 315º | 0.12% | 0.78% | - |
| XYZ | 49.08 | 47.23 | 57.57 | - |
| YUV | 185.23 | 132.95 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 176 | 194 | 0 | 0.12 | 0.03 | 0.22 | 315 | 0.18 | 0.74 |
| Hex | C8 | B0 | C2 | 0 | C | 3 | 16 | 13B | 12 | 4A |
| Octal | 310 | 260 | 302 | 0 | 14 | 3 | 26 | 473 | 22 | 112 |
| Binary | 11001000 | 10110000 | 11000010 | 0 | 1100 | 11 | 10110 | 100111011 | 10010 | 1001010 |
Color Harmonies of #C8B0C2
Complementary color
Monochromatic Colors of #C8B0C2
Black with #C8B0C2
Text Example
Text Example
White with #C8B0C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B0C2; }
p { color: rgb(200,176,194); }
H1.HeaderClassName
{
color: #C8B0C2;
}
.AnyTagClassName
{
color: #C8B0C2;
}
</style>
background-color css
<style>
a { background-color: #C8B0C2; }
a { background-color: rgb(200,176,194); }
div.DivClassName
{
background-color: #C8B0C2;
}
.BgClassName
{
background-color: #C8B0C2;
}
</style>
border-color css
<style>
span { border-color: #C8B0C2; }
span { border-color: rgb(200,176,194); }
td.TdClassName
{
border-color: #C8B0C2;
}
.TagClassName
{
border-color: #C8B0C2;
}
</style>