Shades of Maverick #C8AEBD
Tints of Maverick #C8AEBD
RGB
CMYK
RGB Variations
Color information
#C8AEBD (or 0xC8AEBD) is known color: Maverick. HEX triplet: C8, AE and BD. RGB value is (200,174,189). Sum of RGB (Red+Green+Blue) = 200+174+189=563 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.52% from 563); Green value is 174 (68.36% from 255 or 30.91% from 563); Blue value is 189 (74.22% from 255 or 33.57% from 563); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AEBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8AEBD is #375142. Grayscale: #B7B7B7. Windows color (decimal): -3625283 or 12431048. OLE color: 12431048.
HSL color Cylindrical-coordinate representation of color #C8AEBD: hue angle of 325.38º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C8AEBD is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 174 | 189 | - |
| CMYK | 0 | 0.13 | 0.06 | 0.22 |
| HSL | 325.38º | 0.19% | 0.73% | - |
| HSV(B) | 325.38º | 0.13% | 0.78% | - |
| XYZ | 48.14 | 46.23 | 54.53 | - |
| YUV | 183.48 | 131.11 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 174 | 189 | 0 | 0.13 | 0.06 | 0.22 | 325.38 | 0.19 | 0.73 |
| Hex | C8 | AE | BD | 0 | D | 6 | 16 | 145 | 13 | 49 |
| Octal | 310 | 256 | 275 | 0 | 15 | 6 | 26 | 505 | 23 | 111 |
| Binary | 11001000 | 10101110 | 10111101 | 0 | 1101 | 110 | 10110 | 101000101 | 10011 | 1001001 |
Color Harmonies of #C8AEBD
Complementary color
Monochromatic Colors of #C8AEBD
Black with #C8AEBD
Text Example
Text Example
White with #C8AEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AEBD; }
p { color: rgb(200,174,189); }
H1.HeaderClassName
{
color: #C8AEBD;
}
.AnyTagClassName
{
color: #C8AEBD;
}
</style>
background-color css
<style>
a { background-color: #C8AEBD; }
a { background-color: rgb(200,174,189); }
div.DivClassName
{
background-color: #C8AEBD;
}
.BgClassName
{
background-color: #C8AEBD;
}
</style>
border-color css
<style>
span { border-color: #C8AEBD; }
span { border-color: rgb(200,174,189); }
td.TdClassName
{
border-color: #C8AEBD;
}
.TagClassName
{
border-color: #C8AEBD;
}
</style>