Shades of Maverick #C8B1C2
Tints of Maverick #C8B1C2
RGB
CMYK
RGB Variations
Color information
#C8B1C2 (or 0xC8B1C2) is known color: Maverick. HEX triplet: C8, B1 and C2. RGB value is (200,177,194). Sum of RGB (Red+Green+Blue) = 200+177+194=571 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.03% from 571); Green value is 177 (69.53% from 255 or 31.00% from 571); Blue value is 194 (76.17% from 255 or 33.98% from 571); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B1C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8B1C2 is #374E3D. Grayscale: #B9B9B9. Windows color (decimal): -3624510 or 12759496. OLE color: 12759496.
HSL color Cylindrical-coordinate representation of color #C8B1C2: hue angle of 315.65º degrees, saturation: 0.17, 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 #C8B1C2 is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 177 | 194 | - |
| CMYK | 0 | 0.12 | 0.03 | 0.22 |
| HSL | 315.65º | 0.17% | 0.74% | - |
| HSV(B) | 315.65º | 0.12% | 0.78% | - |
| XYZ | 49.28 | 47.62 | 57.63 | - |
| YUV | 185.82 | 132.62 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 177 | 194 | 0 | 0.12 | 0.03 | 0.22 | 315.65 | 0.17 | 0.74 |
| Hex | C8 | B1 | C2 | 0 | C | 3 | 16 | 13C | 11 | 4A |
| Octal | 310 | 261 | 302 | 0 | 14 | 3 | 26 | 474 | 21 | 112 |
| Binary | 11001000 | 10110001 | 11000010 | 0 | 1100 | 11 | 10110 | 100111100 | 10001 | 1001010 |
Color Harmonies of #C8B1C2
Complementary color
Monochromatic Colors of #C8B1C2
Black with #C8B1C2
Text Example
Text Example
White with #C8B1C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B1C2; }
p { color: rgb(200,177,194); }
H1.HeaderClassName
{
color: #C8B1C2;
}
.AnyTagClassName
{
color: #C8B1C2;
}
</style>
background-color css
<style>
a { background-color: #C8B1C2; }
a { background-color: rgb(200,177,194); }
div.DivClassName
{
background-color: #C8B1C2;
}
.BgClassName
{
background-color: #C8B1C2;
}
</style>
border-color css
<style>
span { border-color: #C8B1C2; }
span { border-color: rgb(200,177,194); }
td.TdClassName
{
border-color: #C8B1C2;
}
.TagClassName
{
border-color: #C8B1C2;
}
</style>