Shades of Maverick #C2B7BC
Tints of Maverick #C2B7BC
RGB
CMYK
RGB Variations
Color information
#C2B7BC (or 0xC2B7BC) is known color: Maverick. HEX triplet: C2, B7 and BC. RGB value is (194,183,188). Sum of RGB (Red+Green+Blue) = 194+183+188=565 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.34% from 565); Green value is 183 (71.88% from 255 or 32.39% from 565); Blue value is 188 (73.83% from 255 or 33.27% from 565); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B7BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2B7BC is #3D4843. Grayscale: #BABABA. Windows color (decimal): -4016196 or 12367810. OLE color: 12367810.
HSL color Cylindrical-coordinate representation of color #C2B7BC: hue angle of 332.73º 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 #C2B7BC is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
RGB | 194 | 183 | 188 | - |
CMYK | 0 | 0.06 | 0.03 | 0.24 |
HSL | 332.73º | 0.08% | 0.74% | - |
HSV(B) | 332.73º | 0.06% | 0.76% | - |
XYZ | 48.26 | 48.97 | 54.49 | - |
YUV | 186.86 | 128.64 | 133.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 183 | 188 | 0 | 0.06 | 0.03 | 0.24 | 332.73 | 0.08 | 0.74 |
Hex | C2 | B7 | BC | 0 | 6 | 3 | 18 | 14D | 8 | 4A |
Octal | 302 | 267 | 274 | 0 | 6 | 3 | 30 | 515 | 10 | 112 |
Binary | 11000010 | 10110111 | 10111100 | 0 | 110 | 11 | 11000 | 101001101 | 1000 | 1001010 |
Color Harmonies of #C2B7BC
Complementary color
Monochromatic Colors of #C2B7BC
Black with #C2B7BC
Text Example
Text Example
White with #C2B7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B7BC; }
p { color: rgb(194,183,188); }
H1.HeaderClassName
{
color: #C2B7BC;
}
.AnyTagClassName
{
color: #C2B7BC;
}
</style>
background-color css
<style>
a { background-color: #C2B7BC; }
a { background-color: rgb(194,183,188); }
div.DivClassName
{
background-color: #C2B7BC;
}
.BgClassName
{
background-color: #C2B7BC;
}
</style>
border-color css
<style>
span { border-color: #C2B7BC; }
span { border-color: rgb(194,183,188); }
td.TdClassName
{
border-color: #C2B7BC;
}
.TagClassName
{
border-color: #C2B7BC;
}
</style>