Shades of Maverick #C5B7C2
Tints of Maverick #C5B7C2
RGB
CMYK
RGB Variations
Color information
#C5B7C2 (or 0xC5B7C2) is known color: Maverick. HEX triplet: C5, B7 and C2. RGB value is (197,183,194). Sum of RGB (Red+Green+Blue) = 197+183+194=574 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.32% from 574); Green value is 183 (71.88% from 255 or 31.88% from 574); Blue value is 194 (76.17% from 255 or 33.80% from 574); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B7C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5B7C2 is #3A483D. Grayscale: #BCBCBC. Windows color (decimal): -3819582 or 12761029. OLE color: 12761029.
HSL color Cylindrical-coordinate representation of color #C5B7C2: hue angle of 312.86º degrees, saturation: 0.11, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C5B7C2 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 183 | 194 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.23 |
| HSL | 312.86º | 0.11% | 0.75% | - |
| HSV(B) | 312.86º | 0.07% | 0.77% | - |
| XYZ | 49.7 | 49.63 | 58 | - |
| YUV | 188.44 | 131.14 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 183 | 194 | 0 | 0.07 | 0.02 | 0.23 | 312.86 | 0.11 | 0.75 |
| Hex | C5 | B7 | C2 | 0 | 7 | 2 | 17 | 139 | B | 4B |
| Octal | 305 | 267 | 302 | 0 | 7 | 2 | 27 | 471 | 13 | 113 |
| Binary | 11000101 | 10110111 | 11000010 | 0 | 111 | 10 | 10111 | 100111001 | 1011 | 1001011 |
Color Harmonies of #C5B7C2
Complementary color
Monochromatic Colors of #C5B7C2
Black with #C5B7C2
Text Example
Text Example
White with #C5B7C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B7C2; }
p { color: rgb(197,183,194); }
H1.HeaderClassName
{
color: #C5B7C2;
}
.AnyTagClassName
{
color: #C5B7C2;
}
</style>
background-color css
<style>
a { background-color: #C5B7C2; }
a { background-color: rgb(197,183,194); }
div.DivClassName
{
background-color: #C5B7C2;
}
.BgClassName
{
background-color: #C5B7C2;
}
</style>
border-color css
<style>
span { border-color: #C5B7C2; }
span { border-color: rgb(197,183,194); }
td.TdClassName
{
border-color: #C5B7C2;
}
.TagClassName
{
border-color: #C5B7C2;
}
</style>