Shades of Maverick #C8ACC0
Tints of Maverick #C8ACC0
RGB
CMYK
RGB Variations
Color information
#C8ACC0 (or 0xC8ACC0) is known color: Maverick. HEX triplet: C8, AC and C0. RGB value is (200,172,192). Sum of RGB (Red+Green+Blue) = 200+172+192=564 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.46% from 564); Green value is 172 (67.58% from 255 or 30.50% from 564); Blue value is 192 (75.39% from 255 or 34.04% from 564); Max value from RGB is 200 - color contains mainly: red. Hex color #C8ACC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8ACC0 is #37533F. Grayscale: #B6B6B6. Windows color (decimal): -3625792 or 12627144. OLE color: 12627144.
HSL color Cylindrical-coordinate representation of color #C8ACC0: hue angle of 317.14º degrees, saturation: 0.2, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C8ACC0 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
RGB | 200 | 172 | 192 | - |
CMYK | 0 | 0.14 | 0.04 | 0.22 |
HSL | 317.14º | 0.2% | 0.73% | - |
HSV(B) | 317.14º | 0.14% | 0.78% | - |
XYZ | 48.09 | 45.59 | 56.13 | - |
YUV | 182.65 | 133.28 | 140.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 172 | 192 | 0 | 0.14 | 0.04 | 0.22 | 317.14 | 0.2 | 0.73 |
Hex | C8 | AC | C0 | 0 | E | 4 | 16 | 13D | 14 | 49 |
Octal | 310 | 254 | 300 | 0 | 16 | 4 | 26 | 475 | 24 | 111 |
Binary | 11001000 | 10101100 | 11000000 | 0 | 1110 | 100 | 10110 | 100111101 | 10100 | 1001001 |
Color Harmonies of #C8ACC0
Complementary color
Monochromatic Colors of #C8ACC0
Black with #C8ACC0
Text Example
Text Example
White with #C8ACC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ACC0; }
p { color: rgb(200,172,192); }
H1.HeaderClassName
{
color: #C8ACC0;
}
.AnyTagClassName
{
color: #C8ACC0;
}
</style>
background-color css
<style>
a { background-color: #C8ACC0; }
a { background-color: rgb(200,172,192); }
div.DivClassName
{
background-color: #C8ACC0;
}
.BgClassName
{
background-color: #C8ACC0;
}
</style>
border-color css
<style>
span { border-color: #C8ACC0; }
span { border-color: rgb(200,172,192); }
td.TdClassName
{
border-color: #C8ACC0;
}
.TagClassName
{
border-color: #C8ACC0;
}
</style>