Shades of Maverick #C8AFBC
Tints of Maverick #C8AFBC
RGB
CMYK
RGB Variations
Color information
#C8AFBC (or 0xC8AFBC) is known color: Maverick. HEX triplet: C8, AF and BC. RGB value is (200,175,188). Sum of RGB (Red+Green+Blue) = 200+175+188=563 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.52% from 563); Green value is 175 (68.75% from 255 or 31.08% from 563); Blue value is 188 (73.83% from 255 or 33.39% from 563); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AFBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8AFBC is #375043. Grayscale: #B7B7B7. Windows color (decimal): -3625028 or 12365768. OLE color: 12365768.
HSL color Cylindrical-coordinate representation of color #C8AFBC: hue angle of 328.8º 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 #C8AFBC is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 175 | 188 | - |
| CMYK | 0 | 0.12 | 0.06 | 0.22 |
| HSL | 328.8º | 0.19% | 0.74% | - |
| HSV(B) | 328.8º | 0.13% | 0.78% | - |
| XYZ | 48.23 | 46.57 | 54.02 | - |
| YUV | 183.96 | 130.28 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 175 | 188 | 0 | 0.12 | 0.06 | 0.22 | 328.8 | 0.19 | 0.74 |
| Hex | C8 | AF | BC | 0 | C | 6 | 16 | 149 | 13 | 4A |
| Octal | 310 | 257 | 274 | 0 | 14 | 6 | 26 | 511 | 23 | 112 |
| Binary | 11001000 | 10101111 | 10111100 | 0 | 1100 | 110 | 10110 | 101001001 | 10011 | 1001010 |
Color Harmonies of #C8AFBC
Complementary color
Monochromatic Colors of #C8AFBC
Black with #C8AFBC
Text Example
Text Example
White with #C8AFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AFBC; }
p { color: rgb(200,175,188); }
H1.HeaderClassName
{
color: #C8AFBC;
}
.AnyTagClassName
{
color: #C8AFBC;
}
</style>
background-color css
<style>
a { background-color: #C8AFBC; }
a { background-color: rgb(200,175,188); }
div.DivClassName
{
background-color: #C8AFBC;
}
.BgClassName
{
background-color: #C8AFBC;
}
</style>
border-color css
<style>
span { border-color: #C8AFBC; }
span { border-color: rgb(200,175,188); }
td.TdClassName
{
border-color: #C8AFBC;
}
.TagClassName
{
border-color: #C8AFBC;
}
</style>