Shades of Maverick #C2B3BB
Tints of Maverick #C2B3BB
RGB
CMYK
RGB Variations
Color information
#C2B3BB (or 0xC2B3BB) is known color: Maverick. HEX triplet: C2, B3 and BB. RGB value is (194,179,187). Sum of RGB (Red+Green+Blue) = 194+179+187=560 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.64% from 560); Green value is 179 (70.31% from 255 or 31.96% from 560); Blue value is 187 (73.44% from 255 or 33.39% from 560); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B3BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2B3BB is #3D4C44. Grayscale: #B8B8B8. Windows color (decimal): -4017221 or 12301250. OLE color: 12301250.
HSL color Cylindrical-coordinate representation of color #C2B3BB: hue angle of 328º degrees, saturation: 0.11, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C2B3BB is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 179 | 187 | - |
| CMYK | 0 | 0.08 | 0.04 | 0.24 |
| HSL | 328º | 0.11% | 0.73% | - |
| HSV(B) | 328º | 0.08% | 0.76% | - |
| XYZ | 47.34 | 47.3 | 53.65 | - |
| YUV | 184.4 | 129.47 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 179 | 187 | 0 | 0.08 | 0.04 | 0.24 | 328 | 0.11 | 0.73 |
| Hex | C2 | B3 | BB | 0 | 8 | 4 | 18 | 148 | B | 49 |
| Octal | 302 | 263 | 273 | 0 | 10 | 4 | 30 | 510 | 13 | 111 |
| Binary | 11000010 | 10110011 | 10111011 | 0 | 1000 | 100 | 11000 | 101001000 | 1011 | 1001001 |
Color Harmonies of #C2B3BB
Complementary color
Monochromatic Colors of #C2B3BB
Black with #C2B3BB
Text Example
Text Example
White with #C2B3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B3BB; }
p { color: rgb(194,179,187); }
H1.HeaderClassName
{
color: #C2B3BB;
}
.AnyTagClassName
{
color: #C2B3BB;
}
</style>
background-color css
<style>
a { background-color: #C2B3BB; }
a { background-color: rgb(194,179,187); }
div.DivClassName
{
background-color: #C2B3BB;
}
.BgClassName
{
background-color: #C2B3BB;
}
</style>
border-color css
<style>
span { border-color: #C2B3BB; }
span { border-color: rgb(194,179,187); }
td.TdClassName
{
border-color: #C2B3BB;
}
.TagClassName
{
border-color: #C2B3BB;
}
</style>