Shades of Maverick #C8ACC1
Tints of Maverick #C8ACC1
RGB
CMYK
RGB Variations
Color information
#C8ACC1 (or 0xC8ACC1) is known color: Maverick. HEX triplet: C8, AC and C1. RGB value is (200,172,193). Sum of RGB (Red+Green+Blue) = 200+172+193=565 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.40% from 565); Green value is 172 (67.58% from 255 or 30.44% from 565); Blue value is 193 (75.78% from 255 or 34.16% from 565); Max value from RGB is 200 - color contains mainly: red. Hex color #C8ACC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8ACC1 is #37533E. Grayscale: #B6B6B6. Windows color (decimal): -3625791 or 12692680. OLE color: 12692680.
HSL color Cylindrical-coordinate representation of color #C8ACC1: hue angle of 315º 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 #C8ACC1 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 172 | 193 | - |
| CMYK | 0 | 0.14 | 0.04 | 0.22 |
| HSL | 315º | 0.2% | 0.73% | - |
| HSV(B) | 315º | 0.14% | 0.78% | - |
| XYZ | 48.2 | 45.63 | 56.72 | - |
| YUV | 182.77 | 133.78 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 172 | 193 | 0 | 0.14 | 0.04 | 0.22 | 315 | 0.2 | 0.73 |
| Hex | C8 | AC | C1 | 0 | E | 4 | 16 | 13B | 14 | 49 |
| Octal | 310 | 254 | 301 | 0 | 16 | 4 | 26 | 473 | 24 | 111 |
| Binary | 11001000 | 10101100 | 11000001 | 0 | 1110 | 100 | 10110 | 100111011 | 10100 | 1001001 |
Color Harmonies of #C8ACC1
Complementary color
Monochromatic Colors of #C8ACC1
Black with #C8ACC1
Text Example
Text Example
White with #C8ACC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ACC1; }
p { color: rgb(200,172,193); }
H1.HeaderClassName
{
color: #C8ACC1;
}
.AnyTagClassName
{
color: #C8ACC1;
}
</style>
background-color css
<style>
a { background-color: #C8ACC1; }
a { background-color: rgb(200,172,193); }
div.DivClassName
{
background-color: #C8ACC1;
}
.BgClassName
{
background-color: #C8ACC1;
}
</style>
border-color css
<style>
span { border-color: #C8ACC1; }
span { border-color: rgb(200,172,193); }
td.TdClassName
{
border-color: #C8ACC1;
}
.TagClassName
{
border-color: #C8ACC1;
}
</style>