Shades of Maverick #C7BEC4
Tints of Maverick #C7BEC4
RGB
CMYK
RGB Variations
Color information
#C7BEC4 (or 0xC7BEC4) is known color: Maverick. HEX triplet: C7, BE and C4. RGB value is (199,190,196). Sum of RGB (Red+Green+Blue) = 199+190+196=585 (77% of max value = 765). Red value is 199 (78.12% from 255 or 34.02% from 585); Green value is 190 (74.61% from 255 or 32.48% from 585); Blue value is 196 (76.95% from 255 or 33.50% from 585); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BEC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BEC4 is #38413B. Grayscale: #C1C1C1. Windows color (decimal): -3686716 or 12893895. OLE color: 12893895.
HSL color Cylindrical-coordinate representation of color #C7BEC4: hue angle of 320º degrees, saturation: 0.07, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C7BEC4 is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
RGB | 199 | 190 | 196 | - |
CMYK | 0 | 0.05 | 0.02 | 0.22 |
HSL | 320º | 0.07% | 0.76% | - |
HSV(B) | 320º | 0.05% | 0.78% | - |
XYZ | 51.93 | 52.95 | 59.71 | - |
YUV | 193.38 | 129.48 | 132.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 190 | 196 | 0 | 0.05 | 0.02 | 0.22 | 320 | 0.07 | 0.76 |
Hex | C7 | BE | C4 | 0 | 5 | 2 | 16 | 140 | 7 | 4C |
Octal | 307 | 276 | 304 | 0 | 5 | 2 | 26 | 500 | 7 | 114 |
Binary | 11000111 | 10111110 | 11000100 | 0 | 101 | 10 | 10110 | 101000000 | 111 | 1001100 |
Color Harmonies of #C7BEC4
Complementary color
Monochromatic Colors of #C7BEC4
Black with #C7BEC4
Text Example
Text Example
White with #C7BEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BEC4; }
p { color: rgb(199,190,196); }
H1.HeaderClassName
{
color: #C7BEC4;
}
.AnyTagClassName
{
color: #C7BEC4;
}
</style>
background-color css
<style>
a { background-color: #C7BEC4; }
a { background-color: rgb(199,190,196); }
div.DivClassName
{
background-color: #C7BEC4;
}
.BgClassName
{
background-color: #C7BEC4;
}
</style>
border-color css
<style>
span { border-color: #C7BEC4; }
span { border-color: rgb(199,190,196); }
td.TdClassName
{
border-color: #C7BEC4;
}
.TagClassName
{
border-color: #C7BEC4;
}
</style>