Shades of Maverick #C1AEBD
Tints of Maverick #C1AEBD
RGB
CMYK
RGB Variations
Color information
#C1AEBD (or 0xC1AEBD) is known color: Maverick. HEX triplet: C1, AE and BD. RGB value is (193,174,189). Sum of RGB (Red+Green+Blue) = 193+174+189=556 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.71% from 556); Green value is 174 (68.36% from 255 or 31.29% from 556); Blue value is 189 (74.22% from 255 or 33.99% from 556); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AEBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1AEBD is #3E5142. Grayscale: #B5B5B5. Windows color (decimal): -4084035 or 12431041. OLE color: 12431041.
HSL color Cylindrical-coordinate representation of color #C1AEBD: hue angle of 312.63º 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 #C1AEBD is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 174 | 189 | - |
| CMYK | 0 | 0.10 | 0.02 | 0.24 |
| HSL | 312.63º | 0.13% | 0.72% | - |
| HSV(B) | 312.63º | 0.1% | 0.76% | - |
| XYZ | 46.31 | 45.28 | 54.44 | - |
| YUV | 181.39 | 132.29 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 174 | 189 | 0 | 0.10 | 0.02 | 0.24 | 312.63 | 0.13 | 0.72 |
| Hex | C1 | AE | BD | 0 | A | 2 | 18 | 139 | D | 48 |
| Octal | 301 | 256 | 275 | 0 | 12 | 2 | 30 | 471 | 15 | 110 |
| Binary | 11000001 | 10101110 | 10111101 | 0 | 1010 | 10 | 11000 | 100111001 | 1101 | 1001000 |
Color Harmonies of #C1AEBD
Complementary color
Monochromatic Colors of #C1AEBD
Black with #C1AEBD
Text Example
Text Example
White with #C1AEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AEBD; }
p { color: rgb(193,174,189); }
H1.HeaderClassName
{
color: #C1AEBD;
}
.AnyTagClassName
{
color: #C1AEBD;
}
</style>
background-color css
<style>
a { background-color: #C1AEBD; }
a { background-color: rgb(193,174,189); }
div.DivClassName
{
background-color: #C1AEBD;
}
.BgClassName
{
background-color: #C1AEBD;
}
</style>
border-color css
<style>
span { border-color: #C1AEBD; }
span { border-color: rgb(193,174,189); }
td.TdClassName
{
border-color: #C1AEBD;
}
.TagClassName
{
border-color: #C1AEBD;
}
</style>