Shades of Maverick #C8A8BC
Tints of Maverick #C8A8BC
RGB
CMYK
RGB Variations
Color information
#C8A8BC (or 0xC8A8BC) is known color: Maverick. HEX triplet: C8, A8 and BC. RGB value is (200,168,188). Sum of RGB (Red+Green+Blue) = 200+168+188=556 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.97% from 556); Green value is 168 (66.02% from 255 or 30.22% from 556); Blue value is 188 (73.83% from 255 or 33.81% from 556); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A8BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A8BC is #375743. Grayscale: #B3B3B3. Windows color (decimal): -3626820 or 12363976. OLE color: 12363976.
HSL color Cylindrical-coordinate representation of color #C8A8BC: hue angle of 322.5º degrees, saturation: 0.23, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C8A8BC is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 168 | 188 | - |
| CMYK | 0 | 0.16 | 0.06 | 0.22 |
| HSL | 322.5º | 0.23% | 0.72% | - |
| HSV(B) | 322.5º | 0.16% | 0.78% | - |
| XYZ | 46.9 | 43.92 | 53.58 | - |
| YUV | 179.85 | 132.6 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 168 | 188 | 0 | 0.16 | 0.06 | 0.22 | 322.5 | 0.23 | 0.72 |
| Hex | C8 | A8 | BC | 0 | 10 | 6 | 16 | 142 | 17 | 48 |
| Octal | 310 | 250 | 274 | 0 | 20 | 6 | 26 | 502 | 27 | 110 |
| Binary | 11001000 | 10101000 | 10111100 | 0 | 10000 | 110 | 10110 | 101000010 | 10111 | 1001000 |
Color Harmonies of #C8A8BC
Complementary color
Monochromatic Colors of #C8A8BC
Black with #C8A8BC
Text Example
Text Example
White with #C8A8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A8BC; }
p { color: rgb(200,168,188); }
H1.HeaderClassName
{
color: #C8A8BC;
}
.AnyTagClassName
{
color: #C8A8BC;
}
</style>
background-color css
<style>
a { background-color: #C8A8BC; }
a { background-color: rgb(200,168,188); }
div.DivClassName
{
background-color: #C8A8BC;
}
.BgClassName
{
background-color: #C8A8BC;
}
</style>
border-color css
<style>
span { border-color: #C8A8BC; }
span { border-color: rgb(200,168,188); }
td.TdClassName
{
border-color: #C8A8BC;
}
.TagClassName
{
border-color: #C8A8BC;
}
</style>