Shades of Maverick #C1B4BC
Tints of Maverick #C1B4BC
RGB
CMYK
RGB Variations
Color information
#C1B4BC (or 0xC1B4BC) is known color: Maverick. HEX triplet: C1, B4 and BC. RGB value is (193,180,188). Sum of RGB (Red+Green+Blue) = 193+180+188=561 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.40% from 561); Green value is 180 (70.70% from 255 or 32.09% from 561); Blue value is 188 (73.83% from 255 or 33.51% from 561); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B4BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1B4BC is #3E4B43. Grayscale: #B8B8B8. Windows color (decimal): -4082500 or 12367041. OLE color: 12367041.
HSL color Cylindrical-coordinate representation of color #C1B4BC: hue angle of 323.08º degrees, saturation: 0.09, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C1B4BC is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 180 | 188 | - |
| CMYK | 0 | 0.07 | 0.03 | 0.24 |
| HSL | 323.08º | 0.09% | 0.73% | - |
| HSV(B) | 323.08º | 0.07% | 0.76% | - |
| XYZ | 47.39 | 47.61 | 54.27 | - |
| YUV | 184.8 | 129.81 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 180 | 188 | 0 | 0.07 | 0.03 | 0.24 | 323.08 | 0.09 | 0.73 |
| Hex | C1 | B4 | BC | 0 | 7 | 3 | 18 | 143 | 9 | 49 |
| Octal | 301 | 264 | 274 | 0 | 7 | 3 | 30 | 503 | 11 | 111 |
| Binary | 11000001 | 10110100 | 10111100 | 0 | 111 | 11 | 11000 | 101000011 | 1001 | 1001001 |
Color Harmonies of #C1B4BC
Complementary color
Monochromatic Colors of #C1B4BC
Black with #C1B4BC
Text Example
Text Example
White with #C1B4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B4BC; }
p { color: rgb(193,180,188); }
H1.HeaderClassName
{
color: #C1B4BC;
}
.AnyTagClassName
{
color: #C1B4BC;
}
</style>
background-color css
<style>
a { background-color: #C1B4BC; }
a { background-color: rgb(193,180,188); }
div.DivClassName
{
background-color: #C1B4BC;
}
.BgClassName
{
background-color: #C1B4BC;
}
</style>
border-color css
<style>
span { border-color: #C1B4BC; }
span { border-color: rgb(193,180,188); }
td.TdClassName
{
border-color: #C1B4BC;
}
.TagClassName
{
border-color: #C1B4BC;
}
</style>