Shades of Maverick #C2B7BF
Tints of Maverick #C2B7BF
RGB
CMYK
RGB Variations
Color information
#C2B7BF (or 0xC2B7BF) is known color: Maverick. HEX triplet: C2, B7 and BF. RGB value is (194,183,191). Sum of RGB (Red+Green+Blue) = 194+183+191=568 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.15% from 568); Green value is 183 (71.88% from 255 or 32.22% from 568); Blue value is 191 (75% from 255 or 33.63% from 568); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B7BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2B7BF is #3D4840. Grayscale: #BBBBBB. Windows color (decimal): -4016193 or 12564418. OLE color: 12564418.
HSL color Cylindrical-coordinate representation of color #C2B7BF: hue angle of 316.36º degrees, saturation: 0.08, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C2B7BF is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 183 | 191 | - |
| CMYK | 0 | 0.06 | 0.02 | 0.24 |
| HSL | 316.36º | 0.08% | 0.74% | - |
| HSV(B) | 316.36º | 0.06% | 0.76% | - |
| XYZ | 48.59 | 49.1 | 56.21 | - |
| YUV | 187.2 | 130.14 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 183 | 191 | 0 | 0.06 | 0.02 | 0.24 | 316.36 | 0.08 | 0.74 |
| Hex | C2 | B7 | BF | 0 | 6 | 2 | 18 | 13C | 8 | 4A |
| Octal | 302 | 267 | 277 | 0 | 6 | 2 | 30 | 474 | 10 | 112 |
| Binary | 11000010 | 10110111 | 10111111 | 0 | 110 | 10 | 11000 | 100111100 | 1000 | 1001010 |
Color Harmonies of #C2B7BF
Complementary color
Monochromatic Colors of #C2B7BF
Black with #C2B7BF
Text Example
Text Example
White with #C2B7BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B7BF; }
p { color: rgb(194,183,191); }
H1.HeaderClassName
{
color: #C2B7BF;
}
.AnyTagClassName
{
color: #C2B7BF;
}
</style>
background-color css
<style>
a { background-color: #C2B7BF; }
a { background-color: rgb(194,183,191); }
div.DivClassName
{
background-color: #C2B7BF;
}
.BgClassName
{
background-color: #C2B7BF;
}
</style>
border-color css
<style>
span { border-color: #C2B7BF; }
span { border-color: rgb(194,183,191); }
td.TdClassName
{
border-color: #C2B7BF;
}
.TagClassName
{
border-color: #C2B7BF;
}
</style>