Shades of Maverick #C8A8BE
Tints of Maverick #C8A8BE
RGB
CMYK
RGB Variations
Color information
#C8A8BE (or 0xC8A8BE) is known color: Maverick. HEX triplet: C8, A8 and BE. RGB value is (200,168,190). Sum of RGB (Red+Green+Blue) = 200+168+190=558 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.84% from 558); Green value is 168 (66.02% from 255 or 30.11% from 558); Blue value is 190 (74.61% from 255 or 34.05% from 558); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A8BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A8BE is #375741. Grayscale: #B4B4B4. Windows color (decimal): -3626818 or 12495048. OLE color: 12495048.
HSL color Cylindrical-coordinate representation of color #C8A8BE: hue angle of 318.75º 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 #C8A8BE is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
RGB | 200 | 168 | 190 | - |
CMYK | 0 | 0.16 | 0.05 | 0.22 |
HSL | 318.75º | 0.23% | 0.72% | - |
HSV(B) | 318.75º | 0.16% | 0.78% | - |
XYZ | 47.12 | 44 | 54.73 | - |
YUV | 180.08 | 133.6 | 142.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 168 | 190 | 0 | 0.16 | 0.05 | 0.22 | 318.75 | 0.23 | 0.72 |
Hex | C8 | A8 | BE | 0 | 10 | 5 | 16 | 13F | 17 | 48 |
Octal | 310 | 250 | 276 | 0 | 20 | 5 | 26 | 477 | 27 | 110 |
Binary | 11001000 | 10101000 | 10111110 | 0 | 10000 | 101 | 10110 | 100111111 | 10111 | 1001000 |
Color Harmonies of #C8A8BE
Complementary color
Monochromatic Colors of #C8A8BE
Black with #C8A8BE
Text Example
Text Example
White with #C8A8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A8BE; }
p { color: rgb(200,168,190); }
H1.HeaderClassName
{
color: #C8A8BE;
}
.AnyTagClassName
{
color: #C8A8BE;
}
</style>
background-color css
<style>
a { background-color: #C8A8BE; }
a { background-color: rgb(200,168,190); }
div.DivClassName
{
background-color: #C8A8BE;
}
.BgClassName
{
background-color: #C8A8BE;
}
</style>
border-color css
<style>
span { border-color: #C8A8BE; }
span { border-color: rgb(200,168,190); }
td.TdClassName
{
border-color: #C8A8BE;
}
.TagClassName
{
border-color: #C8A8BE;
}
</style>