Shades of Maverick #C8A8BB
Tints of Maverick #C8A8BB
RGB
CMYK
RGB Variations
Color information
#C8A8BB (or 0xC8A8BB) is known color: Maverick. HEX triplet: C8, A8 and BB. RGB value is (200,168,187). Sum of RGB (Red+Green+Blue) = 200+168+187=555 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.04% from 555); Green value is 168 (66.02% from 255 or 30.27% from 555); Blue value is 187 (73.44% from 255 or 33.69% from 555); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A8BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A8BB is #375744. Grayscale: #B3B3B3. Windows color (decimal): -3626821 or 12298440. OLE color: 12298440.
HSL color Cylindrical-coordinate representation of color #C8A8BB: hue angle of 324.38º degrees, saturation: 0.23, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C8A8BB is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
RGB | 200 | 168 | 187 | - |
CMYK | 0 | 0.16 | 0.06 | 0.22 |
HSL | 324.38º | 0.23% | 0.72% | - |
HSV(B) | 324.38º | 0.16% | 0.78% | - |
XYZ | 46.79 | 43.87 | 53.02 | - |
YUV | 179.73 | 132.1 | 142.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 168 | 187 | 0 | 0.16 | 0.06 | 0.22 | 324.38 | 0.23 | 0.72 |
Hex | C8 | A8 | BB | 0 | 10 | 6 | 16 | 144 | 17 | 48 |
Octal | 310 | 250 | 273 | 0 | 20 | 6 | 26 | 504 | 27 | 110 |
Binary | 11001000 | 10101000 | 10111011 | 0 | 10000 | 110 | 10110 | 101000100 | 10111 | 1001000 |
Color Harmonies of #C8A8BB
Complementary color
Monochromatic Colors of #C8A8BB
Black with #C8A8BB
Text Example
Text Example
White with #C8A8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A8BB; }
p { color: rgb(200,168,187); }
H1.HeaderClassName
{
color: #C8A8BB;
}
.AnyTagClassName
{
color: #C8A8BB;
}
</style>
background-color css
<style>
a { background-color: #C8A8BB; }
a { background-color: rgb(200,168,187); }
div.DivClassName
{
background-color: #C8A8BB;
}
.BgClassName
{
background-color: #C8A8BB;
}
</style>
border-color css
<style>
span { border-color: #C8A8BB; }
span { border-color: rgb(200,168,187); }
td.TdClassName
{
border-color: #C8A8BB;
}
.TagClassName
{
border-color: #C8A8BB;
}
</style>