Shades of Meteor #C1702D
Tints of Meteor #C1702D
RGB
CMYK
RGB Variations
Color information
#C1702D (or 0xC1702D) is known color: Meteor. HEX triplet: C1, 70 and 2D. RGB value is (193,112,45). Sum of RGB (Red+Green+Blue) = 193+112+45=350 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.14% from 350); Green value is 112 (44.14% from 255 or 32% from 350); Blue value is 45 (17.97% from 255 or 12.86% from 350); Max value from RGB is 193 - color contains mainly: red. Hex color #C1702D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1702D is #3E8FD2. Grayscale: #808080. Windows color (decimal): -4100051 or 2977985. OLE color: 2977985.
HSL color Cylindrical-coordinate representation of color #C1702D: hue angle of 27.16º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C1702D is Cyan = 0, Magento = 0.42, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 112 | 45 | - |
| CMYK | 0 | 0.42 | 0.77 | 0.24 |
| HSL | 27.16º | 0.62% | 0.47% | - |
| HSV(B) | 27.16º | 0.77% | 0.76% | - |
| XYZ | 28.26 | 23.12 | 5.45 | - |
| YUV | 128.58 | 80.84 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 112 | 45 | 0 | 0.42 | 0.77 | 0.24 | 27.16 | 0.62 | 0.47 |
| Hex | C1 | 70 | 2D | 0 | 2A | 4D | 18 | 1B | 3E | 2F |
| Octal | 301 | 160 | 55 | 0 | 52 | 115 | 30 | 33 | 76 | 57 |
| Binary | 11000001 | 1110000 | 101101 | 0 | 101010 | 1001101 | 11000 | 11011 | 111110 | 101111 |
Color Harmonies of #C1702D
Complementary color
Monochromatic Colors of #C1702D
Black with #C1702D
Text Example
Text Example
White with #C1702D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1702D; }
p { color: rgb(193,112,45); }
H1.HeaderClassName
{
color: #C1702D;
}
.AnyTagClassName
{
color: #C1702D;
}
</style>
background-color css
<style>
a { background-color: #C1702D; }
a { background-color: rgb(193,112,45); }
div.DivClassName
{
background-color: #C1702D;
}
.BgClassName
{
background-color: #C1702D;
}
</style>
border-color css
<style>
span { border-color: #C1702D; }
span { border-color: rgb(193,112,45); }
td.TdClassName
{
border-color: #C1702D;
}
.TagClassName
{
border-color: #C1702D;
}
</style>