Shades of Maverick #C4B2BD
Tints of Maverick #C4B2BD
RGB
CMYK
RGB Variations
Color information
#C4B2BD (or 0xC4B2BD) is known color: Maverick. HEX triplet: C4, B2 and BD. RGB value is (196,178,189). Sum of RGB (Red+Green+Blue) = 196+178+189=563 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.81% from 563); Green value is 178 (69.92% from 255 or 31.62% from 563); Blue value is 189 (74.22% from 255 or 33.57% from 563); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B2BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4B2BD is #3B4D42. Grayscale: #B8B8B8. Windows color (decimal): -3886403 or 12432068. OLE color: 12432068.
HSL color Cylindrical-coordinate representation of color #C4B2BD: hue angle of 323.33º degrees, saturation: 0.13, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C4B2BD is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 178 | 189 | - |
| CMYK | 0 | 0.09 | 0.04 | 0.23 |
| HSL | 323.33º | 0.13% | 0.73% | - |
| HSV(B) | 323.33º | 0.09% | 0.77% | - |
| XYZ | 47.87 | 47.25 | 54.74 | - |
| YUV | 184.64 | 130.46 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 178 | 189 | 0 | 0.09 | 0.04 | 0.23 | 323.33 | 0.13 | 0.73 |
| Hex | C4 | B2 | BD | 0 | 9 | 4 | 17 | 143 | D | 49 |
| Octal | 304 | 262 | 275 | 0 | 11 | 4 | 27 | 503 | 15 | 111 |
| Binary | 11000100 | 10110010 | 10111101 | 0 | 1001 | 100 | 10111 | 101000011 | 1101 | 1001001 |
Color Harmonies of #C4B2BD
Complementary color
Monochromatic Colors of #C4B2BD
Black with #C4B2BD
Text Example
Text Example
White with #C4B2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B2BD; }
p { color: rgb(196,178,189); }
H1.HeaderClassName
{
color: #C4B2BD;
}
.AnyTagClassName
{
color: #C4B2BD;
}
</style>
background-color css
<style>
a { background-color: #C4B2BD; }
a { background-color: rgb(196,178,189); }
div.DivClassName
{
background-color: #C4B2BD;
}
.BgClassName
{
background-color: #C4B2BD;
}
</style>
border-color css
<style>
span { border-color: #C4B2BD; }
span { border-color: rgb(196,178,189); }
td.TdClassName
{
border-color: #C4B2BD;
}
.TagClassName
{
border-color: #C4B2BD;
}
</style>