Shades of Maverick #C4B3BE
Tints of Maverick #C4B3BE
RGB
CMYK
RGB Variations
Color information
#C4B3BE (or 0xC4B3BE) is known color: Maverick. HEX triplet: C4, B3 and BE. RGB value is (196,179,190). Sum of RGB (Red+Green+Blue) = 196+179+190=565 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.69% from 565); Green value is 179 (70.31% from 255 or 31.68% from 565); Blue value is 190 (74.61% from 255 or 33.63% from 565); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B3BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4B3BE is #3B4C41. Grayscale: #B9B9B9. Windows color (decimal): -3886146 or 12497860. OLE color: 12497860.
HSL color Cylindrical-coordinate representation of color #C4B3BE: hue angle of 321.18º 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 #C4B3BE is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 179 | 190 | - |
| CMYK | 0 | 0.09 | 0.03 | 0.23 |
| HSL | 321.18º | 0.13% | 0.74% | - |
| HSV(B) | 321.18º | 0.09% | 0.77% | - |
| XYZ | 48.18 | 47.69 | 55.38 | - |
| YUV | 185.34 | 130.63 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 179 | 190 | 0 | 0.09 | 0.03 | 0.23 | 321.18 | 0.13 | 0.74 |
| Hex | C4 | B3 | BE | 0 | 9 | 3 | 17 | 141 | D | 4A |
| Octal | 304 | 263 | 276 | 0 | 11 | 3 | 27 | 501 | 15 | 112 |
| Binary | 11000100 | 10110011 | 10111110 | 0 | 1001 | 11 | 10111 | 101000001 | 1101 | 1001010 |
Color Harmonies of #C4B3BE
Complementary color
Monochromatic Colors of #C4B3BE
Black with #C4B3BE
Text Example
Text Example
White with #C4B3BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B3BE; }
p { color: rgb(196,179,190); }
H1.HeaderClassName
{
color: #C4B3BE;
}
.AnyTagClassName
{
color: #C4B3BE;
}
</style>
background-color css
<style>
a { background-color: #C4B3BE; }
a { background-color: rgb(196,179,190); }
div.DivClassName
{
background-color: #C4B3BE;
}
.BgClassName
{
background-color: #C4B3BE;
}
</style>
border-color css
<style>
span { border-color: #C4B3BE; }
span { border-color: rgb(196,179,190); }
td.TdClassName
{
border-color: #C4B3BE;
}
.TagClassName
{
border-color: #C4B3BE;
}
</style>