Shades of Maverick #C1BFC0
Tints of Maverick #C1BFC0
RGB
CMYK
RGB Variations
Color information
#C1BFC0 (or 0xC1BFC0) is known color: Maverick. HEX triplet: C1, BF and C0. RGB value is (193,191,192). Sum of RGB (Red+Green+Blue) = 193+191+192=576 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.51% from 576); Green value is 191 (75% from 255 or 33.16% from 576); Blue value is 192 (75.39% from 255 or 33.33% from 576); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BFC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BFC0 is #3E403F. Grayscale: #BFBFBF. Windows color (decimal): -4079680 or 12632001. OLE color: 12632001.
HSL color Cylindrical-coordinate representation of color #C1BFC0: hue angle of 330º degrees, saturation: 0.02, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #C1BFC0 is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
RGB | 193 | 191 | 192 | - |
CMYK | 0 | 0.01 | 0.01 | 0.24 |
HSL | 330º | 0.02% | 0.75% | - |
HSV(B) | 330º | 0.01% | 0.76% | - |
XYZ | 50.14 | 52.4 | 57.34 | - |
YUV | 191.71 | 128.16 | 128.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 193 | 191 | 192 | 0 | 0.01 | 0.01 | 0.24 | 330 | 0.02 | 0.75 |
Hex | C1 | BF | C0 | 0 | 1 | 1 | 18 | 14A | 2 | 4B |
Octal | 301 | 277 | 300 | 0 | 1 | 1 | 30 | 512 | 2 | 113 |
Binary | 11000001 | 10111111 | 11000000 | 0 | 1 | 1 | 11000 | 101001010 | 10 | 1001011 |
Color Harmonies of #C1BFC0
Complementary color
Monochromatic Colors of #C1BFC0
Black with #C1BFC0
Text Example
Text Example
White with #C1BFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BFC0; }
p { color: rgb(193,191,192); }
H1.HeaderClassName
{
color: #C1BFC0;
}
.AnyTagClassName
{
color: #C1BFC0;
}
</style>
background-color css
<style>
a { background-color: #C1BFC0; }
a { background-color: rgb(193,191,192); }
div.DivClassName
{
background-color: #C1BFC0;
}
.BgClassName
{
background-color: #C1BFC0;
}
</style>
border-color css
<style>
span { border-color: #C1BFC0; }
span { border-color: rgb(193,191,192); }
td.TdClassName
{
border-color: #C1BFC0;
}
.TagClassName
{
border-color: #C1BFC0;
}
</style>