Shades of Meteor #C7732F
Tints of Meteor #C7732F
RGB
CMYK
RGB Variations
Color information
#C7732F (or 0xC7732F) is known color: Meteor. HEX triplet: C7, 73 and 2F. RGB value is (199,115,47). Sum of RGB (Red+Green+Blue) = 199+115+47=361 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.12% from 361); Green value is 115 (45.31% from 255 or 31.86% from 361); Blue value is 47 (18.75% from 255 or 13.02% from 361); Max value from RGB is 199 - color contains mainly: red. Hex color #C7732F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7732F is #388CD0. Grayscale: #848484. Windows color (decimal): -3706065 or 3109831. OLE color: 3109831.
HSL color Cylindrical-coordinate representation of color #C7732F: hue angle of 26.84º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C7732F is Cyan = 0, Magento = 0.42, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 115 | 47 | - |
| CMYK | 0 | 0.42 | 0.76 | 0.22 |
| HSL | 26.84º | 0.62% | 0.48% | - |
| HSV(B) | 26.84º | 0.76% | 0.78% | - |
| XYZ | 30.2 | 24.61 | 5.85 | - |
| YUV | 132.36 | 79.83 | 175.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 115 | 47 | 0 | 0.42 | 0.76 | 0.22 | 26.84 | 0.62 | 0.48 |
| Hex | C7 | 73 | 2F | 0 | 2A | 4C | 16 | 1B | 3E | 30 |
| Octal | 307 | 163 | 57 | 0 | 52 | 114 | 26 | 33 | 76 | 60 |
| Binary | 11000111 | 1110011 | 101111 | 0 | 101010 | 1001100 | 10110 | 11011 | 111110 | 110000 |
Color Harmonies of #C7732F
Complementary color
Monochromatic Colors of #C7732F
Black with #C7732F
Text Example
Text Example
White with #C7732F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7732F; }
p { color: rgb(199,115,47); }
H1.HeaderClassName
{
color: #C7732F;
}
.AnyTagClassName
{
color: #C7732F;
}
</style>
background-color css
<style>
a { background-color: #C7732F; }
a { background-color: rgb(199,115,47); }
div.DivClassName
{
background-color: #C7732F;
}
.BgClassName
{
background-color: #C7732F;
}
</style>
border-color css
<style>
span { border-color: #C7732F; }
span { border-color: rgb(199,115,47); }
td.TdClassName
{
border-color: #C7732F;
}
.TagClassName
{
border-color: #C7732F;
}
</style>