Shades of Meteor #C07837
Tints of Meteor #C07837
RGB
CMYK
RGB Variations
Color information
#C07837 (or 0xC07837) is known color: Meteor. HEX triplet: C0, 78 and 37. RGB value is (192,120,55). Sum of RGB (Red+Green+Blue) = 192+120+55=367 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.32% from 367); Green value is 120 (47.27% from 255 or 32.70% from 367); Blue value is 55 (21.88% from 255 or 14.99% from 367); Max value from RGB is 192 - color contains mainly: red. Hex color #C07837 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07837 is #3F87C8. Grayscale: #868686. Windows color (decimal): -4163529 or 3635392. OLE color: 3635392.
HSL color Cylindrical-coordinate representation of color #C07837: hue angle of 28.47º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C07837 is Cyan = 0, Magento = 0.38, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 120 | 55 | - |
| CMYK | 0 | 0.38 | 0.71 | 0.25 |
| HSL | 28.47º | 0.55% | 0.48% | - |
| HSV(B) | 28.47º | 0.71% | 0.75% | - |
| XYZ | 29.14 | 24.92 | 6.89 | - |
| YUV | 134.12 | 83.35 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 120 | 55 | 0 | 0.38 | 0.71 | 0.25 | 28.47 | 0.55 | 0.48 |
| Hex | C0 | 78 | 37 | 0 | 26 | 47 | 19 | 1C | 37 | 30 |
| Octal | 300 | 170 | 67 | 0 | 46 | 107 | 31 | 34 | 67 | 60 |
| Binary | 11000000 | 1111000 | 110111 | 0 | 100110 | 1000111 | 11001 | 11100 | 110111 | 110000 |
Color Harmonies of #C07837
Complementary color
Monochromatic Colors of #C07837
Black with #C07837
Text Example
Text Example
White with #C07837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07837; }
p { color: rgb(192,120,55); }
H1.HeaderClassName
{
color: #C07837;
}
.AnyTagClassName
{
color: #C07837;
}
</style>
background-color css
<style>
a { background-color: #C07837; }
a { background-color: rgb(192,120,55); }
div.DivClassName
{
background-color: #C07837;
}
.BgClassName
{
background-color: #C07837;
}
</style>
border-color css
<style>
span { border-color: #C07837; }
span { border-color: rgb(192,120,55); }
td.TdClassName
{
border-color: #C07837;
}
.TagClassName
{
border-color: #C07837;
}
</style>