Shades of Maverick #C7BCC3
Tints of Maverick #C7BCC3
RGB
CMYK
RGB Variations
Color information
#C7BCC3 (or 0xC7BCC3) is known color: Maverick. HEX triplet: C7, BC and C3. RGB value is (199,188,195). Sum of RGB (Red+Green+Blue) = 199+188+195=582 (77% of max value = 765). Red value is 199 (78.12% from 255 or 34.19% from 582); Green value is 188 (73.83% from 255 or 32.30% from 582); Blue value is 195 (76.56% from 255 or 33.51% from 582); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BCC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BCC3 is #38433C. Grayscale: #C0C0C0. Windows color (decimal): -3687229 or 12827847. OLE color: 12827847.
HSL color Cylindrical-coordinate representation of color #C7BCC3: hue angle of 321.82º degrees, saturation: 0.09, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C7BCC3 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 188 | 195 | - |
| CMYK | 0 | 0.06 | 0.02 | 0.22 |
| HSL | 321.82º | 0.09% | 0.76% | - |
| HSV(B) | 321.82º | 0.06% | 0.78% | - |
| XYZ | 51.39 | 52.05 | 58.97 | - |
| YUV | 192.09 | 129.64 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 188 | 195 | 0 | 0.06 | 0.02 | 0.22 | 321.82 | 0.09 | 0.76 |
| Hex | C7 | BC | C3 | 0 | 6 | 2 | 16 | 142 | 9 | 4C |
| Octal | 307 | 274 | 303 | 0 | 6 | 2 | 26 | 502 | 11 | 114 |
| Binary | 11000111 | 10111100 | 11000011 | 0 | 110 | 10 | 10110 | 101000010 | 1001 | 1001100 |
Color Harmonies of #C7BCC3
Complementary color
Monochromatic Colors of #C7BCC3
Black with #C7BCC3
Text Example
Text Example
White with #C7BCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BCC3; }
p { color: rgb(199,188,195); }
H1.HeaderClassName
{
color: #C7BCC3;
}
.AnyTagClassName
{
color: #C7BCC3;
}
</style>
background-color css
<style>
a { background-color: #C7BCC3; }
a { background-color: rgb(199,188,195); }
div.DivClassName
{
background-color: #C7BCC3;
}
.BgClassName
{
background-color: #C7BCC3;
}
</style>
border-color css
<style>
span { border-color: #C7BCC3; }
span { border-color: rgb(199,188,195); }
td.TdClassName
{
border-color: #C7BCC3;
}
.TagClassName
{
border-color: #C7BCC3;
}
</style>