Shades of Maverick #C2B3BF
Tints of Maverick #C2B3BF
RGB
CMYK
RGB Variations
Color information
#C2B3BF (or 0xC2B3BF) is known color: Maverick. HEX triplet: C2, B3 and BF. RGB value is (194,179,191). Sum of RGB (Red+Green+Blue) = 194+179+191=564 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.40% from 564); Green value is 179 (70.31% from 255 or 31.74% from 564); Blue value is 191 (75% from 255 or 33.87% from 564); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B3BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2B3BF is #3D4C40. Grayscale: #B8B8B8. Windows color (decimal): -4017217 or 12563394. OLE color: 12563394.
HSL color Cylindrical-coordinate representation of color #C2B3BF: hue angle of 312º 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 #C2B3BF is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 179 | 191 | - |
| CMYK | 0 | 0.08 | 0.02 | 0.24 |
| HSL | 312º | 0.11% | 0.73% | - |
| HSV(B) | 312º | 0.08% | 0.76% | - |
| XYZ | 47.77 | 47.47 | 55.94 | - |
| YUV | 184.85 | 131.47 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 179 | 191 | 0 | 0.08 | 0.02 | 0.24 | 312 | 0.11 | 0.73 |
| Hex | C2 | B3 | BF | 0 | 8 | 2 | 18 | 138 | B | 49 |
| Octal | 302 | 263 | 277 | 0 | 10 | 2 | 30 | 470 | 13 | 111 |
| Binary | 11000010 | 10110011 | 10111111 | 0 | 1000 | 10 | 11000 | 100111000 | 1011 | 1001001 |
Color Harmonies of #C2B3BF
Complementary color
Monochromatic Colors of #C2B3BF
Black with #C2B3BF
Text Example
Text Example
White with #C2B3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B3BF; }
p { color: rgb(194,179,191); }
H1.HeaderClassName
{
color: #C2B3BF;
}
.AnyTagClassName
{
color: #C2B3BF;
}
</style>
background-color css
<style>
a { background-color: #C2B3BF; }
a { background-color: rgb(194,179,191); }
div.DivClassName
{
background-color: #C2B3BF;
}
.BgClassName
{
background-color: #C2B3BF;
}
</style>
border-color css
<style>
span { border-color: #C2B3BF; }
span { border-color: rgb(194,179,191); }
td.TdClassName
{
border-color: #C2B3BF;
}
.TagClassName
{
border-color: #C2B3BF;
}
</style>