Shades of Maverick #C2ACB8
Tints of Maverick #C2ACB8
RGB
CMYK
RGB Variations
Color information
#C2ACB8 (or 0xC2ACB8) is known color: Maverick. HEX triplet: C2, AC and B8. RGB value is (194,172,184). Sum of RGB (Red+Green+Blue) = 194+172+184=550 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.27% from 550); Green value is 172 (67.58% from 255 or 31.27% from 550); Blue value is 184 (72.27% from 255 or 33.45% from 550); Max value from RGB is 194 - color contains mainly: red. Hex color #C2ACB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ACB8 is #3D5347. Grayscale: #B3B3B3. Windows color (decimal): -4019016 or 12102850. OLE color: 12102850.
HSL color Cylindrical-coordinate representation of color #C2ACB8: hue angle of 327.27º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C2ACB8 is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 172 | 184 | - |
| CMYK | 0 | 0.11 | 0.05 | 0.24 |
| HSL | 327.27º | 0.15% | 0.72% | - |
| HSV(B) | 327.27º | 0.11% | 0.76% | - |
| XYZ | 45.65 | 44.44 | 51.52 | - |
| YUV | 179.95 | 130.29 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 172 | 184 | 0 | 0.11 | 0.05 | 0.24 | 327.27 | 0.15 | 0.72 |
| Hex | C2 | AC | B8 | 0 | B | 5 | 18 | 147 | F | 48 |
| Octal | 302 | 254 | 270 | 0 | 13 | 5 | 30 | 507 | 17 | 110 |
| Binary | 11000010 | 10101100 | 10111000 | 0 | 1011 | 101 | 11000 | 101000111 | 1111 | 1001000 |
Color Harmonies of #C2ACB8
Complementary color
Monochromatic Colors of #C2ACB8
Black with #C2ACB8
Text Example
Text Example
White with #C2ACB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ACB8; }
p { color: rgb(194,172,184); }
H1.HeaderClassName
{
color: #C2ACB8;
}
.AnyTagClassName
{
color: #C2ACB8;
}
</style>
background-color css
<style>
a { background-color: #C2ACB8; }
a { background-color: rgb(194,172,184); }
div.DivClassName
{
background-color: #C2ACB8;
}
.BgClassName
{
background-color: #C2ACB8;
}
</style>
border-color css
<style>
span { border-color: #C2ACB8; }
span { border-color: rgb(194,172,184); }
td.TdClassName
{
border-color: #C2ACB8;
}
.TagClassName
{
border-color: #C2ACB8;
}
</style>