Shades of Maverick #C2B0B9
Tints of Maverick #C2B0B9
RGB
CMYK
RGB Variations
Color information
#C2B0B9 (or 0xC2B0B9) is known color: Maverick. HEX triplet: C2, B0 and B9. RGB value is (194,176,185). Sum of RGB (Red+Green+Blue) = 194+176+185=555 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.95% from 555); Green value is 176 (69.14% from 255 or 31.71% from 555); Blue value is 185 (72.66% from 255 or 33.33% from 555); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B0B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2B0B9 is #3D4F46. Grayscale: #B6B6B6. Windows color (decimal): -4017991 or 12169410. OLE color: 12169410.
HSL color Cylindrical-coordinate representation of color #C2B0B9: hue angle of 330º degrees, saturation: 0.13, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C2B0B9 is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
RGB | 194 | 176 | 185 | - |
CMYK | 0 | 0.09 | 0.05 | 0.24 |
HSL | 330º | 0.13% | 0.73% | - |
HSV(B) | 330º | 0.09% | 0.76% | - |
XYZ | 46.53 | 46.02 | 52.33 | - |
YUV | 182.41 | 129.46 | 136.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 176 | 185 | 0 | 0.09 | 0.05 | 0.24 | 330 | 0.13 | 0.73 |
Hex | C2 | B0 | B9 | 0 | 9 | 5 | 18 | 14A | D | 49 |
Octal | 302 | 260 | 271 | 0 | 11 | 5 | 30 | 512 | 15 | 111 |
Binary | 11000010 | 10110000 | 10111001 | 0 | 1001 | 101 | 11000 | 101001010 | 1101 | 1001001 |
Color Harmonies of #C2B0B9
Complementary color
Monochromatic Colors of #C2B0B9
Black with #C2B0B9
Text Example
Text Example
White with #C2B0B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B0B9; }
p { color: rgb(194,176,185); }
H1.HeaderClassName
{
color: #C2B0B9;
}
.AnyTagClassName
{
color: #C2B0B9;
}
</style>
background-color css
<style>
a { background-color: #C2B0B9; }
a { background-color: rgb(194,176,185); }
div.DivClassName
{
background-color: #C2B0B9;
}
.BgClassName
{
background-color: #C2B0B9;
}
</style>
border-color css
<style>
span { border-color: #C2B0B9; }
span { border-color: rgb(194,176,185); }
td.TdClassName
{
border-color: #C2B0B9;
}
.TagClassName
{
border-color: #C2B0B9;
}
</style>