Shades of Maverick #C1ACB8
Tints of Maverick #C1ACB8
RGB
CMYK
RGB Variations
Color information
#C1ACB8 (or 0xC1ACB8) is known color: Maverick. HEX triplet: C1, AC and B8. RGB value is (193,172,184). Sum of RGB (Red+Green+Blue) = 193+172+184=549 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.15% from 549); Green value is 172 (67.58% from 255 or 31.33% from 549); Blue value is 184 (72.27% from 255 or 33.52% from 549); Max value from RGB is 193 - color contains mainly: red. Hex color #C1ACB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1ACB8 is #3E5347. Grayscale: #B3B3B3. Windows color (decimal): -4084552 or 12102849. OLE color: 12102849.
HSL color Cylindrical-coordinate representation of color #C1ACB8: hue angle of 325.71º 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 #C1ACB8 is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 172 | 184 | - |
| CMYK | 0 | 0.11 | 0.05 | 0.24 |
| HSL | 325.71º | 0.14% | 0.72% | - |
| HSV(B) | 325.71º | 0.11% | 0.76% | - |
| XYZ | 45.4 | 44.3 | 51.51 | - |
| YUV | 179.65 | 130.46 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 172 | 184 | 0 | 0.11 | 0.05 | 0.24 | 325.71 | 0.14 | 0.72 |
| Hex | C1 | AC | B8 | 0 | B | 5 | 18 | 146 | E | 48 |
| Octal | 301 | 254 | 270 | 0 | 13 | 5 | 30 | 506 | 16 | 110 |
| Binary | 11000001 | 10101100 | 10111000 | 0 | 1011 | 101 | 11000 | 101000110 | 1110 | 1001000 |
Color Harmonies of #C1ACB8
Complementary color
Monochromatic Colors of #C1ACB8
Black with #C1ACB8
Text Example
Text Example
White with #C1ACB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1ACB8; }
p { color: rgb(193,172,184); }
H1.HeaderClassName
{
color: #C1ACB8;
}
.AnyTagClassName
{
color: #C1ACB8;
}
</style>
background-color css
<style>
a { background-color: #C1ACB8; }
a { background-color: rgb(193,172,184); }
div.DivClassName
{
background-color: #C1ACB8;
}
.BgClassName
{
background-color: #C1ACB8;
}
</style>
border-color css
<style>
span { border-color: #C1ACB8; }
span { border-color: rgb(193,172,184); }
td.TdClassName
{
border-color: #C1ACB8;
}
.TagClassName
{
border-color: #C1ACB8;
}
</style>