Shades of Meteor #C7712E
Tints of Meteor #C7712E
RGB
CMYK
RGB Variations
Color information
#C7712E (or 0xC7712E) is known color: Meteor. HEX triplet: C7, 71 and 2E. RGB value is (199,113,46). Sum of RGB (Red+Green+Blue) = 199+113+46=358 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.59% from 358); Green value is 113 (44.53% from 255 or 31.56% from 358); Blue value is 46 (18.36% from 255 or 12.85% from 358); Max value from RGB is 199 - color contains mainly: red. Hex color #C7712E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7712E is #388ED1. Grayscale: #838383. Windows color (decimal): -3706578 or 3043783. OLE color: 3043783.
HSL color Cylindrical-coordinate representation of color #C7712E: hue angle of 26.27º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C7712E is Cyan = 0, Magento = 0.43, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 113 | 46 | - |
| CMYK | 0 | 0.43 | 0.77 | 0.22 |
| HSL | 26.27º | 0.62% | 0.48% | - |
| HSV(B) | 26.27º | 0.77% | 0.78% | - |
| XYZ | 29.95 | 24.15 | 5.67 | - |
| YUV | 131.08 | 79.99 | 176.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 113 | 46 | 0 | 0.43 | 0.77 | 0.22 | 26.27 | 0.62 | 0.48 |
| Hex | C7 | 71 | 2E | 0 | 2B | 4D | 16 | 1A | 3E | 30 |
| Octal | 307 | 161 | 56 | 0 | 53 | 115 | 26 | 32 | 76 | 60 |
| Binary | 11000111 | 1110001 | 101110 | 0 | 101011 | 1001101 | 10110 | 11010 | 111110 | 110000 |
Color Harmonies of #C7712E
Complementary color
Monochromatic Colors of #C7712E
Black with #C7712E
Text Example
Text Example
White with #C7712E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7712E; }
p { color: rgb(199,113,46); }
H1.HeaderClassName
{
color: #C7712E;
}
.AnyTagClassName
{
color: #C7712E;
}
</style>
background-color css
<style>
a { background-color: #C7712E; }
a { background-color: rgb(199,113,46); }
div.DivClassName
{
background-color: #C7712E;
}
.BgClassName
{
background-color: #C7712E;
}
</style>
border-color css
<style>
span { border-color: #C7712E; }
span { border-color: rgb(199,113,46); }
td.TdClassName
{
border-color: #C7712E;
}
.TagClassName
{
border-color: #C7712E;
}
</style>