Shades of Maverick #C8B3BC
Tints of Maverick #C8B3BC
RGB
CMYK
RGB Variations
Color information
#C8B3BC (or 0xC8B3BC) is known color: Maverick. HEX triplet: C8, B3 and BC. RGB value is (200,179,188). Sum of RGB (Red+Green+Blue) = 200+179+188=567 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.27% from 567); Green value is 179 (70.31% from 255 or 31.57% from 567); Blue value is 188 (73.83% from 255 or 33.16% from 567); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B3BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8B3BC is #374C43. Grayscale: #BABABA. Windows color (decimal): -3624004 or 12366792. OLE color: 12366792.
HSL color Cylindrical-coordinate representation of color #C8B3BC: hue angle of 334.29º degrees, saturation: 0.16, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C8B3BC is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 179 | 188 | - |
| CMYK | 0 | 0.10 | 0.06 | 0.22 |
| HSL | 334.29º | 0.16% | 0.74% | - |
| HSV(B) | 334.29º | 0.11% | 0.78% | - |
| XYZ | 49.02 | 48.15 | 54.29 | - |
| YUV | 186.31 | 128.96 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 179 | 188 | 0 | 0.10 | 0.06 | 0.22 | 334.29 | 0.16 | 0.74 |
| Hex | C8 | B3 | BC | 0 | A | 6 | 16 | 14E | 10 | 4A |
| Octal | 310 | 263 | 274 | 0 | 12 | 6 | 26 | 516 | 20 | 112 |
| Binary | 11001000 | 10110011 | 10111100 | 0 | 1010 | 110 | 10110 | 101001110 | 10000 | 1001010 |
Color Harmonies of #C8B3BC
Complementary color
Monochromatic Colors of #C8B3BC
Black with #C8B3BC
Text Example
Text Example
White with #C8B3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B3BC; }
p { color: rgb(200,179,188); }
H1.HeaderClassName
{
color: #C8B3BC;
}
.AnyTagClassName
{
color: #C8B3BC;
}
</style>
background-color css
<style>
a { background-color: #C8B3BC; }
a { background-color: rgb(200,179,188); }
div.DivClassName
{
background-color: #C8B3BC;
}
.BgClassName
{
background-color: #C8B3BC;
}
</style>
border-color css
<style>
span { border-color: #C8B3BC; }
span { border-color: rgb(200,179,188); }
td.TdClassName
{
border-color: #C8B3BC;
}
.TagClassName
{
border-color: #C8B3BC;
}
</style>