Shades of Maverick #C8AFBA
Tints of Maverick #C8AFBA
RGB
CMYK
RGB Variations
Color information
#C8AFBA (or 0xC8AFBA) is known color: Maverick. HEX triplet: C8, AF and BA. RGB value is (200,175,186). Sum of RGB (Red+Green+Blue) = 200+175+186=561 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.65% from 561); Green value is 175 (68.75% from 255 or 31.19% from 561); Blue value is 186 (73.05% from 255 or 33.16% from 561); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AFBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8AFBA is #375045. Grayscale: #B7B7B7. Windows color (decimal): -3625030 or 12234696. OLE color: 12234696.
HSL color Cylindrical-coordinate representation of color #C8AFBA: hue angle of 333.6º 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 #C8AFBA is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 175 | 186 | - |
| CMYK | 0 | 0.12 | 0.07 | 0.22 |
| HSL | 333.6º | 0.19% | 0.74% | - |
| HSV(B) | 333.6º | 0.13% | 0.78% | - |
| XYZ | 48.01 | 46.48 | 52.9 | - |
| YUV | 183.73 | 129.28 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 175 | 186 | 0 | 0.12 | 0.07 | 0.22 | 333.6 | 0.19 | 0.74 |
| Hex | C8 | AF | BA | 0 | C | 7 | 16 | 14E | 13 | 4A |
| Octal | 310 | 257 | 272 | 0 | 14 | 7 | 26 | 516 | 23 | 112 |
| Binary | 11001000 | 10101111 | 10111010 | 0 | 1100 | 111 | 10110 | 101001110 | 10011 | 1001010 |
Color Harmonies of #C8AFBA
Complementary color
Monochromatic Colors of #C8AFBA
Black with #C8AFBA
Text Example
Text Example
White with #C8AFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AFBA; }
p { color: rgb(200,175,186); }
H1.HeaderClassName
{
color: #C8AFBA;
}
.AnyTagClassName
{
color: #C8AFBA;
}
</style>
background-color css
<style>
a { background-color: #C8AFBA; }
a { background-color: rgb(200,175,186); }
div.DivClassName
{
background-color: #C8AFBA;
}
.BgClassName
{
background-color: #C8AFBA;
}
</style>
border-color css
<style>
span { border-color: #C8AFBA; }
span { border-color: rgb(200,175,186); }
td.TdClassName
{
border-color: #C8AFBA;
}
.TagClassName
{
border-color: #C8AFBA;
}
</style>