Shades of Maverick #C8B8C0
Tints of Maverick #C8B8C0
RGB
CMYK
RGB Variations
Color information
#C8B8C0 (or 0xC8B8C0) is known color: Maverick. HEX triplet: C8, B8 and C0. RGB value is (200,184,192). Sum of RGB (Red+Green+Blue) = 200+184+192=576 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.72% from 576); Green value is 184 (72.27% from 255 or 31.94% from 576); Blue value is 192 (75.39% from 255 or 33.33% from 576); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B8C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8B8C0 is #37473F. Grayscale: #BDBDBD. Windows color (decimal): -3622720 or 12630216. OLE color: 12630216.
HSL color Cylindrical-coordinate representation of color #C8B8C0: hue angle of 330º degrees, saturation: 0.13, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C8B8C0 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
RGB | 200 | 184 | 192 | - |
CMYK | 0 | 0.08 | 0.04 | 0.22 |
HSL | 330º | 0.13% | 0.75% | - |
HSV(B) | 330º | 0.08% | 0.78% | - |
XYZ | 50.47 | 50.37 | 56.93 | - |
YUV | 189.7 | 129.3 | 135.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 184 | 192 | 0 | 0.08 | 0.04 | 0.22 | 330 | 0.13 | 0.75 |
Hex | C8 | B8 | C0 | 0 | 8 | 4 | 16 | 14A | D | 4B |
Octal | 310 | 270 | 300 | 0 | 10 | 4 | 26 | 512 | 15 | 113 |
Binary | 11001000 | 10111000 | 11000000 | 0 | 1000 | 100 | 10110 | 101001010 | 1101 | 1001011 |
Color Harmonies of #C8B8C0
Complementary color
Monochromatic Colors of #C8B8C0
Black with #C8B8C0
Text Example
Text Example
White with #C8B8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B8C0; }
p { color: rgb(200,184,192); }
H1.HeaderClassName
{
color: #C8B8C0;
}
.AnyTagClassName
{
color: #C8B8C0;
}
</style>
background-color css
<style>
a { background-color: #C8B8C0; }
a { background-color: rgb(200,184,192); }
div.DivClassName
{
background-color: #C8B8C0;
}
.BgClassName
{
background-color: #C8B8C0;
}
</style>
border-color css
<style>
span { border-color: #C8B8C0; }
span { border-color: rgb(200,184,192); }
td.TdClassName
{
border-color: #C8B8C0;
}
.TagClassName
{
border-color: #C8B8C0;
}
</style>