Shades of Meteor #C1772F
Tints of Meteor #C1772F
RGB
CMYK
RGB Variations
Color information
#C1772F (or 0xC1772F) is known color: Meteor. HEX triplet: C1, 77 and 2F. RGB value is (193,119,47). Sum of RGB (Red+Green+Blue) = 193+119+47=359 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.76% from 359); Green value is 119 (46.88% from 255 or 33.15% from 359); Blue value is 47 (18.75% from 255 or 13.09% from 359); Max value from RGB is 193 - color contains mainly: red. Hex color #C1772F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1772F is #3E88D0. Grayscale: #858585. Windows color (decimal): -4098257 or 3110849. OLE color: 3110849.
HSL color Cylindrical-coordinate representation of color #C1772F: hue angle of 29.59º degrees, saturation: 0.61, 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 #C1772F is Cyan = 0, Magento = 0.38, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 119 | 47 | - |
| CMYK | 0 | 0.38 | 0.76 | 0.24 |
| HSL | 29.59º | 0.61% | 0.47% | - |
| HSV(B) | 29.59º | 0.76% | 0.76% | - |
| XYZ | 29.1 | 24.74 | 5.93 | - |
| YUV | 132.92 | 79.52 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 119 | 47 | 0 | 0.38 | 0.76 | 0.24 | 29.59 | 0.61 | 0.47 |
| Hex | C1 | 77 | 2F | 0 | 26 | 4C | 18 | 1E | 3D | 2F |
| Octal | 301 | 167 | 57 | 0 | 46 | 114 | 30 | 36 | 75 | 57 |
| Binary | 11000001 | 1110111 | 101111 | 0 | 100110 | 1001100 | 11000 | 11110 | 111101 | 101111 |
Color Harmonies of #C1772F
Complementary color
Monochromatic Colors of #C1772F
Black with #C1772F
Text Example
Text Example
White with #C1772F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1772F; }
p { color: rgb(193,119,47); }
H1.HeaderClassName
{
color: #C1772F;
}
.AnyTagClassName
{
color: #C1772F;
}
</style>
background-color css
<style>
a { background-color: #C1772F; }
a { background-color: rgb(193,119,47); }
div.DivClassName
{
background-color: #C1772F;
}
.BgClassName
{
background-color: #C1772F;
}
</style>
border-color css
<style>
span { border-color: #C1772F; }
span { border-color: rgb(193,119,47); }
td.TdClassName
{
border-color: #C1772F;
}
.TagClassName
{
border-color: #C1772F;
}
</style>