Shades of Maverick #C2B4BD
Tints of Maverick #C2B4BD
RGB
CMYK
RGB Variations
Color information
#C2B4BD (or 0xC2B4BD) is known color: Maverick. HEX triplet: C2, B4 and BD. RGB value is (194,180,189). Sum of RGB (Red+Green+Blue) = 194+180+189=563 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.46% from 563); Green value is 180 (70.70% from 255 or 31.97% from 563); Blue value is 189 (74.22% from 255 or 33.57% from 563); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B4BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2B4BD is #3D4B42. Grayscale: #B9B9B9. Windows color (decimal): -4016963 or 12432578. OLE color: 12432578.
HSL color Cylindrical-coordinate representation of color #C2B4BD: hue angle of 321.43º degrees, saturation: 0.1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C2B4BD is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 180 | 189 | - |
| CMYK | 0 | 0.07 | 0.03 | 0.24 |
| HSL | 321.43º | 0.1% | 0.73% | - |
| HSV(B) | 321.43º | 0.07% | 0.76% | - |
| XYZ | 47.75 | 47.79 | 54.85 | - |
| YUV | 185.21 | 130.14 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 180 | 189 | 0 | 0.07 | 0.03 | 0.24 | 321.43 | 0.1 | 0.73 |
| Hex | C2 | B4 | BD | 0 | 7 | 3 | 18 | 141 | A | 49 |
| Octal | 302 | 264 | 275 | 0 | 7 | 3 | 30 | 501 | 12 | 111 |
| Binary | 11000010 | 10110100 | 10111101 | 0 | 111 | 11 | 11000 | 101000001 | 1010 | 1001001 |
Color Harmonies of #C2B4BD
Complementary color
Monochromatic Colors of #C2B4BD
Black with #C2B4BD
Text Example
Text Example
White with #C2B4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B4BD; }
p { color: rgb(194,180,189); }
H1.HeaderClassName
{
color: #C2B4BD;
}
.AnyTagClassName
{
color: #C2B4BD;
}
</style>
background-color css
<style>
a { background-color: #C2B4BD; }
a { background-color: rgb(194,180,189); }
div.DivClassName
{
background-color: #C2B4BD;
}
.BgClassName
{
background-color: #C2B4BD;
}
</style>
border-color css
<style>
span { border-color: #C2B4BD; }
span { border-color: rgb(194,180,189); }
td.TdClassName
{
border-color: #C2B4BD;
}
.TagClassName
{
border-color: #C2B4BD;
}
</style>