Shades of Maverick #C1AEBB
Tints of Maverick #C1AEBB
RGB
CMYK
RGB Variations
Color information
#C1AEBB (or 0xC1AEBB) is known color: Maverick. HEX triplet: C1, AE and BB. RGB value is (193,174,187). Sum of RGB (Red+Green+Blue) = 193+174+187=554 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.84% from 554); Green value is 174 (68.36% from 255 or 31.41% from 554); Blue value is 187 (73.44% from 255 or 33.75% from 554); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AEBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1AEBB is #3E5144. Grayscale: #B5B5B5. Windows color (decimal): -4084037 or 12299969. OLE color: 12299969.
HSL color Cylindrical-coordinate representation of color #C1AEBB: hue angle of 318.95º 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 #C1AEBB is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 174 | 187 | - |
| CMYK | 0 | 0.10 | 0.03 | 0.24 |
| HSL | 318.95º | 0.13% | 0.72% | - |
| HSV(B) | 318.95º | 0.1% | 0.76% | - |
| XYZ | 46.1 | 45.2 | 53.31 | - |
| YUV | 181.16 | 131.29 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 174 | 187 | 0 | 0.10 | 0.03 | 0.24 | 318.95 | 0.13 | 0.72 |
| Hex | C1 | AE | BB | 0 | A | 3 | 18 | 13F | D | 48 |
| Octal | 301 | 256 | 273 | 0 | 12 | 3 | 30 | 477 | 15 | 110 |
| Binary | 11000001 | 10101110 | 10111011 | 0 | 1010 | 11 | 11000 | 100111111 | 1101 | 1001000 |
Color Harmonies of #C1AEBB
Complementary color
Monochromatic Colors of #C1AEBB
Black with #C1AEBB
Text Example
Text Example
White with #C1AEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AEBB; }
p { color: rgb(193,174,187); }
H1.HeaderClassName
{
color: #C1AEBB;
}
.AnyTagClassName
{
color: #C1AEBB;
}
</style>
background-color css
<style>
a { background-color: #C1AEBB; }
a { background-color: rgb(193,174,187); }
div.DivClassName
{
background-color: #C1AEBB;
}
.BgClassName
{
background-color: #C1AEBB;
}
</style>
border-color css
<style>
span { border-color: #C1AEBB; }
span { border-color: rgb(193,174,187); }
td.TdClassName
{
border-color: #C1AEBB;
}
.TagClassName
{
border-color: #C1AEBB;
}
</style>