Shades of Maverick #C2ACBC
Tints of Maverick #C2ACBC
RGB
CMYK
RGB Variations
Color information
#C2ACBC (or 0xC2ACBC) is known color: Maverick. HEX triplet: C2, AC and BC. RGB value is (194,172,188). Sum of RGB (Red+Green+Blue) = 194+172+188=554 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.02% from 554); Green value is 172 (67.58% from 255 or 31.05% from 554); Blue value is 188 (73.83% from 255 or 33.94% from 554); Max value from RGB is 194 - color contains mainly: red. Hex color #C2ACBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ACBC is #3D5343. Grayscale: #B4B4B4. Windows color (decimal): -4019012 or 12364994. OLE color: 12364994.
HSL color Cylindrical-coordinate representation of color #C2ACBC: hue angle of 316.36º 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 #C2ACBC is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 172 | 188 | - |
| CMYK | 0 | 0.11 | 0.03 | 0.24 |
| HSL | 316.36º | 0.15% | 0.72% | - |
| HSV(B) | 316.36º | 0.11% | 0.76% | - |
| XYZ | 46.08 | 44.61 | 53.76 | - |
| YUV | 180.4 | 132.29 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 172 | 188 | 0 | 0.11 | 0.03 | 0.24 | 316.36 | 0.15 | 0.72 |
| Hex | C2 | AC | BC | 0 | B | 3 | 18 | 13C | F | 48 |
| Octal | 302 | 254 | 274 | 0 | 13 | 3 | 30 | 474 | 17 | 110 |
| Binary | 11000010 | 10101100 | 10111100 | 0 | 1011 | 11 | 11000 | 100111100 | 1111 | 1001000 |
Color Harmonies of #C2ACBC
Complementary color
Monochromatic Colors of #C2ACBC
Black with #C2ACBC
Text Example
Text Example
White with #C2ACBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ACBC; }
p { color: rgb(194,172,188); }
H1.HeaderClassName
{
color: #C2ACBC;
}
.AnyTagClassName
{
color: #C2ACBC;
}
</style>
background-color css
<style>
a { background-color: #C2ACBC; }
a { background-color: rgb(194,172,188); }
div.DivClassName
{
background-color: #C2ACBC;
}
.BgClassName
{
background-color: #C2ACBC;
}
</style>
border-color css
<style>
span { border-color: #C2ACBC; }
span { border-color: rgb(194,172,188); }
td.TdClassName
{
border-color: #C2ACBC;
}
.TagClassName
{
border-color: #C2ACBC;
}
</style>