Shades of Maverick #C9ACC0
Tints of Maverick #C9ACC0
RGB
CMYK
RGB Variations
Color information
#C9ACC0 (or 0xC9ACC0) is known color: Maverick. HEX triplet: C9, AC and C0. RGB value is (201,172,192). Sum of RGB (Red+Green+Blue) = 201+172+192=565 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.58% from 565); Green value is 172 (67.58% from 255 or 30.44% from 565); Blue value is 192 (75.39% from 255 or 33.98% from 565); Max value from RGB is 201 - color contains mainly: red. Hex color #C9ACC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9ACC0 is #36533F. Grayscale: #B6B6B6. Windows color (decimal): -3560256 or 12627145. OLE color: 12627145.
HSL color Cylindrical-coordinate representation of color #C9ACC0: hue angle of 318.62º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C9ACC0 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 172 | 192 | - |
| CMYK | 0 | 0.14 | 0.04 | 0.21 |
| HSL | 318.62º | 0.21% | 0.73% | - |
| HSV(B) | 318.62º | 0.14% | 0.79% | - |
| XYZ | 48.35 | 45.73 | 56.15 | - |
| YUV | 182.95 | 133.11 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 172 | 192 | 0 | 0.14 | 0.04 | 0.21 | 318.62 | 0.21 | 0.73 |
| Hex | C9 | AC | C0 | 0 | E | 4 | 15 | 13F | 15 | 49 |
| Octal | 311 | 254 | 300 | 0 | 16 | 4 | 25 | 477 | 25 | 111 |
| Binary | 11001001 | 10101100 | 11000000 | 0 | 1110 | 100 | 10101 | 100111111 | 10101 | 1001001 |
Color Harmonies of #C9ACC0
Complementary color
Monochromatic Colors of #C9ACC0
Black with #C9ACC0
Text Example
Text Example
White with #C9ACC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9ACC0; }
p { color: rgb(201,172,192); }
H1.HeaderClassName
{
color: #C9ACC0;
}
.AnyTagClassName
{
color: #C9ACC0;
}
</style>
background-color css
<style>
a { background-color: #C9ACC0; }
a { background-color: rgb(201,172,192); }
div.DivClassName
{
background-color: #C9ACC0;
}
.BgClassName
{
background-color: #C9ACC0;
}
</style>
border-color css
<style>
span { border-color: #C9ACC0; }
span { border-color: rgb(201,172,192); }
td.TdClassName
{
border-color: #C9ACC0;
}
.TagClassName
{
border-color: #C9ACC0;
}
</style>