Shades of Meteor #C1702A
Tints of Meteor #C1702A
RGB
CMYK
RGB Variations
Color information
#C1702A (or 0xC1702A) is known color: Meteor. HEX triplet: C1, 70 and 2A. RGB value is (193,112,42). Sum of RGB (Red+Green+Blue) = 193+112+42=347 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.62% from 347); Green value is 112 (44.14% from 255 or 32.28% from 347); Blue value is 42 (16.80% from 255 or 12.10% from 347); Max value from RGB is 193 - color contains mainly: red. Hex color #C1702A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1702A is #3E8FD5. Grayscale: #808080. Windows color (decimal): -4100054 or 2781377. OLE color: 2781377.
HSL color Cylindrical-coordinate representation of color #C1702A: hue angle of 27.81º 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 #C1702A is Cyan = 0, Magento = 0.42, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 112 | 42 | - |
| CMYK | 0 | 0.42 | 0.78 | 0.24 |
| HSL | 27.81º | 0.64% | 0.46% | - |
| HSV(B) | 27.81º | 0.78% | 0.76% | - |
| XYZ | 28.2 | 23.09 | 5.16 | - |
| YUV | 128.24 | 79.34 | 174.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 112 | 42 | 0 | 0.42 | 0.78 | 0.24 | 27.81 | 0.64 | 0.46 |
| Hex | C1 | 70 | 2A | 0 | 2A | 4E | 18 | 1C | 40 | 2E |
| Octal | 301 | 160 | 52 | 0 | 52 | 116 | 30 | 34 | 100 | 56 |
| Binary | 11000001 | 1110000 | 101010 | 0 | 101010 | 1001110 | 11000 | 11100 | 1000000 | 101110 |
Color Harmonies of #C1702A
Complementary color
Monochromatic Colors of #C1702A
Black with #C1702A
Text Example
Text Example
White with #C1702A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1702A; }
p { color: rgb(193,112,42); }
H1.HeaderClassName
{
color: #C1702A;
}
.AnyTagClassName
{
color: #C1702A;
}
</style>
background-color css
<style>
a { background-color: #C1702A; }
a { background-color: rgb(193,112,42); }
div.DivClassName
{
background-color: #C1702A;
}
.BgClassName
{
background-color: #C1702A;
}
</style>
border-color css
<style>
span { border-color: #C1702A; }
span { border-color: rgb(193,112,42); }
td.TdClassName
{
border-color: #C1702A;
}
.TagClassName
{
border-color: #C1702A;
}
</style>