Shades of Maverick #C5B2BF
Tints of Maverick #C5B2BF
RGB
CMYK
RGB Variations
Color information
#C5B2BF (or 0xC5B2BF) is known color: Maverick. HEX triplet: C5, B2 and BF. RGB value is (197,178,191). Sum of RGB (Red+Green+Blue) = 197+178+191=566 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.81% from 566); Green value is 178 (69.92% from 255 or 31.45% from 566); Blue value is 191 (75% from 255 or 33.75% from 566); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B2BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5B2BF is #3A4D40. Grayscale: #B9B9B9. Windows color (decimal): -3820865 or 12563141. OLE color: 12563141.
HSL color Cylindrical-coordinate representation of color #C5B2BF: hue angle of 318.95º degrees, saturation: 0.14, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C5B2BF is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 178 | 191 | - |
| CMYK | 0 | 0.10 | 0.03 | 0.23 |
| HSL | 318.95º | 0.14% | 0.74% | - |
| HSV(B) | 318.95º | 0.1% | 0.77% | - |
| XYZ | 48.35 | 47.47 | 55.91 | - |
| YUV | 185.16 | 131.29 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 178 | 191 | 0 | 0.10 | 0.03 | 0.23 | 318.95 | 0.14 | 0.74 |
| Hex | C5 | B2 | BF | 0 | A | 3 | 17 | 13F | E | 4A |
| Octal | 305 | 262 | 277 | 0 | 12 | 3 | 27 | 477 | 16 | 112 |
| Binary | 11000101 | 10110010 | 10111111 | 0 | 1010 | 11 | 10111 | 100111111 | 1110 | 1001010 |
Color Harmonies of #C5B2BF
Complementary color
Monochromatic Colors of #C5B2BF
Black with #C5B2BF
Text Example
Text Example
White with #C5B2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B2BF; }
p { color: rgb(197,178,191); }
H1.HeaderClassName
{
color: #C5B2BF;
}
.AnyTagClassName
{
color: #C5B2BF;
}
</style>
background-color css
<style>
a { background-color: #C5B2BF; }
a { background-color: rgb(197,178,191); }
div.DivClassName
{
background-color: #C5B2BF;
}
.BgClassName
{
background-color: #C5B2BF;
}
</style>
border-color css
<style>
span { border-color: #C5B2BF; }
span { border-color: rgb(197,178,191); }
td.TdClassName
{
border-color: #C5B2BF;
}
.TagClassName
{
border-color: #C5B2BF;
}
</style>