Shades of Maverick #C3B5BC
Tints of Maverick #C3B5BC
RGB
CMYK
RGB Variations
Color information
#C3B5BC (or 0xC3B5BC) is known color: Maverick. HEX triplet: C3, B5 and BC. RGB value is (195,181,188). Sum of RGB (Red+Green+Blue) = 195+181+188=564 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.57% from 564); Green value is 181 (71.09% from 255 or 32.09% from 564); Blue value is 188 (73.83% from 255 or 33.33% from 564); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B5BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3B5BC is #3C4A43. Grayscale: #B9B9B9. Windows color (decimal): -3951172 or 12367299. OLE color: 12367299.
HSL color Cylindrical-coordinate representation of color #C3B5BC: hue angle of 330º degrees, saturation: 0.1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C3B5BC is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 181 | 188 | - |
| CMYK | 0 | 0.07 | 0.04 | 0.24 |
| HSL | 330º | 0.1% | 0.74% | - |
| HSV(B) | 330º | 0.07% | 0.76% | - |
| XYZ | 48.11 | 48.28 | 54.36 | - |
| YUV | 185.98 | 129.14 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 181 | 188 | 0 | 0.07 | 0.04 | 0.24 | 330 | 0.1 | 0.74 |
| Hex | C3 | B5 | BC | 0 | 7 | 4 | 18 | 14A | A | 4A |
| Octal | 303 | 265 | 274 | 0 | 7 | 4 | 30 | 512 | 12 | 112 |
| Binary | 11000011 | 10110101 | 10111100 | 0 | 111 | 100 | 11000 | 101001010 | 1010 | 1001010 |
Color Harmonies of #C3B5BC
Complementary color
Monochromatic Colors of #C3B5BC
Black with #C3B5BC
Text Example
Text Example
White with #C3B5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B5BC; }
p { color: rgb(195,181,188); }
H1.HeaderClassName
{
color: #C3B5BC;
}
.AnyTagClassName
{
color: #C3B5BC;
}
</style>
background-color css
<style>
a { background-color: #C3B5BC; }
a { background-color: rgb(195,181,188); }
div.DivClassName
{
background-color: #C3B5BC;
}
.BgClassName
{
background-color: #C3B5BC;
}
</style>
border-color css
<style>
span { border-color: #C3B5BC; }
span { border-color: rgb(195,181,188); }
td.TdClassName
{
border-color: #C3B5BC;
}
.TagClassName
{
border-color: #C3B5BC;
}
</style>