Shades of Maverick #C3B3BD
Tints of Maverick #C3B3BD
RGB
CMYK
RGB Variations
Color information
#C3B3BD (or 0xC3B3BD) is known color: Maverick. HEX triplet: C3, B3 and BD. RGB value is (195,179,189). Sum of RGB (Red+Green+Blue) = 195+179+189=563 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.64% from 563); Green value is 179 (70.31% from 255 or 31.79% from 563); Blue value is 189 (74.22% from 255 or 33.57% from 563); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B3BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3B3BD is #3C4C42. Grayscale: #B8B8B8. Windows color (decimal): -3951683 or 12432323. OLE color: 12432323.
HSL color Cylindrical-coordinate representation of color #C3B3BD: hue angle of 322.5º degrees, saturation: 0.12, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C3B3BD is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 179 | 189 | - |
| CMYK | 0 | 0.08 | 0.03 | 0.24 |
| HSL | 322.5º | 0.12% | 0.73% | - |
| HSV(B) | 322.5º | 0.08% | 0.76% | - |
| XYZ | 47.81 | 47.52 | 54.8 | - |
| YUV | 184.92 | 130.3 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 179 | 189 | 0 | 0.08 | 0.03 | 0.24 | 322.5 | 0.12 | 0.73 |
| Hex | C3 | B3 | BD | 0 | 8 | 3 | 18 | 142 | C | 49 |
| Octal | 303 | 263 | 275 | 0 | 10 | 3 | 30 | 502 | 14 | 111 |
| Binary | 11000011 | 10110011 | 10111101 | 0 | 1000 | 11 | 11000 | 101000010 | 1100 | 1001001 |
Color Harmonies of #C3B3BD
Complementary color
Monochromatic Colors of #C3B3BD
Black with #C3B3BD
Text Example
Text Example
White with #C3B3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B3BD; }
p { color: rgb(195,179,189); }
H1.HeaderClassName
{
color: #C3B3BD;
}
.AnyTagClassName
{
color: #C3B3BD;
}
</style>
background-color css
<style>
a { background-color: #C3B3BD; }
a { background-color: rgb(195,179,189); }
div.DivClassName
{
background-color: #C3B3BD;
}
.BgClassName
{
background-color: #C3B3BD;
}
</style>
border-color css
<style>
span { border-color: #C3B3BD; }
span { border-color: rgb(195,179,189); }
td.TdClassName
{
border-color: #C3B3BD;
}
.TagClassName
{
border-color: #C3B3BD;
}
</style>