Shades of Maverick #C8AFC0
Tints of Maverick #C8AFC0
RGB
CMYK
RGB Variations
Color information
#C8AFC0 (or 0xC8AFC0) is known color: Maverick. HEX triplet: C8, AF and C0. RGB value is (200,175,192). Sum of RGB (Red+Green+Blue) = 200+175+192=567 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.27% from 567); Green value is 175 (68.75% from 255 or 30.86% from 567); Blue value is 192 (75.39% from 255 or 33.86% from 567); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AFC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8AFC0 is #37503F. Grayscale: #B8B8B8. Windows color (decimal): -3625024 or 12627912. OLE color: 12627912.
HSL color Cylindrical-coordinate representation of color #C8AFC0: hue angle of 319.2º degrees, saturation: 0.19, 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 #C8AFC0 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 175 | 192 | - |
| CMYK | 0 | 0.12 | 0.04 | 0.22 |
| HSL | 319.2º | 0.19% | 0.74% | - |
| HSV(B) | 319.2º | 0.13% | 0.78% | - |
| XYZ | 48.66 | 46.75 | 56.33 | - |
| YUV | 184.41 | 132.28 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 175 | 192 | 0 | 0.12 | 0.04 | 0.22 | 319.2 | 0.19 | 0.74 |
| Hex | C8 | AF | C0 | 0 | C | 4 | 16 | 13F | 13 | 4A |
| Octal | 310 | 257 | 300 | 0 | 14 | 4 | 26 | 477 | 23 | 112 |
| Binary | 11001000 | 10101111 | 11000000 | 0 | 1100 | 100 | 10110 | 100111111 | 10011 | 1001010 |
Color Harmonies of #C8AFC0
Complementary color
Monochromatic Colors of #C8AFC0
Black with #C8AFC0
Text Example
Text Example
White with #C8AFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AFC0; }
p { color: rgb(200,175,192); }
H1.HeaderClassName
{
color: #C8AFC0;
}
.AnyTagClassName
{
color: #C8AFC0;
}
</style>
background-color css
<style>
a { background-color: #C8AFC0; }
a { background-color: rgb(200,175,192); }
div.DivClassName
{
background-color: #C8AFC0;
}
.BgClassName
{
background-color: #C8AFC0;
}
</style>
border-color css
<style>
span { border-color: #C8AFC0; }
span { border-color: rgb(200,175,192); }
td.TdClassName
{
border-color: #C8AFC0;
}
.TagClassName
{
border-color: #C8AFC0;
}
</style>