Shades of Maverick #C3ACB9
Tints of Maverick #C3ACB9
RGB
CMYK
RGB Variations
Color information
#C3ACB9 (or 0xC3ACB9) is known color: Maverick. HEX triplet: C3, AC and B9. RGB value is (195,172,185). Sum of RGB (Red+Green+Blue) = 195+172+185=552 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.33% from 552); Green value is 172 (67.58% from 255 or 31.16% from 552); Blue value is 185 (72.66% from 255 or 33.51% from 552); Max value from RGB is 195 - color contains mainly: red. Hex color #C3ACB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3ACB9 is #3C5346. Grayscale: #B4B4B4. Windows color (decimal): -3953479 or 12168387. OLE color: 12168387.
HSL color Cylindrical-coordinate representation of color #C3ACB9: hue angle of 326.09º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C3ACB9 is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 172 | 185 | - |
| CMYK | 0 | 0.12 | 0.05 | 0.24 |
| HSL | 326.09º | 0.16% | 0.72% | - |
| HSV(B) | 326.09º | 0.12% | 0.76% | - |
| XYZ | 46.02 | 44.61 | 52.08 | - |
| YUV | 180.36 | 130.62 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 172 | 185 | 0 | 0.12 | 0.05 | 0.24 | 326.09 | 0.16 | 0.72 |
| Hex | C3 | AC | B9 | 0 | C | 5 | 18 | 146 | 10 | 48 |
| Octal | 303 | 254 | 271 | 0 | 14 | 5 | 30 | 506 | 20 | 110 |
| Binary | 11000011 | 10101100 | 10111001 | 0 | 1100 | 101 | 11000 | 101000110 | 10000 | 1001000 |
Color Harmonies of #C3ACB9
Complementary color
Monochromatic Colors of #C3ACB9
Black with #C3ACB9
Text Example
Text Example
White with #C3ACB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3ACB9; }
p { color: rgb(195,172,185); }
H1.HeaderClassName
{
color: #C3ACB9;
}
.AnyTagClassName
{
color: #C3ACB9;
}
</style>
background-color css
<style>
a { background-color: #C3ACB9; }
a { background-color: rgb(195,172,185); }
div.DivClassName
{
background-color: #C3ACB9;
}
.BgClassName
{
background-color: #C3ACB9;
}
</style>
border-color css
<style>
span { border-color: #C3ACB9; }
span { border-color: rgb(195,172,185); }
td.TdClassName
{
border-color: #C3ACB9;
}
.TagClassName
{
border-color: #C3ACB9;
}
</style>