Shades of Maverick #C7BEC3
Tints of Maverick #C7BEC3
RGB
CMYK
RGB Variations
Color information
#C7BEC3 (or 0xC7BEC3) is known color: Maverick. HEX triplet: C7, BE and C3. RGB value is (199,190,195). Sum of RGB (Red+Green+Blue) = 199+190+195=584 (77% of max value = 765). Red value is 199 (78.12% from 255 or 34.08% from 584); Green value is 190 (74.61% from 255 or 32.53% from 584); Blue value is 195 (76.56% from 255 or 33.39% from 584); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BEC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BEC3 is #38413C. Grayscale: #C1C1C1. Windows color (decimal): -3686717 or 12828359. OLE color: 12828359.
HSL color Cylindrical-coordinate representation of color #C7BEC3: hue angle of 326.67º 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 #C7BEC3 is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 190 | 195 | - |
| CMYK | 0 | 0.05 | 0.02 | 0.22 |
| HSL | 326.67º | 0.07% | 0.76% | - |
| HSV(B) | 326.67º | 0.05% | 0.78% | - |
| XYZ | 51.82 | 52.91 | 59.11 | - |
| YUV | 193.26 | 128.98 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 190 | 195 | 0 | 0.05 | 0.02 | 0.22 | 326.67 | 0.07 | 0.76 |
| Hex | C7 | BE | C3 | 0 | 5 | 2 | 16 | 147 | 7 | 4C |
| Octal | 307 | 276 | 303 | 0 | 5 | 2 | 26 | 507 | 7 | 114 |
| Binary | 11000111 | 10111110 | 11000011 | 0 | 101 | 10 | 10110 | 101000111 | 111 | 1001100 |
Color Harmonies of #C7BEC3
Complementary color
Monochromatic Colors of #C7BEC3
Black with #C7BEC3
Text Example
Text Example
White with #C7BEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BEC3; }
p { color: rgb(199,190,195); }
H1.HeaderClassName
{
color: #C7BEC3;
}
.AnyTagClassName
{
color: #C7BEC3;
}
</style>
background-color css
<style>
a { background-color: #C7BEC3; }
a { background-color: rgb(199,190,195); }
div.DivClassName
{
background-color: #C7BEC3;
}
.BgClassName
{
background-color: #C7BEC3;
}
</style>
border-color css
<style>
span { border-color: #C7BEC3; }
span { border-color: rgb(199,190,195); }
td.TdClassName
{
border-color: #C7BEC3;
}
.TagClassName
{
border-color: #C7BEC3;
}
</style>