Shades of Maverick #C3BDBF
Tints of Maverick #C3BDBF
RGB
CMYK
RGB Variations
Color information
#C3BDBF (or 0xC3BDBF) is known color: Maverick. HEX triplet: C3, BD and BF. RGB value is (195,189,191). Sum of RGB (Red+Green+Blue) = 195+189+191=575 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.91% from 575); Green value is 189 (74.22% from 255 or 32.87% from 575); Blue value is 191 (75% from 255 or 33.22% from 575); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BDBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BDBF is #3C4240. Grayscale: #BFBFBF. Windows color (decimal): -3949121 or 12565955. OLE color: 12565955.
HSL color Cylindrical-coordinate representation of color #C3BDBF: hue angle of 340º degrees, saturation: 0.05, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C3BDBF is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
RGB | 195 | 189 | 191 | - |
CMYK | 0 | 0.03 | 0.02 | 0.24 |
HSL | 340º | 0.05% | 0.75% | - |
HSV(B) | 340º | 0.03% | 0.76% | - |
XYZ | 50.11 | 51.76 | 56.64 | - |
YUV | 191.02 | 127.99 | 130.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 189 | 191 | 0 | 0.03 | 0.02 | 0.24 | 340 | 0.05 | 0.75 |
Hex | C3 | BD | BF | 0 | 3 | 2 | 18 | 154 | 5 | 4B |
Octal | 303 | 275 | 277 | 0 | 3 | 2 | 30 | 524 | 5 | 113 |
Binary | 11000011 | 10111101 | 10111111 | 0 | 11 | 10 | 11000 | 101010100 | 101 | 1001011 |
Color Harmonies of #C3BDBF
Complementary color
Monochromatic Colors of #C3BDBF
Black with #C3BDBF
Text Example
Text Example
White with #C3BDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BDBF; }
p { color: rgb(195,189,191); }
H1.HeaderClassName
{
color: #C3BDBF;
}
.AnyTagClassName
{
color: #C3BDBF;
}
</style>
background-color css
<style>
a { background-color: #C3BDBF; }
a { background-color: rgb(195,189,191); }
div.DivClassName
{
background-color: #C3BDBF;
}
.BgClassName
{
background-color: #C3BDBF;
}
</style>
border-color css
<style>
span { border-color: #C3BDBF; }
span { border-color: rgb(195,189,191); }
td.TdClassName
{
border-color: #C3BDBF;
}
.TagClassName
{
border-color: #C3BDBF;
}
</style>