Shades of Meteor #C1732D
Tints of Meteor #C1732D
RGB
CMYK
RGB Variations
Color information
#C1732D (or 0xC1732D) is known color: Meteor. HEX triplet: C1, 73 and 2D. RGB value is (193,115,45). Sum of RGB (Red+Green+Blue) = 193+115+45=353 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.67% from 353); Green value is 115 (45.31% from 255 or 32.58% from 353); Blue value is 45 (17.97% from 255 or 12.75% from 353); Max value from RGB is 193 - color contains mainly: red. Hex color #C1732D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1732D is #3E8CD2. Grayscale: #828282. Windows color (decimal): -4099283 or 2978753. OLE color: 2978753.
HSL color Cylindrical-coordinate representation of color #C1732D: hue angle of 28.38º 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 #C1732D is Cyan = 0, Magento = 0.40, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 115 | 45 | - |
| CMYK | 0 | 0.40 | 0.77 | 0.24 |
| HSL | 28.38º | 0.62% | 0.47% | - |
| HSV(B) | 28.38º | 0.77% | 0.76% | - |
| XYZ | 28.6 | 23.79 | 5.57 | - |
| YUV | 130.34 | 79.84 | 172.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 115 | 45 | 0 | 0.40 | 0.77 | 0.24 | 28.38 | 0.62 | 0.47 |
| Hex | C1 | 73 | 2D | 0 | 28 | 4D | 18 | 1C | 3E | 2F |
| Octal | 301 | 163 | 55 | 0 | 50 | 115 | 30 | 34 | 76 | 57 |
| Binary | 11000001 | 1110011 | 101101 | 0 | 101000 | 1001101 | 11000 | 11100 | 111110 | 101111 |
Color Harmonies of #C1732D
Complementary color
Monochromatic Colors of #C1732D
Black with #C1732D
Text Example
Text Example
White with #C1732D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1732D; }
p { color: rgb(193,115,45); }
H1.HeaderClassName
{
color: #C1732D;
}
.AnyTagClassName
{
color: #C1732D;
}
</style>
background-color css
<style>
a { background-color: #C1732D; }
a { background-color: rgb(193,115,45); }
div.DivClassName
{
background-color: #C1732D;
}
.BgClassName
{
background-color: #C1732D;
}
</style>
border-color css
<style>
span { border-color: #C1732D; }
span { border-color: rgb(193,115,45); }
td.TdClassName
{
border-color: #C1732D;
}
.TagClassName
{
border-color: #C1732D;
}
</style>