Shades of Meteor #C1782E
Tints of Meteor #C1782E
RGB
CMYK
RGB Variations
Color information
#C1782E (or 0xC1782E) is known color: Meteor. HEX triplet: C1, 78 and 2E. RGB value is (193,120,46). Sum of RGB (Red+Green+Blue) = 193+120+46=359 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.76% from 359); Green value is 120 (47.27% from 255 or 33.43% from 359); Blue value is 46 (18.36% from 255 or 12.81% from 359); Max value from RGB is 193 - color contains mainly: red. Hex color #C1782E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1782E is #3E87D1. Grayscale: #858585. Windows color (decimal): -4098002 or 3045569. OLE color: 3045569.
HSL color Cylindrical-coordinate representation of color #C1782E: hue angle of 30.2º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C1782E is Cyan = 0, Magento = 0.38, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 120 | 46 | - |
| CMYK | 0 | 0.38 | 0.76 | 0.24 |
| HSL | 30.2º | 0.62% | 0.47% | - |
| HSV(B) | 30.2º | 0.76% | 0.76% | - |
| XYZ | 29.2 | 24.97 | 5.86 | - |
| YUV | 133.39 | 78.68 | 170.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 120 | 46 | 0 | 0.38 | 0.76 | 0.24 | 30.2 | 0.62 | 0.47 |
| Hex | C1 | 78 | 2E | 0 | 26 | 4C | 18 | 1E | 3E | 2F |
| Octal | 301 | 170 | 56 | 0 | 46 | 114 | 30 | 36 | 76 | 57 |
| Binary | 11000001 | 1111000 | 101110 | 0 | 100110 | 1001100 | 11000 | 11110 | 111110 | 101111 |
Color Harmonies of #C1782E
Complementary color
Monochromatic Colors of #C1782E
Black with #C1782E
Text Example
Text Example
White with #C1782E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1782E; }
p { color: rgb(193,120,46); }
H1.HeaderClassName
{
color: #C1782E;
}
.AnyTagClassName
{
color: #C1782E;
}
</style>
background-color css
<style>
a { background-color: #C1782E; }
a { background-color: rgb(193,120,46); }
div.DivClassName
{
background-color: #C1782E;
}
.BgClassName
{
background-color: #C1782E;
}
</style>
border-color css
<style>
span { border-color: #C1782E; }
span { border-color: rgb(193,120,46); }
td.TdClassName
{
border-color: #C1782E;
}
.TagClassName
{
border-color: #C1782E;
}
</style>