Shades of Maverick #C7AEB8
Tints of Maverick #C7AEB8
RGB
CMYK
RGB Variations
Color information
#C7AEB8 (or 0xC7AEB8) is known color: Maverick. HEX triplet: C7, AE and B8. RGB value is (199,174,184). Sum of RGB (Red+Green+Blue) = 199+174+184=557 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.73% from 557); Green value is 174 (68.36% from 255 or 31.24% from 557); Blue value is 184 (72.27% from 255 or 33.03% from 557); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AEB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7AEB8 is #385147. Grayscale: #B6B6B6. Windows color (decimal): -3690824 or 12103367. OLE color: 12103367.
HSL color Cylindrical-coordinate representation of color #C7AEB8: hue angle of 336º degrees, saturation: 0.18, 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 #C7AEB8 is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
RGB | 199 | 174 | 184 | - |
CMYK | 0 | 0.13 | 0.08 | 0.22 |
HSL | 336º | 0.18% | 0.73% | - |
HSV(B) | 336º | 0.13% | 0.78% | - |
XYZ | 47.34 | 45.87 | 51.71 | - |
YUV | 182.62 | 128.78 | 139.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 174 | 184 | 0 | 0.13 | 0.08 | 0.22 | 336 | 0.18 | 0.73 |
Hex | C7 | AE | B8 | 0 | D | 8 | 16 | 150 | 12 | 49 |
Octal | 307 | 256 | 270 | 0 | 15 | 10 | 26 | 520 | 22 | 111 |
Binary | 11000111 | 10101110 | 10111000 | 0 | 1101 | 1000 | 10110 | 101010000 | 10010 | 1001001 |
Color Harmonies of #C7AEB8
Complementary color
Monochromatic Colors of #C7AEB8
Black with #C7AEB8
Text Example
Text Example
White with #C7AEB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AEB8; }
p { color: rgb(199,174,184); }
H1.HeaderClassName
{
color: #C7AEB8;
}
.AnyTagClassName
{
color: #C7AEB8;
}
</style>
background-color css
<style>
a { background-color: #C7AEB8; }
a { background-color: rgb(199,174,184); }
div.DivClassName
{
background-color: #C7AEB8;
}
.BgClassName
{
background-color: #C7AEB8;
}
</style>
border-color css
<style>
span { border-color: #C7AEB8; }
span { border-color: rgb(199,174,184); }
td.TdClassName
{
border-color: #C7AEB8;
}
.TagClassName
{
border-color: #C7AEB8;
}
</style>