Shades of Maverick #C4B7C0
Tints of Maverick #C4B7C0
RGB
CMYK
RGB Variations
Color information
#C4B7C0 (or 0xC4B7C0) is known color: Maverick. HEX triplet: C4, B7 and C0. RGB value is (196,183,192). Sum of RGB (Red+Green+Blue) = 196+183+192=571 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.33% from 571); Green value is 183 (71.88% from 255 or 32.05% from 571); Blue value is 192 (75.39% from 255 or 33.63% from 571); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B7C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4B7C0 is #3B483F. Grayscale: #BBBBBB. Windows color (decimal): -3885120 or 12629956. OLE color: 12629956.
HSL color Cylindrical-coordinate representation of color #C4B7C0: hue angle of 318.46º degrees, saturation: 0.1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C4B7C0 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 183 | 192 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.23 |
| HSL | 318.46º | 0.1% | 0.74% | - |
| HSV(B) | 318.46º | 0.07% | 0.77% | - |
| XYZ | 49.21 | 49.41 | 56.81 | - |
| YUV | 187.91 | 130.31 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 183 | 192 | 0 | 0.07 | 0.02 | 0.23 | 318.46 | 0.1 | 0.74 |
| Hex | C4 | B7 | C0 | 0 | 7 | 2 | 17 | 13E | A | 4A |
| Octal | 304 | 267 | 300 | 0 | 7 | 2 | 27 | 476 | 12 | 112 |
| Binary | 11000100 | 10110111 | 11000000 | 0 | 111 | 10 | 10111 | 100111110 | 1010 | 1001010 |
Color Harmonies of #C4B7C0
Complementary color
Monochromatic Colors of #C4B7C0
Black with #C4B7C0
Text Example
Text Example
White with #C4B7C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B7C0; }
p { color: rgb(196,183,192); }
H1.HeaderClassName
{
color: #C4B7C0;
}
.AnyTagClassName
{
color: #C4B7C0;
}
</style>
background-color css
<style>
a { background-color: #C4B7C0; }
a { background-color: rgb(196,183,192); }
div.DivClassName
{
background-color: #C4B7C0;
}
.BgClassName
{
background-color: #C4B7C0;
}
</style>
border-color css
<style>
span { border-color: #C4B7C0; }
span { border-color: rgb(196,183,192); }
td.TdClassName
{
border-color: #C4B7C0;
}
.TagClassName
{
border-color: #C4B7C0;
}
</style>