Shades of Maverick #C8AEB8
Tints of Maverick #C8AEB8
RGB
CMYK
RGB Variations
Color information
#C8AEB8 (or 0xC8AEB8) is known color: Maverick. HEX triplet: C8, AE and B8. RGB value is (200,174,184). Sum of RGB (Red+Green+Blue) = 200+174+184=558 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.84% from 558); Green value is 174 (68.36% from 255 or 31.18% from 558); Blue value is 184 (72.27% from 255 or 32.97% from 558); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AEB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8AEB8 is #375147. Grayscale: #B6B6B6. Windows color (decimal): -3625288 or 12103368. OLE color: 12103368.
HSL color Cylindrical-coordinate representation of color #C8AEB8: hue angle of 336.92º 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 #C8AEB8 is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 174 | 184 | - |
| CMYK | 0 | 0.13 | 0.08 | 0.22 |
| HSL | 336.92º | 0.19% | 0.73% | - |
| HSV(B) | 336.92º | 0.13% | 0.78% | - |
| XYZ | 47.61 | 46.01 | 51.72 | - |
| YUV | 182.91 | 128.61 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 174 | 184 | 0 | 0.13 | 0.08 | 0.22 | 336.92 | 0.19 | 0.73 |
| Hex | C8 | AE | B8 | 0 | D | 8 | 16 | 151 | 13 | 49 |
| Octal | 310 | 256 | 270 | 0 | 15 | 10 | 26 | 521 | 23 | 111 |
| Binary | 11001000 | 10101110 | 10111000 | 0 | 1101 | 1000 | 10110 | 101010001 | 10011 | 1001001 |
Color Harmonies of #C8AEB8
Complementary color
Monochromatic Colors of #C8AEB8
Black with #C8AEB8
Text Example
Text Example
White with #C8AEB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AEB8; }
p { color: rgb(200,174,184); }
H1.HeaderClassName
{
color: #C8AEB8;
}
.AnyTagClassName
{
color: #C8AEB8;
}
</style>
background-color css
<style>
a { background-color: #C8AEB8; }
a { background-color: rgb(200,174,184); }
div.DivClassName
{
background-color: #C8AEB8;
}
.BgClassName
{
background-color: #C8AEB8;
}
</style>
border-color css
<style>
span { border-color: #C8AEB8; }
span { border-color: rgb(200,174,184); }
td.TdClassName
{
border-color: #C8AEB8;
}
.TagClassName
{
border-color: #C8AEB8;
}
</style>