Shades of Maverick #C8BCC5
Tints of Maverick #C8BCC5
RGB
CMYK
RGB Variations
Color information
#C8BCC5 (or 0xC8BCC5) is known color: Maverick. HEX triplet: C8, BC and C5. RGB value is (200,188,197). Sum of RGB (Red+Green+Blue) = 200+188+197=585 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.19% from 585); Green value is 188 (73.83% from 255 or 32.14% from 585); Blue value is 197 (77.34% from 255 or 33.68% from 585); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BCC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BCC5 is #37433A. Grayscale: #C0C0C0. Windows color (decimal): -3621691 or 12958920. OLE color: 12958920.
HSL color Cylindrical-coordinate representation of color #C8BCC5: hue angle of 315º degrees, saturation: 0.1, 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 #C8BCC5 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
RGB | 200 | 188 | 197 | - |
CMYK | 0 | 0.06 | 0.02 | 0.22 |
HSL | 315º | 0.1% | 0.76% | - |
HSV(B) | 315º | 0.06% | 0.78% | - |
XYZ | 51.88 | 52.28 | 60.18 | - |
YUV | 192.61 | 130.48 | 133.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 188 | 197 | 0 | 0.06 | 0.02 | 0.22 | 315 | 0.1 | 0.76 |
Hex | C8 | BC | C5 | 0 | 6 | 2 | 16 | 13B | A | 4C |
Octal | 310 | 274 | 305 | 0 | 6 | 2 | 26 | 473 | 12 | 114 |
Binary | 11001000 | 10111100 | 11000101 | 0 | 110 | 10 | 10110 | 100111011 | 1010 | 1001100 |
Color Harmonies of #C8BCC5
Complementary color
Monochromatic Colors of #C8BCC5
Black with #C8BCC5
Text Example
Text Example
White with #C8BCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BCC5; }
p { color: rgb(200,188,197); }
H1.HeaderClassName
{
color: #C8BCC5;
}
.AnyTagClassName
{
color: #C8BCC5;
}
</style>
background-color css
<style>
a { background-color: #C8BCC5; }
a { background-color: rgb(200,188,197); }
div.DivClassName
{
background-color: #C8BCC5;
}
.BgClassName
{
background-color: #C8BCC5;
}
</style>
border-color css
<style>
span { border-color: #C8BCC5; }
span { border-color: rgb(200,188,197); }
td.TdClassName
{
border-color: #C8BCC5;
}
.TagClassName
{
border-color: #C8BCC5;
}
</style>