Shades of Maverick #C6BBC3
Tints of Maverick #C6BBC3
RGB
CMYK
RGB Variations
Color information
#C6BBC3 (or 0xC6BBC3) is known color: Maverick. HEX triplet: C6, BB and C3. RGB value is (198,187,195). Sum of RGB (Red+Green+Blue) = 198+187+195=580 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.14% from 580); Green value is 187 (73.44% from 255 or 32.24% from 580); Blue value is 195 (76.56% from 255 or 33.62% from 580); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BBC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BBC3 is #39443C. Grayscale: #BFBFBF. Windows color (decimal): -3753021 or 12827590. OLE color: 12827590.
HSL color Cylindrical-coordinate representation of color #C6BBC3: hue angle of 316.36º 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 #C6BBC3 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
RGB | 198 | 187 | 195 | - |
CMYK | 0 | 0.06 | 0.02 | 0.22 |
HSL | 316.36º | 0.09% | 0.75% | - |
HSV(B) | 316.36º | 0.06% | 0.78% | - |
XYZ | 50.91 | 51.49 | 58.88 | - |
YUV | 191.2 | 130.14 | 132.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 198 | 187 | 195 | 0 | 0.06 | 0.02 | 0.22 | 316.36 | 0.09 | 0.75 |
Hex | C6 | BB | C3 | 0 | 6 | 2 | 16 | 13C | 9 | 4B |
Octal | 306 | 273 | 303 | 0 | 6 | 2 | 26 | 474 | 11 | 113 |
Binary | 11000110 | 10111011 | 11000011 | 0 | 110 | 10 | 10110 | 100111100 | 1001 | 1001011 |
Color Harmonies of #C6BBC3
Complementary color
Monochromatic Colors of #C6BBC3
Black with #C6BBC3
Text Example
Text Example
White with #C6BBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BBC3; }
p { color: rgb(198,187,195); }
H1.HeaderClassName
{
color: #C6BBC3;
}
.AnyTagClassName
{
color: #C6BBC3;
}
</style>
background-color css
<style>
a { background-color: #C6BBC3; }
a { background-color: rgb(198,187,195); }
div.DivClassName
{
background-color: #C6BBC3;
}
.BgClassName
{
background-color: #C6BBC3;
}
</style>
border-color css
<style>
span { border-color: #C6BBC3; }
span { border-color: rgb(198,187,195); }
td.TdClassName
{
border-color: #C6BBC3;
}
.TagClassName
{
border-color: #C6BBC3;
}
</style>