Shades of Maverick #C6B9C0
Tints of Maverick #C6B9C0
RGB
CMYK
RGB Variations
Color information
#C6B9C0 (or 0xC6B9C0) is known color: Maverick. HEX triplet: C6, B9 and C0. RGB value is (198,185,192). Sum of RGB (Red+Green+Blue) = 198+185+192=575 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.43% from 575); Green value is 185 (72.66% from 255 or 32.17% from 575); Blue value is 192 (75.39% from 255 or 33.39% from 575); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B9C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6B9C0 is #39463F. Grayscale: #BDBDBD. Windows color (decimal): -3753536 or 12630470. OLE color: 12630470.
HSL color Cylindrical-coordinate representation of color #C6B9C0: hue angle of 327.69º degrees, saturation: 0.1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C6B9C0 is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
RGB | 198 | 185 | 192 | - |
CMYK | 0 | 0.07 | 0.03 | 0.22 |
HSL | 327.69º | 0.1% | 0.75% | - |
HSV(B) | 327.69º | 0.07% | 0.78% | - |
XYZ | 50.15 | 50.51 | 56.98 | - |
YUV | 189.69 | 129.31 | 133.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 198 | 185 | 192 | 0 | 0.07 | 0.03 | 0.22 | 327.69 | 0.1 | 0.75 |
Hex | C6 | B9 | C0 | 0 | 7 | 3 | 16 | 148 | A | 4B |
Octal | 306 | 271 | 300 | 0 | 7 | 3 | 26 | 510 | 12 | 113 |
Binary | 11000110 | 10111001 | 11000000 | 0 | 111 | 11 | 10110 | 101001000 | 1010 | 1001011 |
Color Harmonies of #C6B9C0
Complementary color
Monochromatic Colors of #C6B9C0
Black with #C6B9C0
Text Example
Text Example
White with #C6B9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B9C0; }
p { color: rgb(198,185,192); }
H1.HeaderClassName
{
color: #C6B9C0;
}
.AnyTagClassName
{
color: #C6B9C0;
}
</style>
background-color css
<style>
a { background-color: #C6B9C0; }
a { background-color: rgb(198,185,192); }
div.DivClassName
{
background-color: #C6B9C0;
}
.BgClassName
{
background-color: #C6B9C0;
}
</style>
border-color css
<style>
span { border-color: #C6B9C0; }
span { border-color: rgb(198,185,192); }
td.TdClassName
{
border-color: #C6B9C0;
}
.TagClassName
{
border-color: #C6B9C0;
}
</style>