Shades of Maverick #C5AEBF
Tints of Maverick #C5AEBF
RGB
CMYK
RGB Variations
Color information
#C5AEBF (or 0xC5AEBF) is known color: Maverick. HEX triplet: C5, AE and BF. RGB value is (197,174,191). Sum of RGB (Red+Green+Blue) = 197+174+191=562 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.05% from 562); Green value is 174 (68.36% from 255 or 30.96% from 562); Blue value is 191 (75% from 255 or 33.99% from 562); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AEBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AEBF is #3A5140. Grayscale: #B6B6B6. Windows color (decimal): -3821889 or 12562117. OLE color: 12562117.
HSL color Cylindrical-coordinate representation of color #C5AEBF: hue angle of 315.65º 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 #C5AEBF is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 174 | 191 | - |
| CMYK | 0 | 0.12 | 0.03 | 0.23 |
| HSL | 315.65º | 0.17% | 0.73% | - |
| HSV(B) | 315.65º | 0.12% | 0.77% | - |
| XYZ | 47.57 | 45.9 | 55.64 | - |
| YUV | 182.82 | 132.62 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 174 | 191 | 0 | 0.12 | 0.03 | 0.23 | 315.65 | 0.17 | 0.73 |
| Hex | C5 | AE | BF | 0 | C | 3 | 17 | 13C | 11 | 49 |
| Octal | 305 | 256 | 277 | 0 | 14 | 3 | 27 | 474 | 21 | 111 |
| Binary | 11000101 | 10101110 | 10111111 | 0 | 1100 | 11 | 10111 | 100111100 | 10001 | 1001001 |
Color Harmonies of #C5AEBF
Complementary color
Monochromatic Colors of #C5AEBF
Black with #C5AEBF
Text Example
Text Example
White with #C5AEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AEBF; }
p { color: rgb(197,174,191); }
H1.HeaderClassName
{
color: #C5AEBF;
}
.AnyTagClassName
{
color: #C5AEBF;
}
</style>
background-color css
<style>
a { background-color: #C5AEBF; }
a { background-color: rgb(197,174,191); }
div.DivClassName
{
background-color: #C5AEBF;
}
.BgClassName
{
background-color: #C5AEBF;
}
</style>
border-color css
<style>
span { border-color: #C5AEBF; }
span { border-color: rgb(197,174,191); }
td.TdClassName
{
border-color: #C5AEBF;
}
.TagClassName
{
border-color: #C5AEBF;
}
</style>