Shades of Maverick #C4B3BD
Tints of Maverick #C4B3BD
RGB
CMYK
RGB Variations
Color information
#C4B3BD (or 0xC4B3BD) is known color: Maverick. HEX triplet: C4, B3 and BD. RGB value is (196,179,189). Sum of RGB (Red+Green+Blue) = 196+179+189=564 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.75% from 564); Green value is 179 (70.31% from 255 or 31.74% from 564); Blue value is 189 (74.22% from 255 or 33.51% from 564); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B3BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4B3BD is #3B4C42. Grayscale: #B9B9B9. Windows color (decimal): -3886147 or 12432324. OLE color: 12432324.
HSL color Cylindrical-coordinate representation of color #C4B3BD: hue angle of 324.71º degrees, saturation: 0.13, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C4B3BD is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 179 | 189 | - |
| CMYK | 0 | 0.09 | 0.04 | 0.23 |
| HSL | 324.71º | 0.13% | 0.74% | - |
| HSV(B) | 324.71º | 0.09% | 0.77% | - |
| XYZ | 48.07 | 47.65 | 54.81 | - |
| YUV | 185.22 | 130.13 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 179 | 189 | 0 | 0.09 | 0.04 | 0.23 | 324.71 | 0.13 | 0.74 |
| Hex | C4 | B3 | BD | 0 | 9 | 4 | 17 | 145 | D | 4A |
| Octal | 304 | 263 | 275 | 0 | 11 | 4 | 27 | 505 | 15 | 112 |
| Binary | 11000100 | 10110011 | 10111101 | 0 | 1001 | 100 | 10111 | 101000101 | 1101 | 1001010 |
Color Harmonies of #C4B3BD
Complementary color
Monochromatic Colors of #C4B3BD
Black with #C4B3BD
Text Example
Text Example
White with #C4B3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B3BD; }
p { color: rgb(196,179,189); }
H1.HeaderClassName
{
color: #C4B3BD;
}
.AnyTagClassName
{
color: #C4B3BD;
}
</style>
background-color css
<style>
a { background-color: #C4B3BD; }
a { background-color: rgb(196,179,189); }
div.DivClassName
{
background-color: #C4B3BD;
}
.BgClassName
{
background-color: #C4B3BD;
}
</style>
border-color css
<style>
span { border-color: #C4B3BD; }
span { border-color: rgb(196,179,189); }
td.TdClassName
{
border-color: #C4B3BD;
}
.TagClassName
{
border-color: #C4B3BD;
}
</style>