Shades of Maverick #C6BCC3
Tints of Maverick #C6BCC3
RGB
CMYK
RGB Variations
Color information
#C6BCC3 (or 0xC6BCC3) is known color: Maverick. HEX triplet: C6, BC and C3. RGB value is (198,188,195). Sum of RGB (Red+Green+Blue) = 198+188+195=581 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.08% from 581); Green value is 188 (73.83% from 255 or 32.36% from 581); Blue value is 195 (76.56% from 255 or 33.56% from 581); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BCC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BCC3 is #39433C. Grayscale: #BFBFBF. Windows color (decimal): -3752765 or 12827846. OLE color: 12827846.
HSL color Cylindrical-coordinate representation of color #C6BCC3: hue angle of 318º degrees, saturation: 0.08, 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 #C6BCC3 is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 188 | 195 | - |
| CMYK | 0 | 0.05 | 0.02 | 0.22 |
| HSL | 318º | 0.08% | 0.76% | - |
| HSV(B) | 318º | 0.05% | 0.78% | - |
| XYZ | 51.12 | 51.91 | 58.96 | - |
| YUV | 191.79 | 129.81 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 188 | 195 | 0 | 0.05 | 0.02 | 0.22 | 318 | 0.08 | 0.76 |
| Hex | C6 | BC | C3 | 0 | 5 | 2 | 16 | 13E | 8 | 4C |
| Octal | 306 | 274 | 303 | 0 | 5 | 2 | 26 | 476 | 10 | 114 |
| Binary | 11000110 | 10111100 | 11000011 | 0 | 101 | 10 | 10110 | 100111110 | 1000 | 1001100 |
Color Harmonies of #C6BCC3
Complementary color
Monochromatic Colors of #C6BCC3
Black with #C6BCC3
Text Example
Text Example
White with #C6BCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BCC3; }
p { color: rgb(198,188,195); }
H1.HeaderClassName
{
color: #C6BCC3;
}
.AnyTagClassName
{
color: #C6BCC3;
}
</style>
background-color css
<style>
a { background-color: #C6BCC3; }
a { background-color: rgb(198,188,195); }
div.DivClassName
{
background-color: #C6BCC3;
}
.BgClassName
{
background-color: #C6BCC3;
}
</style>
border-color css
<style>
span { border-color: #C6BCC3; }
span { border-color: rgb(198,188,195); }
td.TdClassName
{
border-color: #C6BCC3;
}
.TagClassName
{
border-color: #C6BCC3;
}
</style>