Shades of Maverick #C8BAC3
Tints of Maverick #C8BAC3
RGB
CMYK
RGB Variations
Color information
#C8BAC3 (or 0xC8BAC3) is known color: Maverick. HEX triplet: C8, BA and C3. RGB value is (200,186,195). Sum of RGB (Red+Green+Blue) = 200+186+195=581 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.42% from 581); Green value is 186 (73.05% from 255 or 32.01% from 581); Blue value is 195 (76.56% from 255 or 33.56% from 581); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BAC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BAC3 is #37453C. Grayscale: #BFBFBF. Windows color (decimal): -3622205 or 12827336. OLE color: 12827336.
HSL color Cylindrical-coordinate representation of color #C8BAC3: hue angle of 321.43º degrees, saturation: 0.11, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C8BAC3 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 186 | 195 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.22 |
| HSL | 321.43º | 0.11% | 0.76% | - |
| HSV(B) | 321.43º | 0.07% | 0.78% | - |
| XYZ | 51.23 | 51.34 | 58.84 | - |
| YUV | 191.21 | 130.14 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 186 | 195 | 0 | 0.07 | 0.02 | 0.22 | 321.43 | 0.11 | 0.76 |
| Hex | C8 | BA | C3 | 0 | 7 | 2 | 16 | 141 | B | 4C |
| Octal | 310 | 272 | 303 | 0 | 7 | 2 | 26 | 501 | 13 | 114 |
| Binary | 11001000 | 10111010 | 11000011 | 0 | 111 | 10 | 10110 | 101000001 | 1011 | 1001100 |
Color Harmonies of #C8BAC3
Complementary color
Monochromatic Colors of #C8BAC3
Black with #C8BAC3
Text Example
Text Example
White with #C8BAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BAC3; }
p { color: rgb(200,186,195); }
H1.HeaderClassName
{
color: #C8BAC3;
}
.AnyTagClassName
{
color: #C8BAC3;
}
</style>
background-color css
<style>
a { background-color: #C8BAC3; }
a { background-color: rgb(200,186,195); }
div.DivClassName
{
background-color: #C8BAC3;
}
.BgClassName
{
background-color: #C8BAC3;
}
</style>
border-color css
<style>
span { border-color: #C8BAC3; }
span { border-color: rgb(200,186,195); }
td.TdClassName
{
border-color: #C8BAC3;
}
.TagClassName
{
border-color: #C8BAC3;
}
</style>