Shades of Maverick #C6BBC2
Tints of Maverick #C6BBC2
RGB
CMYK
RGB Variations
Color information
#C6BBC2 (or 0xC6BBC2) is known color: Maverick. HEX triplet: C6, BB and C2. RGB value is (198,187,194). Sum of RGB (Red+Green+Blue) = 198+187+194=579 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.20% from 579); Green value is 187 (73.44% from 255 or 32.30% from 579); Blue value is 194 (76.17% from 255 or 33.51% from 579); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BBC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BBC2 is #39443D. Grayscale: #BFBFBF. Windows color (decimal): -3753022 or 12762054. OLE color: 12762054.
HSL color Cylindrical-coordinate representation of color #C6BBC2: hue angle of 321.82º degrees, saturation: 0.09, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C6BBC2 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
RGB | 198 | 187 | 194 | - |
CMYK | 0 | 0.06 | 0.02 | 0.22 |
HSL | 321.82º | 0.09% | 0.75% | - |
HSV(B) | 321.82º | 0.06% | 0.78% | - |
XYZ | 50.8 | 51.44 | 58.29 | - |
YUV | 191.09 | 129.64 | 132.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 198 | 187 | 194 | 0 | 0.06 | 0.02 | 0.22 | 321.82 | 0.09 | 0.75 |
Hex | C6 | BB | C2 | 0 | 6 | 2 | 16 | 142 | 9 | 4B |
Octal | 306 | 273 | 302 | 0 | 6 | 2 | 26 | 502 | 11 | 113 |
Binary | 11000110 | 10111011 | 11000010 | 0 | 110 | 10 | 10110 | 101000010 | 1001 | 1001011 |
Color Harmonies of #C6BBC2
Complementary color
Monochromatic Colors of #C6BBC2
Black with #C6BBC2
Text Example
Text Example
White with #C6BBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BBC2; }
p { color: rgb(198,187,194); }
H1.HeaderClassName
{
color: #C6BBC2;
}
.AnyTagClassName
{
color: #C6BBC2;
}
</style>
background-color css
<style>
a { background-color: #C6BBC2; }
a { background-color: rgb(198,187,194); }
div.DivClassName
{
background-color: #C6BBC2;
}
.BgClassName
{
background-color: #C6BBC2;
}
</style>
border-color css
<style>
span { border-color: #C6BBC2; }
span { border-color: rgb(198,187,194); }
td.TdClassName
{
border-color: #C6BBC2;
}
.TagClassName
{
border-color: #C6BBC2;
}
</style>