Shades of Maverick #C5AEBB
Tints of Maverick #C5AEBB
RGB
CMYK
RGB Variations
Color information
#C5AEBB (or 0xC5AEBB) is known color: Maverick. HEX triplet: C5, AE and BB. RGB value is (197,174,187). Sum of RGB (Red+Green+Blue) = 197+174+187=558 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.30% from 558); Green value is 174 (68.36% from 255 or 31.18% from 558); Blue value is 187 (73.44% from 255 or 33.51% from 558); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AEBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AEBB is #3A5144. Grayscale: #B6B6B6. Windows color (decimal): -3821893 or 12299973. OLE color: 12299973.
HSL color Cylindrical-coordinate representation of color #C5AEBB: hue angle of 326.09º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C5AEBB is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 174 | 187 | - |
| CMYK | 0 | 0.12 | 0.05 | 0.23 |
| HSL | 326.09º | 0.17% | 0.73% | - |
| HSV(B) | 326.09º | 0.12% | 0.77% | - |
| XYZ | 47.13 | 45.73 | 53.36 | - |
| YUV | 182.36 | 130.62 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 174 | 187 | 0 | 0.12 | 0.05 | 0.23 | 326.09 | 0.17 | 0.73 |
| Hex | C5 | AE | BB | 0 | C | 5 | 17 | 146 | 11 | 49 |
| Octal | 305 | 256 | 273 | 0 | 14 | 5 | 27 | 506 | 21 | 111 |
| Binary | 11000101 | 10101110 | 10111011 | 0 | 1100 | 101 | 10111 | 101000110 | 10001 | 1001001 |
Color Harmonies of #C5AEBB
Complementary color
Monochromatic Colors of #C5AEBB
Black with #C5AEBB
Text Example
Text Example
White with #C5AEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AEBB; }
p { color: rgb(197,174,187); }
H1.HeaderClassName
{
color: #C5AEBB;
}
.AnyTagClassName
{
color: #C5AEBB;
}
</style>
background-color css
<style>
a { background-color: #C5AEBB; }
a { background-color: rgb(197,174,187); }
div.DivClassName
{
background-color: #C5AEBB;
}
.BgClassName
{
background-color: #C5AEBB;
}
</style>
border-color css
<style>
span { border-color: #C5AEBB; }
span { border-color: rgb(197,174,187); }
td.TdClassName
{
border-color: #C5AEBB;
}
.TagClassName
{
border-color: #C5AEBB;
}
</style>