Shades of Maverick #C1AEB8
Tints of Maverick #C1AEB8
RGB
CMYK
RGB Variations
Color information
#C1AEB8 (or 0xC1AEB8) is known color: Maverick. HEX triplet: C1, AE and B8. RGB value is (193,174,184). Sum of RGB (Red+Green+Blue) = 193+174+184=551 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.03% from 551); Green value is 174 (68.36% from 255 or 31.58% from 551); Blue value is 184 (72.27% from 255 or 33.39% from 551); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AEB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1AEB8 is #3E5147. Grayscale: #B4B4B4. Windows color (decimal): -4084040 or 12103361. OLE color: 12103361.
HSL color Cylindrical-coordinate representation of color #C1AEB8: hue angle of 328.42º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C1AEB8 is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 174 | 184 | - |
| CMYK | 0 | 0.10 | 0.05 | 0.24 |
| HSL | 328.42º | 0.13% | 0.72% | - |
| HSV(B) | 328.42º | 0.1% | 0.76% | - |
| XYZ | 45.78 | 45.07 | 51.63 | - |
| YUV | 180.82 | 129.79 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 174 | 184 | 0 | 0.10 | 0.05 | 0.24 | 328.42 | 0.13 | 0.72 |
| Hex | C1 | AE | B8 | 0 | A | 5 | 18 | 148 | D | 48 |
| Octal | 301 | 256 | 270 | 0 | 12 | 5 | 30 | 510 | 15 | 110 |
| Binary | 11000001 | 10101110 | 10111000 | 0 | 1010 | 101 | 11000 | 101001000 | 1101 | 1001000 |
Color Harmonies of #C1AEB8
Complementary color
Monochromatic Colors of #C1AEB8
Black with #C1AEB8
Text Example
Text Example
White with #C1AEB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AEB8; }
p { color: rgb(193,174,184); }
H1.HeaderClassName
{
color: #C1AEB8;
}
.AnyTagClassName
{
color: #C1AEB8;
}
</style>
background-color css
<style>
a { background-color: #C1AEB8; }
a { background-color: rgb(193,174,184); }
div.DivClassName
{
background-color: #C1AEB8;
}
.BgClassName
{
background-color: #C1AEB8;
}
</style>
border-color css
<style>
span { border-color: #C1AEB8; }
span { border-color: rgb(193,174,184); }
td.TdClassName
{
border-color: #C1AEB8;
}
.TagClassName
{
border-color: #C1AEB8;
}
</style>