Shades of Maverick #C6B3C2
Tints of Maverick #C6B3C2
RGB
CMYK
RGB Variations
Color information
#C6B3C2 (or 0xC6B3C2) is known color: Maverick. HEX triplet: C6, B3 and C2. RGB value is (198,179,194). Sum of RGB (Red+Green+Blue) = 198+179+194=571 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.68% from 571); Green value is 179 (70.31% from 255 or 31.35% from 571); Blue value is 194 (76.17% from 255 or 33.98% from 571); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B3C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6B3C2 is #394C3D. Grayscale: #BABABA. Windows color (decimal): -3755070 or 12760006. OLE color: 12760006.
HSL color Cylindrical-coordinate representation of color #C6B3C2: hue angle of 312.63º degrees, saturation: 0.14, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C6B3C2 is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 179 | 194 | - |
| CMYK | 0 | 0.10 | 0.02 | 0.22 |
| HSL | 312.63º | 0.14% | 0.74% | - |
| HSV(B) | 312.63º | 0.1% | 0.78% | - |
| XYZ | 49.15 | 48.14 | 57.74 | - |
| YUV | 186.39 | 132.29 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 179 | 194 | 0 | 0.10 | 0.02 | 0.22 | 312.63 | 0.14 | 0.74 |
| Hex | C6 | B3 | C2 | 0 | A | 2 | 16 | 139 | E | 4A |
| Octal | 306 | 263 | 302 | 0 | 12 | 2 | 26 | 471 | 16 | 112 |
| Binary | 11000110 | 10110011 | 11000010 | 0 | 1010 | 10 | 10110 | 100111001 | 1110 | 1001010 |
Color Harmonies of #C6B3C2
Complementary color
Monochromatic Colors of #C6B3C2
Black with #C6B3C2
Text Example
Text Example
White with #C6B3C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B3C2; }
p { color: rgb(198,179,194); }
H1.HeaderClassName
{
color: #C6B3C2;
}
.AnyTagClassName
{
color: #C6B3C2;
}
</style>
background-color css
<style>
a { background-color: #C6B3C2; }
a { background-color: rgb(198,179,194); }
div.DivClassName
{
background-color: #C6B3C2;
}
.BgClassName
{
background-color: #C6B3C2;
}
</style>
border-color css
<style>
span { border-color: #C6B3C2; }
span { border-color: rgb(198,179,194); }
td.TdClassName
{
border-color: #C6B3C2;
}
.TagClassName
{
border-color: #C6B3C2;
}
</style>