Shades of Maverick #C8BBC5
Tints of Maverick #C8BBC5
RGB
CMYK
RGB Variations
Color information
#C8BBC5 (or 0xC8BBC5) is known color: Maverick. HEX triplet: C8, BB and C5. RGB value is (200,187,197). Sum of RGB (Red+Green+Blue) = 200+187+197=584 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.25% from 584); Green value is 187 (73.44% from 255 or 32.02% from 584); Blue value is 197 (77.34% from 255 or 33.73% from 584); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BBC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BBC5 is #37443A. Grayscale: #C0C0C0. Windows color (decimal): -3621947 or 12958664. OLE color: 12958664.
HSL color Cylindrical-coordinate representation of color #C8BBC5: hue angle of 313.85º degrees, saturation: 0.11, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C8BBC5 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
RGB | 200 | 187 | 197 | - |
CMYK | 0 | 0.06 | 0.02 | 0.22 |
HSL | 313.85º | 0.11% | 0.76% | - |
HSV(B) | 313.85º | 0.07% | 0.78% | - |
XYZ | 51.67 | 51.85 | 60.11 | - |
YUV | 192.03 | 130.81 | 133.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 187 | 197 | 0 | 0.06 | 0.02 | 0.22 | 313.85 | 0.11 | 0.76 |
Hex | C8 | BB | C5 | 0 | 6 | 2 | 16 | 13A | B | 4C |
Octal | 310 | 273 | 305 | 0 | 6 | 2 | 26 | 472 | 13 | 114 |
Binary | 11001000 | 10111011 | 11000101 | 0 | 110 | 10 | 10110 | 100111010 | 1011 | 1001100 |
Color Harmonies of #C8BBC5
Complementary color
Monochromatic Colors of #C8BBC5
Black with #C8BBC5
Text Example
Text Example
White with #C8BBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BBC5; }
p { color: rgb(200,187,197); }
H1.HeaderClassName
{
color: #C8BBC5;
}
.AnyTagClassName
{
color: #C8BBC5;
}
</style>
background-color css
<style>
a { background-color: #C8BBC5; }
a { background-color: rgb(200,187,197); }
div.DivClassName
{
background-color: #C8BBC5;
}
.BgClassName
{
background-color: #C8BBC5;
}
</style>
border-color css
<style>
span { border-color: #C8BBC5; }
span { border-color: rgb(200,187,197); }
td.TdClassName
{
border-color: #C8BBC5;
}
.TagClassName
{
border-color: #C8BBC5;
}
</style>