Shades of Maverick #C8AFBF
Tints of Maverick #C8AFBF
RGB
CMYK
RGB Variations
Color information
#C8AFBF (or 0xC8AFBF) is known color: Maverick. HEX triplet: C8, AF and BF. RGB value is (200,175,191). Sum of RGB (Red+Green+Blue) = 200+175+191=566 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.34% from 566); Green value is 175 (68.75% from 255 or 30.92% from 566); Blue value is 191 (75% from 255 or 33.75% from 566); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AFBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8AFBF is #375040. Grayscale: #B8B8B8. Windows color (decimal): -3625025 or 12562376. OLE color: 12562376.
HSL color Cylindrical-coordinate representation of color #C8AFBF: hue angle of 321.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 #C8AFBF is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 175 | 191 | - |
| CMYK | 0 | 0.12 | 0.04 | 0.22 |
| HSL | 321.6º | 0.19% | 0.74% | - |
| HSV(B) | 321.6º | 0.13% | 0.78% | - |
| XYZ | 48.55 | 46.7 | 55.75 | - |
| YUV | 184.3 | 131.78 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 175 | 191 | 0 | 0.12 | 0.04 | 0.22 | 321.6 | 0.19 | 0.74 |
| Hex | C8 | AF | BF | 0 | C | 4 | 16 | 142 | 13 | 4A |
| Octal | 310 | 257 | 277 | 0 | 14 | 4 | 26 | 502 | 23 | 112 |
| Binary | 11001000 | 10101111 | 10111111 | 0 | 1100 | 100 | 10110 | 101000010 | 10011 | 1001010 |
Color Harmonies of #C8AFBF
Complementary color
Monochromatic Colors of #C8AFBF
Black with #C8AFBF
Text Example
Text Example
White with #C8AFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AFBF; }
p { color: rgb(200,175,191); }
H1.HeaderClassName
{
color: #C8AFBF;
}
.AnyTagClassName
{
color: #C8AFBF;
}
</style>
background-color css
<style>
a { background-color: #C8AFBF; }
a { background-color: rgb(200,175,191); }
div.DivClassName
{
background-color: #C8AFBF;
}
.BgClassName
{
background-color: #C8AFBF;
}
</style>
border-color css
<style>
span { border-color: #C8AFBF; }
span { border-color: rgb(200,175,191); }
td.TdClassName
{
border-color: #C8AFBF;
}
.TagClassName
{
border-color: #C8AFBF;
}
</style>