Shades of Maverick #C2B9BC
Tints of Maverick #C2B9BC
RGB
CMYK
RGB Variations
Color information
#C2B9BC (or 0xC2B9BC) is known color: Maverick. HEX triplet: C2, B9 and BC. RGB value is (194,185,188). Sum of RGB (Red+Green+Blue) = 194+185+188=567 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.22% from 567); Green value is 185 (72.66% from 255 or 32.63% from 567); Blue value is 188 (73.83% from 255 or 33.16% from 567); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B9BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2B9BC is #3D4643. Grayscale: #BCBCBC. Windows color (decimal): -4015684 or 12368322. OLE color: 12368322.
HSL color Cylindrical-coordinate representation of color #C2B9BC: hue angle of 340º degrees, saturation: 0.07, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C2B9BC is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
RGB | 194 | 185 | 188 | - |
CMYK | 0 | 0.05 | 0.03 | 0.24 |
HSL | 340º | 0.07% | 0.74% | - |
HSV(B) | 340º | 0.05% | 0.76% | - |
XYZ | 48.67 | 49.8 | 54.62 | - |
YUV | 188.03 | 127.98 | 132.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 185 | 188 | 0 | 0.05 | 0.03 | 0.24 | 340 | 0.07 | 0.74 |
Hex | C2 | B9 | BC | 0 | 5 | 3 | 18 | 154 | 7 | 4A |
Octal | 302 | 271 | 274 | 0 | 5 | 3 | 30 | 524 | 7 | 112 |
Binary | 11000010 | 10111001 | 10111100 | 0 | 101 | 11 | 11000 | 101010100 | 111 | 1001010 |
Color Harmonies of #C2B9BC
Complementary color
Monochromatic Colors of #C2B9BC
Black with #C2B9BC
Text Example
Text Example
White with #C2B9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B9BC; }
p { color: rgb(194,185,188); }
H1.HeaderClassName
{
color: #C2B9BC;
}
.AnyTagClassName
{
color: #C2B9BC;
}
</style>
background-color css
<style>
a { background-color: #C2B9BC; }
a { background-color: rgb(194,185,188); }
div.DivClassName
{
background-color: #C2B9BC;
}
.BgClassName
{
background-color: #C2B9BC;
}
</style>
border-color css
<style>
span { border-color: #C2B9BC; }
span { border-color: rgb(194,185,188); }
td.TdClassName
{
border-color: #C2B9BC;
}
.TagClassName
{
border-color: #C2B9BC;
}
</style>