Shades of Meteor #C7722D
Tints of Meteor #C7722D
RGB
CMYK
RGB Variations
Color information
#C7722D (or 0xC7722D) is known color: Meteor. HEX triplet: C7, 72 and 2D. RGB value is (199,114,45). Sum of RGB (Red+Green+Blue) = 199+114+45=358 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.59% from 358); Green value is 114 (44.92% from 255 or 31.84% from 358); Blue value is 45 (17.97% from 255 or 12.57% from 358); Max value from RGB is 199 - color contains mainly: red. Hex color #C7722D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7722D is #388DD2. Grayscale: #838383. Windows color (decimal): -3706323 or 2978503. OLE color: 2978503.
HSL color Cylindrical-coordinate representation of color #C7722D: hue angle of 26.88º 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 #C7722D is Cyan = 0, Magento = 0.43, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 114 | 45 | - |
| CMYK | 0 | 0.43 | 0.77 | 0.22 |
| HSL | 26.88º | 0.63% | 0.48% | - |
| HSV(B) | 26.88º | 0.77% | 0.78% | - |
| XYZ | 30.04 | 24.37 | 5.6 | - |
| YUV | 131.55 | 79.16 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 114 | 45 | 0 | 0.43 | 0.77 | 0.22 | 26.88 | 0.63 | 0.48 |
| Hex | C7 | 72 | 2D | 0 | 2B | 4D | 16 | 1B | 3F | 30 |
| Octal | 307 | 162 | 55 | 0 | 53 | 115 | 26 | 33 | 77 | 60 |
| Binary | 11000111 | 1110010 | 101101 | 0 | 101011 | 1001101 | 10110 | 11011 | 111111 | 110000 |
Color Harmonies of #C7722D
Complementary color
Monochromatic Colors of #C7722D
Black with #C7722D
Text Example
Text Example
White with #C7722D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7722D; }
p { color: rgb(199,114,45); }
H1.HeaderClassName
{
color: #C7722D;
}
.AnyTagClassName
{
color: #C7722D;
}
</style>
background-color css
<style>
a { background-color: #C7722D; }
a { background-color: rgb(199,114,45); }
div.DivClassName
{
background-color: #C7722D;
}
.BgClassName
{
background-color: #C7722D;
}
</style>
border-color css
<style>
span { border-color: #C7722D; }
span { border-color: rgb(199,114,45); }
td.TdClassName
{
border-color: #C7722D;
}
.TagClassName
{
border-color: #C7722D;
}
</style>