Shades of Maverick #C4BEC1
Tints of Maverick #C4BEC1
RGB
CMYK
RGB Variations
Color information
#C4BEC1 (or 0xC4BEC1) is known color: Maverick. HEX triplet: C4, BE and C1. RGB value is (196,190,193). Sum of RGB (Red+Green+Blue) = 196+190+193=579 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.85% from 579); Green value is 190 (74.61% from 255 or 32.82% from 579); Blue value is 193 (75.78% from 255 or 33.33% from 579); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BEC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BEC1 is #3B413E. Grayscale: #C0C0C0. Windows color (decimal): -3883327 or 12697284. OLE color: 12697284.
HSL color Cylindrical-coordinate representation of color #C4BEC1: hue angle of 330º degrees, saturation: 0.05, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C4BEC1 is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
RGB | 196 | 190 | 193 | - |
CMYK | 0 | 0.03 | 0.02 | 0.23 |
HSL | 330º | 0.05% | 0.76% | - |
HSV(B) | 330º | 0.03% | 0.77% | - |
XYZ | 50.8 | 52.41 | 57.89 | - |
YUV | 192.14 | 128.49 | 130.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 196 | 190 | 193 | 0 | 0.03 | 0.02 | 0.23 | 330 | 0.05 | 0.76 |
Hex | C4 | BE | C1 | 0 | 3 | 2 | 17 | 14A | 5 | 4C |
Octal | 304 | 276 | 301 | 0 | 3 | 2 | 27 | 512 | 5 | 114 |
Binary | 11000100 | 10111110 | 11000001 | 0 | 11 | 10 | 10111 | 101001010 | 101 | 1001100 |
Color Harmonies of #C4BEC1
Complementary color
Monochromatic Colors of #C4BEC1
Black with #C4BEC1
Text Example
Text Example
White with #C4BEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BEC1; }
p { color: rgb(196,190,193); }
H1.HeaderClassName
{
color: #C4BEC1;
}
.AnyTagClassName
{
color: #C4BEC1;
}
</style>
background-color css
<style>
a { background-color: #C4BEC1; }
a { background-color: rgb(196,190,193); }
div.DivClassName
{
background-color: #C4BEC1;
}
.BgClassName
{
background-color: #C4BEC1;
}
</style>
border-color css
<style>
span { border-color: #C4BEC1; }
span { border-color: rgb(196,190,193); }
td.TdClassName
{
border-color: #C4BEC1;
}
.TagClassName
{
border-color: #C4BEC1;
}
</style>