Shades of Maverick #C8AEC0
Tints of Maverick #C8AEC0
RGB
CMYK
RGB Variations
Color information
#C8AEC0 (or 0xC8AEC0) is known color: Maverick. HEX triplet: C8, AE and C0. RGB value is (200,174,192). Sum of RGB (Red+Green+Blue) = 200+174+192=566 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.34% from 566); Green value is 174 (68.36% from 255 or 30.74% from 566); Blue value is 192 (75.39% from 255 or 33.92% from 566); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AEC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8AEC0 is #37513F. Grayscale: #B7B7B7. Windows color (decimal): -3625280 or 12627656. OLE color: 12627656.
HSL color Cylindrical-coordinate representation of color #C8AEC0: hue angle of 318.46º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C8AEC0 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
RGB | 200 | 174 | 192 | - |
CMYK | 0 | 0.13 | 0.04 | 0.22 |
HSL | 318.46º | 0.19% | 0.73% | - |
HSV(B) | 318.46º | 0.13% | 0.78% | - |
XYZ | 48.47 | 46.36 | 56.26 | - |
YUV | 183.83 | 132.61 | 139.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 174 | 192 | 0 | 0.13 | 0.04 | 0.22 | 318.46 | 0.19 | 0.73 |
Hex | C8 | AE | C0 | 0 | D | 4 | 16 | 13E | 13 | 49 |
Octal | 310 | 256 | 300 | 0 | 15 | 4 | 26 | 476 | 23 | 111 |
Binary | 11001000 | 10101110 | 11000000 | 0 | 1101 | 100 | 10110 | 100111110 | 10011 | 1001001 |
Color Harmonies of #C8AEC0
Complementary color
Monochromatic Colors of #C8AEC0
Black with #C8AEC0
Text Example
Text Example
White with #C8AEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AEC0; }
p { color: rgb(200,174,192); }
H1.HeaderClassName
{
color: #C8AEC0;
}
.AnyTagClassName
{
color: #C8AEC0;
}
</style>
background-color css
<style>
a { background-color: #C8AEC0; }
a { background-color: rgb(200,174,192); }
div.DivClassName
{
background-color: #C8AEC0;
}
.BgClassName
{
background-color: #C8AEC0;
}
</style>
border-color css
<style>
span { border-color: #C8AEC0; }
span { border-color: rgb(200,174,192); }
td.TdClassName
{
border-color: #C8AEC0;
}
.TagClassName
{
border-color: #C8AEC0;
}
</style>