Shades of Maverick #C8ACC3
Tints of Maverick #C8ACC3
RGB
CMYK
RGB Variations
Color information
#C8ACC3 (or 0xC8ACC3) is known color: Maverick. HEX triplet: C8, AC and C3. RGB value is (200,172,195). Sum of RGB (Red+Green+Blue) = 200+172+195=567 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.27% from 567); Green value is 172 (67.58% from 255 or 30.34% from 567); Blue value is 195 (76.56% from 255 or 34.39% from 567); Max value from RGB is 200 - color contains mainly: red. Hex color #C8ACC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8ACC3 is #37533C. Grayscale: #B6B6B6. Windows color (decimal): -3625789 or 12823752. OLE color: 12823752.
HSL color Cylindrical-coordinate representation of color #C8ACC3: hue angle of 310.71º 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 #C8ACC3 is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 172 | 195 | - |
| CMYK | 0 | 0.14 | 0.02 | 0.22 |
| HSL | 310.71º | 0.2% | 0.73% | - |
| HSV(B) | 310.71º | 0.14% | 0.78% | - |
| XYZ | 48.42 | 45.72 | 57.9 | - |
| YUV | 182.99 | 134.78 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 172 | 195 | 0 | 0.14 | 0.02 | 0.22 | 310.71 | 0.2 | 0.73 |
| Hex | C8 | AC | C3 | 0 | E | 2 | 16 | 137 | 14 | 49 |
| Octal | 310 | 254 | 303 | 0 | 16 | 2 | 26 | 467 | 24 | 111 |
| Binary | 11001000 | 10101100 | 11000011 | 0 | 1110 | 10 | 10110 | 100110111 | 10100 | 1001001 |
Color Harmonies of #C8ACC3
Complementary color
Monochromatic Colors of #C8ACC3
Black with #C8ACC3
Text Example
Text Example
White with #C8ACC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ACC3; }
p { color: rgb(200,172,195); }
H1.HeaderClassName
{
color: #C8ACC3;
}
.AnyTagClassName
{
color: #C8ACC3;
}
</style>
background-color css
<style>
a { background-color: #C8ACC3; }
a { background-color: rgb(200,172,195); }
div.DivClassName
{
background-color: #C8ACC3;
}
.BgClassName
{
background-color: #C8ACC3;
}
</style>
border-color css
<style>
span { border-color: #C8ACC3; }
span { border-color: rgb(200,172,195); }
td.TdClassName
{
border-color: #C8ACC3;
}
.TagClassName
{
border-color: #C8ACC3;
}
</style>