Shades of Maverick #C0AEBC
Tints of Maverick #C0AEBC
RGB
CMYK
RGB Variations
Color information
#C0AEBC (or 0xC0AEBC) is known color: Maverick. HEX triplet: C0, AE and BC. RGB value is (192,174,188). Sum of RGB (Red+Green+Blue) = 192+174+188=554 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.66% from 554); Green value is 174 (68.36% from 255 or 31.41% from 554); Blue value is 188 (73.83% from 255 or 33.94% from 554); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AEBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0AEBC is #3F5143. Grayscale: #B4B4B4. Windows color (decimal): -4149572 or 12365504. OLE color: 12365504.
HSL color Cylindrical-coordinate representation of color #C0AEBC: hue angle of 313.33º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C0AEBC is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 174 | 188 | - |
| CMYK | 0 | 0.09 | 0.02 | 0.25 |
| HSL | 313.33º | 0.13% | 0.72% | - |
| HSV(B) | 313.33º | 0.09% | 0.75% | - |
| XYZ | 45.95 | 45.11 | 53.86 | - |
| YUV | 180.98 | 131.96 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 174 | 188 | 0 | 0.09 | 0.02 | 0.25 | 313.33 | 0.13 | 0.72 |
| Hex | C0 | AE | BC | 0 | 9 | 2 | 19 | 139 | C | 48 |
| Octal | 300 | 256 | 274 | 0 | 11 | 2 | 31 | 471 | 14 | 110 |
| Binary | 11000000 | 10101110 | 10111100 | 0 | 1001 | 10 | 11001 | 100111001 | 1100 | 1001000 |
Color Harmonies of #C0AEBC
Complementary color
Monochromatic Colors of #C0AEBC
Black with #C0AEBC
Text Example
Text Example
White with #C0AEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AEBC; }
p { color: rgb(192,174,188); }
H1.HeaderClassName
{
color: #C0AEBC;
}
.AnyTagClassName
{
color: #C0AEBC;
}
</style>
background-color css
<style>
a { background-color: #C0AEBC; }
a { background-color: rgb(192,174,188); }
div.DivClassName
{
background-color: #C0AEBC;
}
.BgClassName
{
background-color: #C0AEBC;
}
</style>
border-color css
<style>
span { border-color: #C0AEBC; }
span { border-color: rgb(192,174,188); }
td.TdClassName
{
border-color: #C0AEBC;
}
.TagClassName
{
border-color: #C0AEBC;
}
</style>