Shades of Maverick #C8B0BF
Tints of Maverick #C8B0BF
RGB
CMYK
RGB Variations
Color information
#C8B0BF (or 0xC8B0BF) is known color: Maverick. HEX triplet: C8, B0 and BF. RGB value is (200,176,191). Sum of RGB (Red+Green+Blue) = 200+176+191=567 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.27% from 567); Green value is 176 (69.14% from 255 or 31.04% from 567); Blue value is 191 (75% from 255 or 33.69% from 567); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B0BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8B0BF is #374F40. Grayscale: #B8B8B8. Windows color (decimal): -3624769 or 12562632. OLE color: 12562632.
HSL color Cylindrical-coordinate representation of color #C8B0BF: hue angle of 322.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 #C8B0BF is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 176 | 191 | - |
| CMYK | 0 | 0.12 | 0.04 | 0.22 |
| HSL | 322.5º | 0.18% | 0.74% | - |
| HSV(B) | 322.5º | 0.12% | 0.78% | - |
| XYZ | 48.75 | 47.09 | 55.81 | - |
| YUV | 184.89 | 131.45 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 176 | 191 | 0 | 0.12 | 0.04 | 0.22 | 322.5 | 0.18 | 0.74 |
| Hex | C8 | B0 | BF | 0 | C | 4 | 16 | 142 | 12 | 4A |
| Octal | 310 | 260 | 277 | 0 | 14 | 4 | 26 | 502 | 22 | 112 |
| Binary | 11001000 | 10110000 | 10111111 | 0 | 1100 | 100 | 10110 | 101000010 | 10010 | 1001010 |
Color Harmonies of #C8B0BF
Complementary color
Monochromatic Colors of #C8B0BF
Black with #C8B0BF
Text Example
Text Example
White with #C8B0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B0BF; }
p { color: rgb(200,176,191); }
H1.HeaderClassName
{
color: #C8B0BF;
}
.AnyTagClassName
{
color: #C8B0BF;
}
</style>
background-color css
<style>
a { background-color: #C8B0BF; }
a { background-color: rgb(200,176,191); }
div.DivClassName
{
background-color: #C8B0BF;
}
.BgClassName
{
background-color: #C8B0BF;
}
</style>
border-color css
<style>
span { border-color: #C8B0BF; }
span { border-color: rgb(200,176,191); }
td.TdClassName
{
border-color: #C8B0BF;
}
.TagClassName
{
border-color: #C8B0BF;
}
</style>