Shades of Maverick #C1B8C0
Tints of Maverick #C1B8C0
RGB
CMYK
RGB Variations
Color information
#C1B8C0 (or 0xC1B8C0) is known color: Maverick. HEX triplet: C1, B8 and C0. RGB value is (193,184,192). Sum of RGB (Red+Green+Blue) = 193+184+192=569 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.92% from 569); Green value is 184 (72.27% from 255 or 32.34% from 569); Blue value is 192 (75.39% from 255 or 33.74% from 569); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B8C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1B8C0 is #3E473F. Grayscale: #BBBBBB. Windows color (decimal): -4081472 or 12630209. OLE color: 12630209.
HSL color Cylindrical-coordinate representation of color #C1B8C0: hue angle of 306.67º degrees, saturation: 0.07, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C1B8C0 is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 184 | 192 | - |
| CMYK | 0 | 0.05 | 0.01 | 0.24 |
| HSL | 306.67º | 0.07% | 0.74% | - |
| HSV(B) | 306.67º | 0.05% | 0.76% | - |
| XYZ | 48.65 | 49.42 | 56.85 | - |
| YUV | 187.6 | 130.48 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 184 | 192 | 0 | 0.05 | 0.01 | 0.24 | 306.67 | 0.07 | 0.74 |
| Hex | C1 | B8 | C0 | 0 | 5 | 1 | 18 | 133 | 7 | 4A |
| Octal | 301 | 270 | 300 | 0 | 5 | 1 | 30 | 463 | 7 | 112 |
| Binary | 11000001 | 10111000 | 11000000 | 0 | 101 | 1 | 11000 | 100110011 | 111 | 1001010 |
Color Harmonies of #C1B8C0
Complementary color
Monochromatic Colors of #C1B8C0
Black with #C1B8C0
Text Example
Text Example
White with #C1B8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B8C0; }
p { color: rgb(193,184,192); }
H1.HeaderClassName
{
color: #C1B8C0;
}
.AnyTagClassName
{
color: #C1B8C0;
}
</style>
background-color css
<style>
a { background-color: #C1B8C0; }
a { background-color: rgb(193,184,192); }
div.DivClassName
{
background-color: #C1B8C0;
}
.BgClassName
{
background-color: #C1B8C0;
}
</style>
border-color css
<style>
span { border-color: #C1B8C0; }
span { border-color: rgb(193,184,192); }
td.TdClassName
{
border-color: #C1B8C0;
}
.TagClassName
{
border-color: #C1B8C0;
}
</style>