Shades of Maverick #C8B2C1
Tints of Maverick #C8B2C1
RGB
CMYK
RGB Variations
Color information
#C8B2C1 (or 0xC8B2C1) is known color: Maverick. HEX triplet: C8, B2 and C1. RGB value is (200,178,193). Sum of RGB (Red+Green+Blue) = 200+178+193=571 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.03% from 571); Green value is 178 (69.92% from 255 or 31.17% from 571); Blue value is 193 (75.78% from 255 or 33.80% from 571); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B2C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8B2C1 is #374D3E. Grayscale: #BABABA. Windows color (decimal): -3624255 or 12694216. OLE color: 12694216.
HSL color Cylindrical-coordinate representation of color #C8B2C1: hue angle of 319.09º degrees, saturation: 0.17, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C8B2C1 is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 178 | 193 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.22 |
| HSL | 319.09º | 0.17% | 0.74% | - |
| HSV(B) | 319.09º | 0.11% | 0.78% | - |
| XYZ | 49.37 | 47.97 | 57.11 | - |
| YUV | 186.29 | 131.79 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 178 | 193 | 0 | 0.11 | 0.04 | 0.22 | 319.09 | 0.17 | 0.74 |
| Hex | C8 | B2 | C1 | 0 | B | 4 | 16 | 13F | 11 | 4A |
| Octal | 310 | 262 | 301 | 0 | 13 | 4 | 26 | 477 | 21 | 112 |
| Binary | 11001000 | 10110010 | 11000001 | 0 | 1011 | 100 | 10110 | 100111111 | 10001 | 1001010 |
Color Harmonies of #C8B2C1
Complementary color
Monochromatic Colors of #C8B2C1
Black with #C8B2C1
Text Example
Text Example
White with #C8B2C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B2C1; }
p { color: rgb(200,178,193); }
H1.HeaderClassName
{
color: #C8B2C1;
}
.AnyTagClassName
{
color: #C8B2C1;
}
</style>
background-color css
<style>
a { background-color: #C8B2C1; }
a { background-color: rgb(200,178,193); }
div.DivClassName
{
background-color: #C8B2C1;
}
.BgClassName
{
background-color: #C8B2C1;
}
</style>
border-color css
<style>
span { border-color: #C8B2C1; }
span { border-color: rgb(200,178,193); }
td.TdClassName
{
border-color: #C8B2C1;
}
.TagClassName
{
border-color: #C8B2C1;
}
</style>