Shades of Meteor #C1722B
Tints of Meteor #C1722B
RGB
CMYK
RGB Variations
Color information
#C1722B (or 0xC1722B) is known color: Meteor. HEX triplet: C1, 72 and 2B. RGB value is (193,114,43). Sum of RGB (Red+Green+Blue) = 193+114+43=350 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.14% from 350); Green value is 114 (44.92% from 255 or 32.57% from 350); Blue value is 43 (17.19% from 255 or 12.29% from 350); Max value from RGB is 193 - color contains mainly: red. Hex color #C1722B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1722B is #3E8DD4. Grayscale: #818181. Windows color (decimal): -4099541 or 2847425. OLE color: 2847425.
HSL color Cylindrical-coordinate representation of color #C1722B: hue angle of 28.4º 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 #C1722B is Cyan = 0, Magento = 0.41, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 114 | 43 | - |
| CMYK | 0 | 0.41 | 0.78 | 0.24 |
| HSL | 28.4º | 0.64% | 0.46% | - |
| HSV(B) | 28.4º | 0.78% | 0.76% | - |
| XYZ | 28.45 | 23.55 | 5.33 | - |
| YUV | 129.53 | 79.17 | 173.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 114 | 43 | 0 | 0.41 | 0.78 | 0.24 | 28.4 | 0.64 | 0.46 |
| Hex | C1 | 72 | 2B | 0 | 29 | 4E | 18 | 1C | 40 | 2E |
| Octal | 301 | 162 | 53 | 0 | 51 | 116 | 30 | 34 | 100 | 56 |
| Binary | 11000001 | 1110010 | 101011 | 0 | 101001 | 1001110 | 11000 | 11100 | 1000000 | 101110 |
Color Harmonies of #C1722B
Complementary color
Monochromatic Colors of #C1722B
Black with #C1722B
Text Example
Text Example
White with #C1722B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1722B; }
p { color: rgb(193,114,43); }
H1.HeaderClassName
{
color: #C1722B;
}
.AnyTagClassName
{
color: #C1722B;
}
</style>
background-color css
<style>
a { background-color: #C1722B; }
a { background-color: rgb(193,114,43); }
div.DivClassName
{
background-color: #C1722B;
}
.BgClassName
{
background-color: #C1722B;
}
</style>
border-color css
<style>
span { border-color: #C1722B; }
span { border-color: rgb(193,114,43); }
td.TdClassName
{
border-color: #C1722B;
}
.TagClassName
{
border-color: #C1722B;
}
</style>