Shades of Maverick #C8AFB8
Tints of Maverick #C8AFB8
RGB
CMYK
RGB Variations
Color information
#C8AFB8 (or 0xC8AFB8) is known color: Maverick. HEX triplet: C8, AF and B8. RGB value is (200,175,184). Sum of RGB (Red+Green+Blue) = 200+175+184=559 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.78% from 559); Green value is 175 (68.75% from 255 or 31.31% from 559); Blue value is 184 (72.27% from 255 or 32.92% from 559); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AFB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8AFB8 is #375047. Grayscale: #B7B7B7. Windows color (decimal): -3625032 or 12103624. OLE color: 12103624.
HSL color Cylindrical-coordinate representation of color #C8AFB8: hue angle of 338.4º 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 #C8AFB8 is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 175 | 184 | - |
| CMYK | 0 | 0.12 | 0.08 | 0.22 |
| HSL | 338.4º | 0.19% | 0.74% | - |
| HSV(B) | 338.4º | 0.13% | 0.78% | - |
| XYZ | 47.8 | 46.4 | 51.78 | - |
| YUV | 183.5 | 128.28 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 175 | 184 | 0 | 0.12 | 0.08 | 0.22 | 338.4 | 0.19 | 0.74 |
| Hex | C8 | AF | B8 | 0 | C | 8 | 16 | 152 | 13 | 4A |
| Octal | 310 | 257 | 270 | 0 | 14 | 10 | 26 | 522 | 23 | 112 |
| Binary | 11001000 | 10101111 | 10111000 | 0 | 1100 | 1000 | 10110 | 101010010 | 10011 | 1001010 |
Color Harmonies of #C8AFB8
Complementary color
Monochromatic Colors of #C8AFB8
Black with #C8AFB8
Text Example
Text Example
White with #C8AFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AFB8; }
p { color: rgb(200,175,184); }
H1.HeaderClassName
{
color: #C8AFB8;
}
.AnyTagClassName
{
color: #C8AFB8;
}
</style>
background-color css
<style>
a { background-color: #C8AFB8; }
a { background-color: rgb(200,175,184); }
div.DivClassName
{
background-color: #C8AFB8;
}
.BgClassName
{
background-color: #C8AFB8;
}
</style>
border-color css
<style>
span { border-color: #C8AFB8; }
span { border-color: rgb(200,175,184); }
td.TdClassName
{
border-color: #C8AFB8;
}
.TagClassName
{
border-color: #C8AFB8;
}
</style>