Shades of Maverick #C3B4BD
Tints of Maverick #C3B4BD
RGB
CMYK
RGB Variations
Color information
#C3B4BD (or 0xC3B4BD) is known color: Maverick. HEX triplet: C3, B4 and BD. RGB value is (195,180,189). Sum of RGB (Red+Green+Blue) = 195+180+189=564 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.57% from 564); Green value is 180 (70.70% from 255 or 31.91% from 564); Blue value is 189 (74.22% from 255 or 33.51% from 564); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B4BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3B4BD is #3C4B42. Grayscale: #B9B9B9. Windows color (decimal): -3951427 or 12432579. OLE color: 12432579.
HSL color Cylindrical-coordinate representation of color #C3B4BD: hue angle of 324º degrees, saturation: 0.11, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C3B4BD is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 180 | 189 | - |
| CMYK | 0 | 0.08 | 0.03 | 0.24 |
| HSL | 324º | 0.11% | 0.74% | - |
| HSV(B) | 324º | 0.08% | 0.76% | - |
| XYZ | 48.01 | 47.92 | 54.86 | - |
| YUV | 185.51 | 129.97 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 180 | 189 | 0 | 0.08 | 0.03 | 0.24 | 324 | 0.11 | 0.74 |
| Hex | C3 | B4 | BD | 0 | 8 | 3 | 18 | 144 | B | 4A |
| Octal | 303 | 264 | 275 | 0 | 10 | 3 | 30 | 504 | 13 | 112 |
| Binary | 11000011 | 10110100 | 10111101 | 0 | 1000 | 11 | 11000 | 101000100 | 1011 | 1001010 |
Color Harmonies of #C3B4BD
Complementary color
Monochromatic Colors of #C3B4BD
Black with #C3B4BD
Text Example
Text Example
White with #C3B4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B4BD; }
p { color: rgb(195,180,189); }
H1.HeaderClassName
{
color: #C3B4BD;
}
.AnyTagClassName
{
color: #C3B4BD;
}
</style>
background-color css
<style>
a { background-color: #C3B4BD; }
a { background-color: rgb(195,180,189); }
div.DivClassName
{
background-color: #C3B4BD;
}
.BgClassName
{
background-color: #C3B4BD;
}
</style>
border-color css
<style>
span { border-color: #C3B4BD; }
span { border-color: rgb(195,180,189); }
td.TdClassName
{
border-color: #C3B4BD;
}
.TagClassName
{
border-color: #C3B4BD;
}
</style>