Shades of Maverick #C3BBBF
Tints of Maverick #C3BBBF
RGB
CMYK
RGB Variations
Color information
#C3BBBF (or 0xC3BBBF) is known color: Maverick. HEX triplet: C3, BB and BF. RGB value is (195,187,191). Sum of RGB (Red+Green+Blue) = 195+187+191=573 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.03% from 573); Green value is 187 (73.44% from 255 or 32.64% from 573); Blue value is 191 (75% from 255 or 33.33% from 573); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BBBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BBBF is #3C4440. Grayscale: #BDBDBD. Windows color (decimal): -3949633 or 12565443. OLE color: 12565443.
HSL color Cylindrical-coordinate representation of color #C3BBBF: hue angle of 330º degrees, saturation: 0.06, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C3BBBF is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 187 | 191 | - |
| CMYK | 0 | 0.04 | 0.02 | 0.24 |
| HSL | 330º | 0.06% | 0.75% | - |
| HSV(B) | 330º | 0.04% | 0.76% | - |
| XYZ | 49.68 | 50.9 | 56.5 | - |
| YUV | 189.85 | 128.65 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 187 | 191 | 0 | 0.04 | 0.02 | 0.24 | 330 | 0.06 | 0.75 |
| Hex | C3 | BB | BF | 0 | 4 | 2 | 18 | 14A | 6 | 4B |
| Octal | 303 | 273 | 277 | 0 | 4 | 2 | 30 | 512 | 6 | 113 |
| Binary | 11000011 | 10111011 | 10111111 | 0 | 100 | 10 | 11000 | 101001010 | 110 | 1001011 |
Color Harmonies of #C3BBBF
Complementary color
Monochromatic Colors of #C3BBBF
Black with #C3BBBF
Text Example
Text Example
White with #C3BBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BBBF; }
p { color: rgb(195,187,191); }
H1.HeaderClassName
{
color: #C3BBBF;
}
.AnyTagClassName
{
color: #C3BBBF;
}
</style>
background-color css
<style>
a { background-color: #C3BBBF; }
a { background-color: rgb(195,187,191); }
div.DivClassName
{
background-color: #C3BBBF;
}
.BgClassName
{
background-color: #C3BBBF;
}
</style>
border-color css
<style>
span { border-color: #C3BBBF; }
span { border-color: rgb(195,187,191); }
td.TdClassName
{
border-color: #C3BBBF;
}
.TagClassName
{
border-color: #C3BBBF;
}
</style>