Shades of Meteor #C07932
Tints of Meteor #C07932
RGB
CMYK
RGB Variations
Color information
#C07932 (or 0xC07932) is known color: Meteor. HEX triplet: C0, 79 and 32. RGB value is (192,121,50). Sum of RGB (Red+Green+Blue) = 192+121+50=363 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.89% from 363); Green value is 121 (47.66% from 255 or 33.33% from 363); Blue value is 50 (19.92% from 255 or 13.77% from 363); Max value from RGB is 192 - color contains mainly: red. Hex color #C07932 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07932 is #3F86CD. Grayscale: #868686. Windows color (decimal): -4163278 or 3307968. OLE color: 3307968.
HSL color Cylindrical-coordinate representation of color #C07932: hue angle of 30º 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 #C07932 is Cyan = 0, Magento = 0.37, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 121 | 50 | - |
| CMYK | 0 | 0.37 | 0.74 | 0.25 |
| HSL | 30º | 0.59% | 0.47% | - |
| HSV(B) | 30º | 0.74% | 0.75% | - |
| XYZ | 29.15 | 25.11 | 6.33 | - |
| YUV | 134.14 | 80.52 | 169.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 121 | 50 | 0 | 0.37 | 0.74 | 0.25 | 30 | 0.59 | 0.47 |
| Hex | C0 | 79 | 32 | 0 | 25 | 4A | 19 | 1E | 3B | 2F |
| Octal | 300 | 171 | 62 | 0 | 45 | 112 | 31 | 36 | 73 | 57 |
| Binary | 11000000 | 1111001 | 110010 | 0 | 100101 | 1001010 | 11001 | 11110 | 111011 | 101111 |
Color Harmonies of #C07932
Complementary color
Monochromatic Colors of #C07932
Black with #C07932
Text Example
Text Example
White with #C07932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07932; }
p { color: rgb(192,121,50); }
H1.HeaderClassName
{
color: #C07932;
}
.AnyTagClassName
{
color: #C07932;
}
</style>
background-color css
<style>
a { background-color: #C07932; }
a { background-color: rgb(192,121,50); }
div.DivClassName
{
background-color: #C07932;
}
.BgClassName
{
background-color: #C07932;
}
</style>
border-color css
<style>
span { border-color: #C07932; }
span { border-color: rgb(192,121,50); }
td.TdClassName
{
border-color: #C07932;
}
.TagClassName
{
border-color: #C07932;
}
</style>