Shades of Maverick #C8BEC4
Tints of Maverick #C8BEC4
RGB
CMYK
RGB Variations
Color information
#C8BEC4 (or 0xC8BEC4) is known color: Maverick. HEX triplet: C8, BE and C4. RGB value is (200,190,196). Sum of RGB (Red+Green+Blue) = 200+190+196=586 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.13% from 586); Green value is 190 (74.61% from 255 or 32.42% from 586); Blue value is 196 (76.95% from 255 or 33.45% from 586); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BEC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BEC4 is #37413B. Grayscale: #C1C1C1. Windows color (decimal): -3621180 or 12893896. OLE color: 12893896.
HSL color Cylindrical-coordinate representation of color #C8BEC4: hue angle of 324º 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 #C8BEC4 is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 190 | 196 | - |
| CMYK | 0 | 0.05 | 0.02 | 0.22 |
| HSL | 324º | 0.08% | 0.76% | - |
| HSV(B) | 324º | 0.05% | 0.78% | - |
| XYZ | 52.2 | 53.09 | 59.72 | - |
| YUV | 193.67 | 129.31 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 190 | 196 | 0 | 0.05 | 0.02 | 0.22 | 324 | 0.08 | 0.76 |
| Hex | C8 | BE | C4 | 0 | 5 | 2 | 16 | 144 | 8 | 4C |
| Octal | 310 | 276 | 304 | 0 | 5 | 2 | 26 | 504 | 10 | 114 |
| Binary | 11001000 | 10111110 | 11000100 | 0 | 101 | 10 | 10110 | 101000100 | 1000 | 1001100 |
Color Harmonies of #C8BEC4
Complementary color
Monochromatic Colors of #C8BEC4
Black with #C8BEC4
Text Example
Text Example
White with #C8BEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BEC4; }
p { color: rgb(200,190,196); }
H1.HeaderClassName
{
color: #C8BEC4;
}
.AnyTagClassName
{
color: #C8BEC4;
}
</style>
background-color css
<style>
a { background-color: #C8BEC4; }
a { background-color: rgb(200,190,196); }
div.DivClassName
{
background-color: #C8BEC4;
}
.BgClassName
{
background-color: #C8BEC4;
}
</style>
border-color css
<style>
span { border-color: #C8BEC4; }
span { border-color: rgb(200,190,196); }
td.TdClassName
{
border-color: #C8BEC4;
}
.TagClassName
{
border-color: #C8BEC4;
}
</style>