Shades of Maverick #C1ACBC
Tints of Maverick #C1ACBC
RGB
CMYK
RGB Variations
Color information
#C1ACBC (or 0xC1ACBC) is known color: Maverick. HEX triplet: C1, AC and BC. RGB value is (193,172,188). Sum of RGB (Red+Green+Blue) = 193+172+188=553 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.90% from 553); Green value is 172 (67.58% from 255 or 31.10% from 553); Blue value is 188 (73.83% from 255 or 34.00% from 553); Max value from RGB is 193 - color contains mainly: red. Hex color #C1ACBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1ACBC is #3E5343. Grayscale: #B4B4B4. Windows color (decimal): -4084548 or 12364993. OLE color: 12364993.
HSL color Cylindrical-coordinate representation of color #C1ACBC: hue angle of 314.29º degrees, saturation: 0.14, 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 #C1ACBC is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 172 | 188 | - |
| CMYK | 0 | 0.11 | 0.03 | 0.24 |
| HSL | 314.29º | 0.14% | 0.72% | - |
| HSV(B) | 314.29º | 0.11% | 0.76% | - |
| XYZ | 45.82 | 44.47 | 53.75 | - |
| YUV | 180.1 | 132.46 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 172 | 188 | 0 | 0.11 | 0.03 | 0.24 | 314.29 | 0.14 | 0.72 |
| Hex | C1 | AC | BC | 0 | B | 3 | 18 | 13A | E | 48 |
| Octal | 301 | 254 | 274 | 0 | 13 | 3 | 30 | 472 | 16 | 110 |
| Binary | 11000001 | 10101100 | 10111100 | 0 | 1011 | 11 | 11000 | 100111010 | 1110 | 1001000 |
Color Harmonies of #C1ACBC
Complementary color
Monochromatic Colors of #C1ACBC
Black with #C1ACBC
Text Example
Text Example
White with #C1ACBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1ACBC; }
p { color: rgb(193,172,188); }
H1.HeaderClassName
{
color: #C1ACBC;
}
.AnyTagClassName
{
color: #C1ACBC;
}
</style>
background-color css
<style>
a { background-color: #C1ACBC; }
a { background-color: rgb(193,172,188); }
div.DivClassName
{
background-color: #C1ACBC;
}
.BgClassName
{
background-color: #C1ACBC;
}
</style>
border-color css
<style>
span { border-color: #C1ACBC; }
span { border-color: rgb(193,172,188); }
td.TdClassName
{
border-color: #C1ACBC;
}
.TagClassName
{
border-color: #C1ACBC;
}
</style>