Shades of Meteor #C16E2B
Tints of Meteor #C16E2B
RGB
CMYK
RGB Variations
Color information
#C16E2B (or 0xC16E2B) is known color: Meteor. HEX triplet: C1, 6E and 2B. RGB value is (193,110,43). Sum of RGB (Red+Green+Blue) = 193+110+43=346 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.78% from 346); Green value is 110 (43.36% from 255 or 31.79% from 346); Blue value is 43 (17.19% from 255 or 12.43% from 346); Max value from RGB is 193 - color contains mainly: red. Hex color #C16E2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16E2B is #3E91D4. Grayscale: #7F7F7F. Windows color (decimal): -4100565 or 2846401. OLE color: 2846401.
HSL color Cylindrical-coordinate representation of color #C16E2B: hue angle of 26.8º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C16E2B is Cyan = 0, Magento = 0.43, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 110 | 43 | - |
| CMYK | 0 | 0.43 | 0.78 | 0.24 |
| HSL | 26.8º | 0.64% | 0.46% | - |
| HSV(B) | 26.8º | 0.78% | 0.76% | - |
| XYZ | 28 | 22.66 | 5.18 | - |
| YUV | 127.18 | 80.5 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 110 | 43 | 0 | 0.43 | 0.78 | 0.24 | 26.8 | 0.64 | 0.46 |
| Hex | C1 | 6E | 2B | 0 | 2B | 4E | 18 | 1B | 40 | 2E |
| Octal | 301 | 156 | 53 | 0 | 53 | 116 | 30 | 33 | 100 | 56 |
| Binary | 11000001 | 1101110 | 101011 | 0 | 101011 | 1001110 | 11000 | 11011 | 1000000 | 101110 |
Color Harmonies of #C16E2B
Complementary color
Monochromatic Colors of #C16E2B
Black with #C16E2B
Text Example
Text Example
White with #C16E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16E2B; }
p { color: rgb(193,110,43); }
H1.HeaderClassName
{
color: #C16E2B;
}
.AnyTagClassName
{
color: #C16E2B;
}
</style>
background-color css
<style>
a { background-color: #C16E2B; }
a { background-color: rgb(193,110,43); }
div.DivClassName
{
background-color: #C16E2B;
}
.BgClassName
{
background-color: #C16E2B;
}
</style>
border-color css
<style>
span { border-color: #C16E2B; }
span { border-color: rgb(193,110,43); }
td.TdClassName
{
border-color: #C16E2B;
}
.TagClassName
{
border-color: #C16E2B;
}
</style>