Shades of Meteor #C07831
Tints of Meteor #C07831
RGB
CMYK
RGB Variations
Color information
#C07831 (or 0xC07831) is known color: Meteor. HEX triplet: C0, 78 and 31. RGB value is (192,120,49). Sum of RGB (Red+Green+Blue) = 192+120+49=361 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.19% from 361); Green value is 120 (47.27% from 255 or 33.24% from 361); Blue value is 49 (19.53% from 255 or 13.57% from 361); Max value from RGB is 192 - color contains mainly: red. Hex color #C07831 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07831 is #3F87CE. Grayscale: #858585. Windows color (decimal): -4163535 or 3242176. OLE color: 3242176.
HSL color Cylindrical-coordinate representation of color #C07831: hue angle of 29.79º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C07831 is Cyan = 0, Magento = 0.38, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 120 | 49 | - |
| CMYK | 0 | 0.38 | 0.74 | 0.25 |
| HSL | 29.79º | 0.59% | 0.47% | - |
| HSV(B) | 29.79º | 0.74% | 0.75% | - |
| XYZ | 29.01 | 24.86 | 6.18 | - |
| YUV | 133.43 | 80.35 | 169.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 120 | 49 | 0 | 0.38 | 0.74 | 0.25 | 29.79 | 0.59 | 0.47 |
| Hex | C0 | 78 | 31 | 0 | 26 | 4A | 19 | 1E | 3B | 2F |
| Octal | 300 | 170 | 61 | 0 | 46 | 112 | 31 | 36 | 73 | 57 |
| Binary | 11000000 | 1111000 | 110001 | 0 | 100110 | 1001010 | 11001 | 11110 | 111011 | 101111 |
Color Harmonies of #C07831
Complementary color
Monochromatic Colors of #C07831
Black with #C07831
Text Example
Text Example
White with #C07831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07831; }
p { color: rgb(192,120,49); }
H1.HeaderClassName
{
color: #C07831;
}
.AnyTagClassName
{
color: #C07831;
}
</style>
background-color css
<style>
a { background-color: #C07831; }
a { background-color: rgb(192,120,49); }
div.DivClassName
{
background-color: #C07831;
}
.BgClassName
{
background-color: #C07831;
}
</style>
border-color css
<style>
span { border-color: #C07831; }
span { border-color: rgb(192,120,49); }
td.TdClassName
{
border-color: #C07831;
}
.TagClassName
{
border-color: #C07831;
}
</style>