Shades of Meteor #C1772D
Tints of Meteor #C1772D
RGB
CMYK
RGB Variations
Color information
#C1772D (or 0xC1772D) is known color: Meteor. HEX triplet: C1, 77 and 2D. RGB value is (193,119,45). Sum of RGB (Red+Green+Blue) = 193+119+45=357 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.06% from 357); Green value is 119 (46.88% from 255 or 33.33% from 357); Blue value is 45 (17.97% from 255 or 12.61% from 357); Max value from RGB is 193 - color contains mainly: red. Hex color #C1772D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1772D is #3E88D2. Grayscale: #858585. Windows color (decimal): -4098259 or 2979777. OLE color: 2979777.
HSL color Cylindrical-coordinate representation of color #C1772D: hue angle of 30º 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 #C1772D is Cyan = 0, Magento = 0.38, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 119 | 45 | - |
| CMYK | 0 | 0.38 | 0.77 | 0.24 |
| HSL | 30º | 0.62% | 0.47% | - |
| HSV(B) | 30º | 0.77% | 0.76% | - |
| XYZ | 29.06 | 24.72 | 5.72 | - |
| YUV | 132.69 | 78.52 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 119 | 45 | 0 | 0.38 | 0.77 | 0.24 | 30 | 0.62 | 0.47 |
| Hex | C1 | 77 | 2D | 0 | 26 | 4D | 18 | 1E | 3E | 2F |
| Octal | 301 | 167 | 55 | 0 | 46 | 115 | 30 | 36 | 76 | 57 |
| Binary | 11000001 | 1110111 | 101101 | 0 | 100110 | 1001101 | 11000 | 11110 | 111110 | 101111 |
Color Harmonies of #C1772D
Complementary color
Monochromatic Colors of #C1772D
Black with #C1772D
Text Example
Text Example
White with #C1772D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1772D; }
p { color: rgb(193,119,45); }
H1.HeaderClassName
{
color: #C1772D;
}
.AnyTagClassName
{
color: #C1772D;
}
</style>
background-color css
<style>
a { background-color: #C1772D; }
a { background-color: rgb(193,119,45); }
div.DivClassName
{
background-color: #C1772D;
}
.BgClassName
{
background-color: #C1772D;
}
</style>
border-color css
<style>
span { border-color: #C1772D; }
span { border-color: rgb(193,119,45); }
td.TdClassName
{
border-color: #C1772D;
}
.TagClassName
{
border-color: #C1772D;
}
</style>