Shades of Meteor #C07636
Tints of Meteor #C07636
RGB
CMYK
RGB Variations
Color information
#C07636 (or 0xC07636) is known color: Meteor. HEX triplet: C0, 76 and 36. RGB value is (192,118,54). Sum of RGB (Red+Green+Blue) = 192+118+54=364 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.75% from 364); Green value is 118 (46.48% from 255 or 32.42% from 364); Blue value is 54 (21.48% from 255 or 14.84% from 364); Max value from RGB is 192 - color contains mainly: red. Hex color #C07636 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07636 is #3F89C9. Grayscale: #858585. Windows color (decimal): -4164042 or 3569344. OLE color: 3569344.
HSL color Cylindrical-coordinate representation of color #C07636: hue angle of 27.83º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C07636 is Cyan = 0, Magento = 0.39, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 118 | 54 | - |
| CMYK | 0 | 0.39 | 0.72 | 0.25 |
| HSL | 27.83º | 0.56% | 0.48% | - |
| HSV(B) | 27.83º | 0.72% | 0.75% | - |
| XYZ | 28.88 | 24.43 | 6.68 | - |
| YUV | 132.83 | 83.52 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 118 | 54 | 0 | 0.39 | 0.72 | 0.25 | 27.83 | 0.56 | 0.48 |
| Hex | C0 | 76 | 36 | 0 | 27 | 48 | 19 | 1C | 38 | 30 |
| Octal | 300 | 166 | 66 | 0 | 47 | 110 | 31 | 34 | 70 | 60 |
| Binary | 11000000 | 1110110 | 110110 | 0 | 100111 | 1001000 | 11001 | 11100 | 111000 | 110000 |
Color Harmonies of #C07636
Complementary color
Monochromatic Colors of #C07636
Black with #C07636
Text Example
Text Example
White with #C07636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07636; }
p { color: rgb(192,118,54); }
H1.HeaderClassName
{
color: #C07636;
}
.AnyTagClassName
{
color: #C07636;
}
</style>
background-color css
<style>
a { background-color: #C07636; }
a { background-color: rgb(192,118,54); }
div.DivClassName
{
background-color: #C07636;
}
.BgClassName
{
background-color: #C07636;
}
</style>
border-color css
<style>
span { border-color: #C07636; }
span { border-color: rgb(192,118,54); }
td.TdClassName
{
border-color: #C07636;
}
.TagClassName
{
border-color: #C07636;
}
</style>