Shades of Maverick #C8B3BB
Tints of Maverick #C8B3BB
RGB
CMYK
RGB Variations
Color information
#C8B3BB (or 0xC8B3BB) is known color: Maverick. HEX triplet: C8, B3 and BB. RGB value is (200,179,187). Sum of RGB (Red+Green+Blue) = 200+179+187=566 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.34% from 566); Green value is 179 (70.31% from 255 or 31.63% from 566); Blue value is 187 (73.44% from 255 or 33.04% from 566); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B3BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8B3BB is #374C44. Grayscale: #BABABA. Windows color (decimal): -3624005 or 12301256. OLE color: 12301256.
HSL color Cylindrical-coordinate representation of color #C8B3BB: hue angle of 337.14º 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 #C8B3BB is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 179 | 187 | - |
| CMYK | 0 | 0.10 | 0.06 | 0.22 |
| HSL | 337.14º | 0.16% | 0.74% | - |
| HSV(B) | 337.14º | 0.11% | 0.78% | - |
| XYZ | 48.91 | 48.11 | 53.72 | - |
| YUV | 186.19 | 128.46 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 179 | 187 | 0 | 0.10 | 0.06 | 0.22 | 337.14 | 0.16 | 0.74 |
| Hex | C8 | B3 | BB | 0 | A | 6 | 16 | 151 | 10 | 4A |
| Octal | 310 | 263 | 273 | 0 | 12 | 6 | 26 | 521 | 20 | 112 |
| Binary | 11001000 | 10110011 | 10111011 | 0 | 1010 | 110 | 10110 | 101010001 | 10000 | 1001010 |
Color Harmonies of #C8B3BB
Complementary color
Monochromatic Colors of #C8B3BB
Black with #C8B3BB
Text Example
Text Example
White with #C8B3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B3BB; }
p { color: rgb(200,179,187); }
H1.HeaderClassName
{
color: #C8B3BB;
}
.AnyTagClassName
{
color: #C8B3BB;
}
</style>
background-color css
<style>
a { background-color: #C8B3BB; }
a { background-color: rgb(200,179,187); }
div.DivClassName
{
background-color: #C8B3BB;
}
.BgClassName
{
background-color: #C8B3BB;
}
</style>
border-color css
<style>
span { border-color: #C8B3BB; }
span { border-color: rgb(200,179,187); }
td.TdClassName
{
border-color: #C8B3BB;
}
.TagClassName
{
border-color: #C8B3BB;
}
</style>