Shades of Maverick #C8B0BB
Tints of Maverick #C8B0BB
RGB
CMYK
RGB Variations
Color information
#C8B0BB (or 0xC8B0BB) is known color: Maverick. HEX triplet: C8, B0 and BB. RGB value is (200,176,187). Sum of RGB (Red+Green+Blue) = 200+176+187=563 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.52% from 563); Green value is 176 (69.14% from 255 or 31.26% from 563); Blue value is 187 (73.44% from 255 or 33.21% from 563); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B0BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8B0BB is #374F44. Grayscale: #B8B8B8. Windows color (decimal): -3624773 or 12300488. OLE color: 12300488.
HSL color Cylindrical-coordinate representation of color #C8B0BB: hue angle of 332.5º degrees, saturation: 0.18, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C8B0BB is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 176 | 187 | - |
| CMYK | 0 | 0.12 | 0.06 | 0.22 |
| HSL | 332.5º | 0.18% | 0.74% | - |
| HSV(B) | 332.5º | 0.12% | 0.78% | - |
| XYZ | 48.31 | 46.92 | 53.52 | - |
| YUV | 184.43 | 129.45 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 176 | 187 | 0 | 0.12 | 0.06 | 0.22 | 332.5 | 0.18 | 0.74 |
| Hex | C8 | B0 | BB | 0 | C | 6 | 16 | 14C | 12 | 4A |
| Octal | 310 | 260 | 273 | 0 | 14 | 6 | 26 | 514 | 22 | 112 |
| Binary | 11001000 | 10110000 | 10111011 | 0 | 1100 | 110 | 10110 | 101001100 | 10010 | 1001010 |
Color Harmonies of #C8B0BB
Complementary color
Monochromatic Colors of #C8B0BB
Black with #C8B0BB
Text Example
Text Example
White with #C8B0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B0BB; }
p { color: rgb(200,176,187); }
H1.HeaderClassName
{
color: #C8B0BB;
}
.AnyTagClassName
{
color: #C8B0BB;
}
</style>
background-color css
<style>
a { background-color: #C8B0BB; }
a { background-color: rgb(200,176,187); }
div.DivClassName
{
background-color: #C8B0BB;
}
.BgClassName
{
background-color: #C8B0BB;
}
</style>
border-color css
<style>
span { border-color: #C8B0BB; }
span { border-color: rgb(200,176,187); }
td.TdClassName
{
border-color: #C8B0BB;
}
.TagClassName
{
border-color: #C8B0BB;
}
</style>