Shades of Maverick #C6B6C3
Tints of Maverick #C6B6C3
RGB
CMYK
RGB Variations
Color information
#C6B6C3 (or 0xC6B6C3) is known color: Maverick. HEX triplet: C6, B6 and C3. RGB value is (198,182,195). Sum of RGB (Red+Green+Blue) = 198+182+195=575 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.43% from 575); Green value is 182 (71.48% from 255 or 31.65% from 575); Blue value is 195 (76.56% from 255 or 33.91% from 575); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B6C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6B6C3 is #39493C. Grayscale: #BCBCBC. Windows color (decimal): -3754301 or 12826310. OLE color: 12826310.
HSL color Cylindrical-coordinate representation of color #C6B6C3: hue angle of 311.25º degrees, saturation: 0.12, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C6B6C3 is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 182 | 195 | - |
| CMYK | 0 | 0.08 | 0.02 | 0.22 |
| HSL | 311.25º | 0.12% | 0.75% | - |
| HSV(B) | 311.25º | 0.08% | 0.78% | - |
| XYZ | 49.87 | 49.4 | 58.54 | - |
| YUV | 188.27 | 131.8 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 182 | 195 | 0 | 0.08 | 0.02 | 0.22 | 311.25 | 0.12 | 0.75 |
| Hex | C6 | B6 | C3 | 0 | 8 | 2 | 16 | 137 | C | 4B |
| Octal | 306 | 266 | 303 | 0 | 10 | 2 | 26 | 467 | 14 | 113 |
| Binary | 11000110 | 10110110 | 11000011 | 0 | 1000 | 10 | 10110 | 100110111 | 1100 | 1001011 |
Color Harmonies of #C6B6C3
Complementary color
Monochromatic Colors of #C6B6C3
Black with #C6B6C3
Text Example
Text Example
White with #C6B6C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B6C3; }
p { color: rgb(198,182,195); }
H1.HeaderClassName
{
color: #C6B6C3;
}
.AnyTagClassName
{
color: #C6B6C3;
}
</style>
background-color css
<style>
a { background-color: #C6B6C3; }
a { background-color: rgb(198,182,195); }
div.DivClassName
{
background-color: #C6B6C3;
}
.BgClassName
{
background-color: #C6B6C3;
}
</style>
border-color css
<style>
span { border-color: #C6B6C3; }
span { border-color: rgb(198,182,195); }
td.TdClassName
{
border-color: #C6B6C3;
}
.TagClassName
{
border-color: #C6B6C3;
}
</style>