Shades of Meteor #C7702D
Tints of Meteor #C7702D
RGB
CMYK
RGB Variations
Color information
#C7702D (or 0xC7702D) is known color: Meteor. HEX triplet: C7, 70 and 2D. RGB value is (199,112,45). Sum of RGB (Red+Green+Blue) = 199+112+45=356 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.90% from 356); Green value is 112 (44.14% from 255 or 31.46% from 356); Blue value is 45 (17.97% from 255 or 12.64% from 356); Max value from RGB is 199 - color contains mainly: red. Hex color #C7702D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7702D is #388FD2. Grayscale: #828282. Windows color (decimal): -3706835 or 2977991. OLE color: 2977991.
HSL color Cylindrical-coordinate representation of color #C7702D: hue angle of 26.1º degrees, saturation: 0.63, 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 #C7702D is Cyan = 0, Magento = 0.44, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 112 | 45 | - |
| CMYK | 0 | 0.44 | 0.77 | 0.22 |
| HSL | 26.1º | 0.63% | 0.48% | - |
| HSV(B) | 26.1º | 0.77% | 0.78% | - |
| XYZ | 29.82 | 23.92 | 5.53 | - |
| YUV | 130.38 | 79.82 | 176.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 112 | 45 | 0 | 0.44 | 0.77 | 0.22 | 26.1 | 0.63 | 0.48 |
| Hex | C7 | 70 | 2D | 0 | 2C | 4D | 16 | 1A | 3F | 30 |
| Octal | 307 | 160 | 55 | 0 | 54 | 115 | 26 | 32 | 77 | 60 |
| Binary | 11000111 | 1110000 | 101101 | 0 | 101100 | 1001101 | 10110 | 11010 | 111111 | 110000 |
Color Harmonies of #C7702D
Complementary color
Monochromatic Colors of #C7702D
Black with #C7702D
Text Example
Text Example
White with #C7702D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7702D; }
p { color: rgb(199,112,45); }
H1.HeaderClassName
{
color: #C7702D;
}
.AnyTagClassName
{
color: #C7702D;
}
</style>
background-color css
<style>
a { background-color: #C7702D; }
a { background-color: rgb(199,112,45); }
div.DivClassName
{
background-color: #C7702D;
}
.BgClassName
{
background-color: #C7702D;
}
</style>
border-color css
<style>
span { border-color: #C7702D; }
span { border-color: rgb(199,112,45); }
td.TdClassName
{
border-color: #C7702D;
}
.TagClassName
{
border-color: #C7702D;
}
</style>