Shades of Maverick #C1BABE
Tints of Maverick #C1BABE
RGB
CMYK
RGB Variations
Color information
#C1BABE (or 0xC1BABE) is known color: Maverick. HEX triplet: C1, BA and BE. RGB value is (193,186,190). Sum of RGB (Red+Green+Blue) = 193+186+190=569 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.92% from 569); Green value is 186 (73.05% from 255 or 32.69% from 569); Blue value is 190 (74.61% from 255 or 33.39% from 569); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BABE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BABE is #3E4541. Grayscale: #BCBCBC. Windows color (decimal): -4080962 or 12499649. OLE color: 12499649.
HSL color Cylindrical-coordinate representation of color #C1BABE: hue angle of 325.71º degrees, saturation: 0.05, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C1BABE is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
RGB | 193 | 186 | 190 | - |
CMYK | 0 | 0.04 | 0.02 | 0.24 |
HSL | 325.71º | 0.05% | 0.74% | - |
HSV(B) | 325.71º | 0.04% | 0.76% | - |
XYZ | 48.85 | 50.17 | 55.83 | - |
YUV | 188.55 | 128.82 | 131.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 193 | 186 | 190 | 0 | 0.04 | 0.02 | 0.24 | 325.71 | 0.05 | 0.74 |
Hex | C1 | BA | BE | 0 | 4 | 2 | 18 | 146 | 5 | 4A |
Octal | 301 | 272 | 276 | 0 | 4 | 2 | 30 | 506 | 5 | 112 |
Binary | 11000001 | 10111010 | 10111110 | 0 | 100 | 10 | 11000 | 101000110 | 101 | 1001010 |
Color Harmonies of #C1BABE
Complementary color
Monochromatic Colors of #C1BABE
Black with #C1BABE
Text Example
Text Example
White with #C1BABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BABE; }
p { color: rgb(193,186,190); }
H1.HeaderClassName
{
color: #C1BABE;
}
.AnyTagClassName
{
color: #C1BABE;
}
</style>
background-color css
<style>
a { background-color: #C1BABE; }
a { background-color: rgb(193,186,190); }
div.DivClassName
{
background-color: #C1BABE;
}
.BgClassName
{
background-color: #C1BABE;
}
</style>
border-color css
<style>
span { border-color: #C1BABE; }
span { border-color: rgb(193,186,190); }
td.TdClassName
{
border-color: #C1BABE;
}
.TagClassName
{
border-color: #C1BABE;
}
</style>