Shades of Maverick #C5B2BC
Tints of Maverick #C5B2BC
RGB
CMYK
RGB Variations
Color information
#C5B2BC (or 0xC5B2BC) is known color: Maverick. HEX triplet: C5, B2 and BC. RGB value is (197,178,188). Sum of RGB (Red+Green+Blue) = 197+178+188=563 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.99% from 563); Green value is 178 (69.92% from 255 or 31.62% from 563); Blue value is 188 (73.83% from 255 or 33.39% from 563); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B2BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5B2BC is #3A4D43. Grayscale: #B8B8B8. Windows color (decimal): -3820868 or 12366533. OLE color: 12366533.
HSL color Cylindrical-coordinate representation of color #C5B2BC: hue angle of 328.42º 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 #C5B2BC is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 178 | 188 | - |
| CMYK | 0 | 0.10 | 0.05 | 0.23 |
| HSL | 328.42º | 0.14% | 0.74% | - |
| HSV(B) | 328.42º | 0.1% | 0.77% | - |
| XYZ | 48.02 | 47.34 | 54.18 | - |
| YUV | 184.82 | 129.79 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 178 | 188 | 0 | 0.10 | 0.05 | 0.23 | 328.42 | 0.14 | 0.74 |
| Hex | C5 | B2 | BC | 0 | A | 5 | 17 | 148 | E | 4A |
| Octal | 305 | 262 | 274 | 0 | 12 | 5 | 27 | 510 | 16 | 112 |
| Binary | 11000101 | 10110010 | 10111100 | 0 | 1010 | 101 | 10111 | 101001000 | 1110 | 1001010 |
Color Harmonies of #C5B2BC
Complementary color
Monochromatic Colors of #C5B2BC
Black with #C5B2BC
Text Example
Text Example
White with #C5B2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B2BC; }
p { color: rgb(197,178,188); }
H1.HeaderClassName
{
color: #C5B2BC;
}
.AnyTagClassName
{
color: #C5B2BC;
}
</style>
background-color css
<style>
a { background-color: #C5B2BC; }
a { background-color: rgb(197,178,188); }
div.DivClassName
{
background-color: #C5B2BC;
}
.BgClassName
{
background-color: #C5B2BC;
}
</style>
border-color css
<style>
span { border-color: #C5B2BC; }
span { border-color: rgb(197,178,188); }
td.TdClassName
{
border-color: #C5B2BC;
}
.TagClassName
{
border-color: #C5B2BC;
}
</style>