Shades of Maverick #C8AFB9
Tints of Maverick #C8AFB9
RGB
CMYK
RGB Variations
Color information
#C8AFB9 (or 0xC8AFB9) is known color: Maverick. HEX triplet: C8, AF and B9. RGB value is (200,175,185). Sum of RGB (Red+Green+Blue) = 200+175+185=560 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.71% from 560); Green value is 175 (68.75% from 255 or 31.25% from 560); Blue value is 185 (72.66% from 255 or 33.04% from 560); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AFB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8AFB9 is #375046. Grayscale: #B7B7B7. Windows color (decimal): -3625031 or 12169160. OLE color: 12169160.
HSL color Cylindrical-coordinate representation of color #C8AFB9: hue angle of 336º 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 #C8AFB9 is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
RGB | 200 | 175 | 185 | - |
CMYK | 0 | 0.12 | 0.08 | 0.22 |
HSL | 336º | 0.19% | 0.74% | - |
HSV(B) | 336º | 0.13% | 0.78% | - |
XYZ | 47.91 | 46.44 | 52.34 | - |
YUV | 183.62 | 128.78 | 139.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 175 | 185 | 0 | 0.12 | 0.08 | 0.22 | 336 | 0.19 | 0.74 |
Hex | C8 | AF | B9 | 0 | C | 8 | 16 | 150 | 13 | 4A |
Octal | 310 | 257 | 271 | 0 | 14 | 10 | 26 | 520 | 23 | 112 |
Binary | 11001000 | 10101111 | 10111001 | 0 | 1100 | 1000 | 10110 | 101010000 | 10011 | 1001010 |
Color Harmonies of #C8AFB9
Complementary color
Monochromatic Colors of #C8AFB9
Black with #C8AFB9
Text Example
Text Example
White with #C8AFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AFB9; }
p { color: rgb(200,175,185); }
H1.HeaderClassName
{
color: #C8AFB9;
}
.AnyTagClassName
{
color: #C8AFB9;
}
</style>
background-color css
<style>
a { background-color: #C8AFB9; }
a { background-color: rgb(200,175,185); }
div.DivClassName
{
background-color: #C8AFB9;
}
.BgClassName
{
background-color: #C8AFB9;
}
</style>
border-color css
<style>
span { border-color: #C8AFB9; }
span { border-color: rgb(200,175,185); }
td.TdClassName
{
border-color: #C8AFB9;
}
.TagClassName
{
border-color: #C8AFB9;
}
</style>