Shades of Maverick #C8BEC6
Tints of Maverick #C8BEC6
RGB
CMYK
RGB Variations
Color information
#C8BEC6 (or 0xC8BEC6) is known color: Maverick. HEX triplet: C8, BE and C6. RGB value is (200,190,198). Sum of RGB (Red+Green+Blue) = 200+190+198=588 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.01% from 588); Green value is 190 (74.61% from 255 or 32.31% from 588); Blue value is 198 (77.73% from 255 or 33.67% from 588); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BEC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BEC6 is #374139. Grayscale: #C1C1C1. Windows color (decimal): -3621178 or 13024968. OLE color: 13024968.
HSL color Cylindrical-coordinate representation of color #C8BEC6: hue angle of 312º degrees, saturation: 0.08, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C8BEC6 is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 190 | 198 | - |
| CMYK | 0 | 0.05 | 0.01 | 0.22 |
| HSL | 312º | 0.08% | 0.76% | - |
| HSV(B) | 312º | 0.05% | 0.78% | - |
| XYZ | 52.43 | 53.18 | 60.93 | - |
| YUV | 193.9 | 130.31 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 190 | 198 | 0 | 0.05 | 0.01 | 0.22 | 312 | 0.08 | 0.76 |
| Hex | C8 | BE | C6 | 0 | 5 | 1 | 16 | 138 | 8 | 4C |
| Octal | 310 | 276 | 306 | 0 | 5 | 1 | 26 | 470 | 10 | 114 |
| Binary | 11001000 | 10111110 | 11000110 | 0 | 101 | 1 | 10110 | 100111000 | 1000 | 1001100 |
Color Harmonies of #C8BEC6
Complementary color
Monochromatic Colors of #C8BEC6
Black with #C8BEC6
Text Example
Text Example
White with #C8BEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BEC6; }
p { color: rgb(200,190,198); }
H1.HeaderClassName
{
color: #C8BEC6;
}
.AnyTagClassName
{
color: #C8BEC6;
}
</style>
background-color css
<style>
a { background-color: #C8BEC6; }
a { background-color: rgb(200,190,198); }
div.DivClassName
{
background-color: #C8BEC6;
}
.BgClassName
{
background-color: #C8BEC6;
}
</style>
border-color css
<style>
span { border-color: #C8BEC6; }
span { border-color: rgb(200,190,198); }
td.TdClassName
{
border-color: #C8BEC6;
}
.TagClassName
{
border-color: #C8BEC6;
}
</style>