Shades of Maverick #C8B4C0
Tints of Maverick #C8B4C0
RGB
CMYK
RGB Variations
Color information
#C8B4C0 (or 0xC8B4C0) is known color: Maverick. HEX triplet: C8, B4 and C0. RGB value is (200,180,192). Sum of RGB (Red+Green+Blue) = 200+180+192=572 (75% of max value = 765). Red value is 200 (78.52% from 255 or 34.97% from 572); Green value is 180 (70.70% from 255 or 31.47% from 572); Blue value is 192 (75.39% from 255 or 33.57% from 572); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B4C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8B4C0 is #374B3F. Grayscale: #BBBBBB. Windows color (decimal): -3623744 or 12629192. OLE color: 12629192.
HSL color Cylindrical-coordinate representation of color #C8B4C0: hue angle of 324º degrees, saturation: 0.15, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C8B4C0 is Cyan = 0, Magento = 0.1, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 180 | 192 | - |
| CMYK | 0 | 0.1 | 0.04 | 0.22 |
| HSL | 324º | 0.15% | 0.75% | - |
| HSV(B) | 324º | 0.1% | 0.78% | - |
| XYZ | 49.66 | 48.73 | 56.66 | - |
| YUV | 187.35 | 130.63 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 180 | 192 | 0 | 0.1 | 0.04 | 0.22 | 324 | 0.15 | 0.75 |
| Hex | C8 | B4 | C0 | 0 | A | 4 | 16 | 144 | F | 4B |
| Octal | 310 | 264 | 300 | 0 | 12 | 4 | 26 | 504 | 17 | 113 |
| Binary | 11001000 | 10110100 | 11000000 | 0 | 1010 | 100 | 10110 | 101000100 | 1111 | 1001011 |
Color Harmonies of #C8B4C0
Complementary color
Monochromatic Colors of #C8B4C0
Black with #C8B4C0
Text Example
Text Example
White with #C8B4C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B4C0; }
p { color: rgb(200,180,192); }
H1.HeaderClassName
{
color: #C8B4C0;
}
.AnyTagClassName
{
color: #C8B4C0;
}
</style>
background-color css
<style>
a { background-color: #C8B4C0; }
a { background-color: rgb(200,180,192); }
div.DivClassName
{
background-color: #C8B4C0;
}
.BgClassName
{
background-color: #C8B4C0;
}
</style>
border-color css
<style>
span { border-color: #C8B4C0; }
span { border-color: rgb(200,180,192); }
td.TdClassName
{
border-color: #C8B4C0;
}
.TagClassName
{
border-color: #C8B4C0;
}
</style>