Shades of Maverick #C3B0BD
Tints of Maverick #C3B0BD
RGB
CMYK
RGB Variations
Color information
#C3B0BD (or 0xC3B0BD) is known color: Maverick. HEX triplet: C3, B0 and BD. RGB value is (195,176,189). Sum of RGB (Red+Green+Blue) = 195+176+189=560 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.82% from 560); Green value is 176 (69.14% from 255 or 31.43% from 560); Blue value is 189 (74.22% from 255 or 33.75% from 560); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B0BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3B0BD is #3C4F42. Grayscale: #B7B7B7. Windows color (decimal): -3952451 or 12431555. OLE color: 12431555.
HSL color Cylindrical-coordinate representation of color #C3B0BD: hue angle of 318.95º degrees, saturation: 0.14, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C3B0BD is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 176 | 189 | - |
| CMYK | 0 | 0.10 | 0.03 | 0.24 |
| HSL | 318.95º | 0.14% | 0.73% | - |
| HSV(B) | 318.95º | 0.1% | 0.76% | - |
| XYZ | 47.22 | 46.33 | 54.6 | - |
| YUV | 183.16 | 131.29 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 176 | 189 | 0 | 0.10 | 0.03 | 0.24 | 318.95 | 0.14 | 0.73 |
| Hex | C3 | B0 | BD | 0 | A | 3 | 18 | 13F | E | 49 |
| Octal | 303 | 260 | 275 | 0 | 12 | 3 | 30 | 477 | 16 | 111 |
| Binary | 11000011 | 10110000 | 10111101 | 0 | 1010 | 11 | 11000 | 100111111 | 1110 | 1001001 |
Color Harmonies of #C3B0BD
Complementary color
Monochromatic Colors of #C3B0BD
Black with #C3B0BD
Text Example
Text Example
White with #C3B0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B0BD; }
p { color: rgb(195,176,189); }
H1.HeaderClassName
{
color: #C3B0BD;
}
.AnyTagClassName
{
color: #C3B0BD;
}
</style>
background-color css
<style>
a { background-color: #C3B0BD; }
a { background-color: rgb(195,176,189); }
div.DivClassName
{
background-color: #C3B0BD;
}
.BgClassName
{
background-color: #C3B0BD;
}
</style>
border-color css
<style>
span { border-color: #C3B0BD; }
span { border-color: rgb(195,176,189); }
td.TdClassName
{
border-color: #C3B0BD;
}
.TagClassName
{
border-color: #C3B0BD;
}
</style>