Shades of Meteor #C1722A
Tints of Meteor #C1722A
RGB
CMYK
RGB Variations
Color information
#C1722A (or 0xC1722A) is known color: Meteor. HEX triplet: C1, 72 and 2A. RGB value is (193,114,42). Sum of RGB (Red+Green+Blue) = 193+114+42=349 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.30% from 349); Green value is 114 (44.92% from 255 or 32.66% from 349); Blue value is 42 (16.80% from 255 or 12.03% from 349); Max value from RGB is 193 - color contains mainly: red. Hex color #C1722A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1722A is #3E8DD5. Grayscale: #818181. Windows color (decimal): -4099542 or 2781889. OLE color: 2781889.
HSL color Cylindrical-coordinate representation of color #C1722A: hue angle of 28.61º 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 #C1722A is Cyan = 0, Magento = 0.41, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 114 | 42 | - |
| CMYK | 0 | 0.41 | 0.78 | 0.24 |
| HSL | 28.61º | 0.64% | 0.46% | - |
| HSV(B) | 28.61º | 0.78% | 0.76% | - |
| XYZ | 28.43 | 23.54 | 5.24 | - |
| YUV | 129.41 | 78.67 | 173.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 114 | 42 | 0 | 0.41 | 0.78 | 0.24 | 28.61 | 0.64 | 0.46 |
| Hex | C1 | 72 | 2A | 0 | 29 | 4E | 18 | 1D | 40 | 2E |
| Octal | 301 | 162 | 52 | 0 | 51 | 116 | 30 | 35 | 100 | 56 |
| Binary | 11000001 | 1110010 | 101010 | 0 | 101001 | 1001110 | 11000 | 11101 | 1000000 | 101110 |
Color Harmonies of #C1722A
Complementary color
Monochromatic Colors of #C1722A
Black with #C1722A
Text Example
Text Example
White with #C1722A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1722A; }
p { color: rgb(193,114,42); }
H1.HeaderClassName
{
color: #C1722A;
}
.AnyTagClassName
{
color: #C1722A;
}
</style>
background-color css
<style>
a { background-color: #C1722A; }
a { background-color: rgb(193,114,42); }
div.DivClassName
{
background-color: #C1722A;
}
.BgClassName
{
background-color: #C1722A;
}
</style>
border-color css
<style>
span { border-color: #C1722A; }
span { border-color: rgb(193,114,42); }
td.TdClassName
{
border-color: #C1722A;
}
.TagClassName
{
border-color: #C1722A;
}
</style>