Shades of Maverick #C8B3C2
Tints of Maverick #C8B3C2
RGB
CMYK
RGB Variations
Color information
#C8B3C2 (or 0xC8B3C2) is known color: Maverick. HEX triplet: C8, B3 and C2. RGB value is (200,179,194). Sum of RGB (Red+Green+Blue) = 200+179+194=573 (75% of max value = 765). Red value is 200 (78.52% from 255 or 34.90% from 573); Green value is 179 (70.31% from 255 or 31.24% from 573); Blue value is 194 (76.17% from 255 or 33.86% from 573); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B3C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8B3C2 is #374C3D. Grayscale: #BABABA. Windows color (decimal): -3623998 or 12760008. OLE color: 12760008.
HSL color Cylindrical-coordinate representation of color #C8B3C2: hue angle of 317.14º degrees, saturation: 0.16, 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 #C8B3C2 is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 179 | 194 | - |
| CMYK | 0 | 0.10 | 0.03 | 0.22 |
| HSL | 317.14º | 0.16% | 0.74% | - |
| HSV(B) | 317.14º | 0.11% | 0.78% | - |
| XYZ | 49.68 | 48.41 | 57.77 | - |
| YUV | 186.99 | 131.96 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 179 | 194 | 0 | 0.10 | 0.03 | 0.22 | 317.14 | 0.16 | 0.74 |
| Hex | C8 | B3 | C2 | 0 | A | 3 | 16 | 13D | 10 | 4A |
| Octal | 310 | 263 | 302 | 0 | 12 | 3 | 26 | 475 | 20 | 112 |
| Binary | 11001000 | 10110011 | 11000010 | 0 | 1010 | 11 | 10110 | 100111101 | 10000 | 1001010 |
Color Harmonies of #C8B3C2
Complementary color
Monochromatic Colors of #C8B3C2
Black with #C8B3C2
Text Example
Text Example
White with #C8B3C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B3C2; }
p { color: rgb(200,179,194); }
H1.HeaderClassName
{
color: #C8B3C2;
}
.AnyTagClassName
{
color: #C8B3C2;
}
</style>
background-color css
<style>
a { background-color: #C8B3C2; }
a { background-color: rgb(200,179,194); }
div.DivClassName
{
background-color: #C8B3C2;
}
.BgClassName
{
background-color: #C8B3C2;
}
</style>
border-color css
<style>
span { border-color: #C8B3C2; }
span { border-color: rgb(200,179,194); }
td.TdClassName
{
border-color: #C8B3C2;
}
.TagClassName
{
border-color: #C8B3C2;
}
</style>