Shades of Maverick #C5AEBC
Tints of Maverick #C5AEBC
RGB
CMYK
RGB Variations
Color information
#C5AEBC (or 0xC5AEBC) is known color: Maverick. HEX triplet: C5, AE and BC. RGB value is (197,174,188). Sum of RGB (Red+Green+Blue) = 197+174+188=559 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.24% from 559); Green value is 174 (68.36% from 255 or 31.13% from 559); Blue value is 188 (73.83% from 255 or 33.63% from 559); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AEBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AEBC is #3A5143. Grayscale: #B6B6B6. Windows color (decimal): -3821892 or 12365509. OLE color: 12365509.
HSL color Cylindrical-coordinate representation of color #C5AEBC: hue angle of 323.48º 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 #C5AEBC is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 174 | 188 | - |
| CMYK | 0 | 0.12 | 0.05 | 0.23 |
| HSL | 323.48º | 0.17% | 0.73% | - |
| HSV(B) | 323.48º | 0.12% | 0.77% | - |
| XYZ | 47.24 | 45.77 | 53.92 | - |
| YUV | 182.47 | 131.12 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 174 | 188 | 0 | 0.12 | 0.05 | 0.23 | 323.48 | 0.17 | 0.73 |
| Hex | C5 | AE | BC | 0 | C | 5 | 17 | 143 | 11 | 49 |
| Octal | 305 | 256 | 274 | 0 | 14 | 5 | 27 | 503 | 21 | 111 |
| Binary | 11000101 | 10101110 | 10111100 | 0 | 1100 | 101 | 10111 | 101000011 | 10001 | 1001001 |
Color Harmonies of #C5AEBC
Complementary color
Monochromatic Colors of #C5AEBC
Black with #C5AEBC
Text Example
Text Example
White with #C5AEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AEBC; }
p { color: rgb(197,174,188); }
H1.HeaderClassName
{
color: #C5AEBC;
}
.AnyTagClassName
{
color: #C5AEBC;
}
</style>
background-color css
<style>
a { background-color: #C5AEBC; }
a { background-color: rgb(197,174,188); }
div.DivClassName
{
background-color: #C5AEBC;
}
.BgClassName
{
background-color: #C5AEBC;
}
</style>
border-color css
<style>
span { border-color: #C5AEBC; }
span { border-color: rgb(197,174,188); }
td.TdClassName
{
border-color: #C5AEBC;
}
.TagClassName
{
border-color: #C5AEBC;
}
</style>