Shades of Maverick #C1B9C0
Tints of Maverick #C1B9C0
RGB
CMYK
RGB Variations
Color information
#C1B9C0 (or 0xC1B9C0) is known color: Maverick. HEX triplet: C1, B9 and C0. RGB value is (193,185,192). Sum of RGB (Red+Green+Blue) = 193+185+192=570 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.86% from 570); Green value is 185 (72.66% from 255 or 32.46% from 570); Blue value is 192 (75.39% from 255 or 33.68% from 570); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B9C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1B9C0 is #3E463F. Grayscale: #BCBCBC. Windows color (decimal): -4081216 or 12630465. OLE color: 12630465.
HSL color Cylindrical-coordinate representation of color #C1B9C0: hue angle of 307.5º degrees, saturation: 0.06, 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 #C1B9C0 is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
RGB | 193 | 185 | 192 | - |
CMYK | 0 | 0.04 | 0.01 | 0.24 |
HSL | 307.5º | 0.06% | 0.74% | - |
HSV(B) | 307.5º | 0.04% | 0.76% | - |
XYZ | 48.86 | 49.84 | 56.91 | - |
YUV | 188.19 | 130.15 | 131.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 193 | 185 | 192 | 0 | 0.04 | 0.01 | 0.24 | 307.5 | 0.06 | 0.74 |
Hex | C1 | B9 | C0 | 0 | 4 | 1 | 18 | 134 | 6 | 4A |
Octal | 301 | 271 | 300 | 0 | 4 | 1 | 30 | 464 | 6 | 112 |
Binary | 11000001 | 10111001 | 11000000 | 0 | 100 | 1 | 11000 | 100110100 | 110 | 1001010 |
Color Harmonies of #C1B9C0
Complementary color
Monochromatic Colors of #C1B9C0
Black with #C1B9C0
Text Example
Text Example
White with #C1B9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B9C0; }
p { color: rgb(193,185,192); }
H1.HeaderClassName
{
color: #C1B9C0;
}
.AnyTagClassName
{
color: #C1B9C0;
}
</style>
background-color css
<style>
a { background-color: #C1B9C0; }
a { background-color: rgb(193,185,192); }
div.DivClassName
{
background-color: #C1B9C0;
}
.BgClassName
{
background-color: #C1B9C0;
}
</style>
border-color css
<style>
span { border-color: #C1B9C0; }
span { border-color: rgb(193,185,192); }
td.TdClassName
{
border-color: #C1B9C0;
}
.TagClassName
{
border-color: #C1B9C0;
}
</style>