Shades of Maverick #C5B2BD
Tints of Maverick #C5B2BD
RGB
CMYK
RGB Variations
Color information
#C5B2BD (or 0xC5B2BD) is known color: Maverick. HEX triplet: C5, B2 and BD. RGB value is (197,178,189). Sum of RGB (Red+Green+Blue) = 197+178+189=564 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.93% from 564); Green value is 178 (69.92% from 255 or 31.56% from 564); Blue value is 189 (74.22% from 255 or 33.51% from 564); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B2BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5B2BD is #3A4D42. Grayscale: #B8B8B8. Windows color (decimal): -3820867 or 12432069. OLE color: 12432069.
HSL color Cylindrical-coordinate representation of color #C5B2BD: hue angle of 325.26º 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 #C5B2BD is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 178 | 189 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.23 |
| HSL | 325.26º | 0.14% | 0.74% | - |
| HSV(B) | 325.26º | 0.1% | 0.77% | - |
| XYZ | 48.13 | 47.39 | 54.75 | - |
| YUV | 184.94 | 130.29 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 178 | 189 | 0 | 0.10 | 0.04 | 0.23 | 325.26 | 0.14 | 0.74 |
| Hex | C5 | B2 | BD | 0 | A | 4 | 17 | 145 | E | 4A |
| Octal | 305 | 262 | 275 | 0 | 12 | 4 | 27 | 505 | 16 | 112 |
| Binary | 11000101 | 10110010 | 10111101 | 0 | 1010 | 100 | 10111 | 101000101 | 1110 | 1001010 |
Color Harmonies of #C5B2BD
Complementary color
Monochromatic Colors of #C5B2BD
Black with #C5B2BD
Text Example
Text Example
White with #C5B2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B2BD; }
p { color: rgb(197,178,189); }
H1.HeaderClassName
{
color: #C5B2BD;
}
.AnyTagClassName
{
color: #C5B2BD;
}
</style>
background-color css
<style>
a { background-color: #C5B2BD; }
a { background-color: rgb(197,178,189); }
div.DivClassName
{
background-color: #C5B2BD;
}
.BgClassName
{
background-color: #C5B2BD;
}
</style>
border-color css
<style>
span { border-color: #C5B2BD; }
span { border-color: rgb(197,178,189); }
td.TdClassName
{
border-color: #C5B2BD;
}
.TagClassName
{
border-color: #C5B2BD;
}
</style>