Shades of Maverick #C4BEC3
Tints of Maverick #C4BEC3
RGB
CMYK
RGB Variations
Color information
#C4BEC3 (or 0xC4BEC3) is known color: Maverick. HEX triplet: C4, BE and C3. RGB value is (196,190,195). Sum of RGB (Red+Green+Blue) = 196+190+195=581 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.73% from 581); Green value is 190 (74.61% from 255 or 32.70% from 581); Blue value is 195 (76.56% from 255 or 33.56% from 581); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BEC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BEC3 is #3B413C. Grayscale: #C0C0C0. Windows color (decimal): -3883325 or 12828356. OLE color: 12828356.
HSL color Cylindrical-coordinate representation of color #C4BEC3: hue angle of 310º 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 #C4BEC3 is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.23.
Color convert
RGB | 196 | 190 | 195 | - |
CMYK | 0 | 0.03 | 0.01 | 0.23 |
HSL | 310º | 0.05% | 0.76% | - |
HSV(B) | 310º | 0.03% | 0.77% | - |
XYZ | 51.03 | 52.5 | 59.07 | - |
YUV | 192.36 | 129.49 | 130.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 196 | 190 | 195 | 0 | 0.03 | 0.01 | 0.23 | 310 | 0.05 | 0.76 |
Hex | C4 | BE | C3 | 0 | 3 | 1 | 17 | 136 | 5 | 4C |
Octal | 304 | 276 | 303 | 0 | 3 | 1 | 27 | 466 | 5 | 114 |
Binary | 11000100 | 10111110 | 11000011 | 0 | 11 | 1 | 10111 | 100110110 | 101 | 1001100 |
Color Harmonies of #C4BEC3
Complementary color
Monochromatic Colors of #C4BEC3
Black with #C4BEC3
Text Example
Text Example
White with #C4BEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BEC3; }
p { color: rgb(196,190,195); }
H1.HeaderClassName
{
color: #C4BEC3;
}
.AnyTagClassName
{
color: #C4BEC3;
}
</style>
background-color css
<style>
a { background-color: #C4BEC3; }
a { background-color: rgb(196,190,195); }
div.DivClassName
{
background-color: #C4BEC3;
}
.BgClassName
{
background-color: #C4BEC3;
}
</style>
border-color css
<style>
span { border-color: #C4BEC3; }
span { border-color: rgb(196,190,195); }
td.TdClassName
{
border-color: #C4BEC3;
}
.TagClassName
{
border-color: #C4BEC3;
}
</style>