Shades of Meteor #C07631
Tints of Meteor #C07631
RGB
CMYK
RGB Variations
Color information
#C07631 (or 0xC07631) is known color: Meteor. HEX triplet: C0, 76 and 31. RGB value is (192,118,49). Sum of RGB (Red+Green+Blue) = 192+118+49=359 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.48% from 359); Green value is 118 (46.48% from 255 or 32.87% from 359); Blue value is 49 (19.53% from 255 or 13.65% from 359); Max value from RGB is 192 - color contains mainly: red. Hex color #C07631 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07631 is #3F89CE. Grayscale: #848484. Windows color (decimal): -4164047 or 3241664. OLE color: 3241664.
HSL color Cylindrical-coordinate representation of color #C07631: hue angle of 28.95º 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 #C07631 is Cyan = 0, Magento = 0.39, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 118 | 49 | - |
| CMYK | 0 | 0.39 | 0.74 | 0.25 |
| HSL | 28.95º | 0.59% | 0.47% | - |
| HSV(B) | 28.95º | 0.74% | 0.75% | - |
| XYZ | 28.77 | 24.39 | 6.1 | - |
| YUV | 132.26 | 81.02 | 170.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 118 | 49 | 0 | 0.39 | 0.74 | 0.25 | 28.95 | 0.59 | 0.47 |
| Hex | C0 | 76 | 31 | 0 | 27 | 4A | 19 | 1D | 3B | 2F |
| Octal | 300 | 166 | 61 | 0 | 47 | 112 | 31 | 35 | 73 | 57 |
| Binary | 11000000 | 1110110 | 110001 | 0 | 100111 | 1001010 | 11001 | 11101 | 111011 | 101111 |
Color Harmonies of #C07631
Complementary color
Monochromatic Colors of #C07631
Black with #C07631
Text Example
Text Example
White with #C07631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07631; }
p { color: rgb(192,118,49); }
H1.HeaderClassName
{
color: #C07631;
}
.AnyTagClassName
{
color: #C07631;
}
</style>
background-color css
<style>
a { background-color: #C07631; }
a { background-color: rgb(192,118,49); }
div.DivClassName
{
background-color: #C07631;
}
.BgClassName
{
background-color: #C07631;
}
</style>
border-color css
<style>
span { border-color: #C07631; }
span { border-color: rgb(192,118,49); }
td.TdClassName
{
border-color: #C07631;
}
.TagClassName
{
border-color: #C07631;
}
</style>