Shades of Meteor #C07436
Tints of Meteor #C07436
RGB
CMYK
RGB Variations
Color information
#C07436 (or 0xC07436) is known color: Meteor. HEX triplet: C0, 74 and 36. RGB value is (192,116,54). Sum of RGB (Red+Green+Blue) = 192+116+54=362 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.04% from 362); Green value is 116 (45.70% from 255 or 32.04% from 362); Blue value is 54 (21.48% from 255 or 14.92% from 362); Max value from RGB is 192 - color contains mainly: red. Hex color #C07436 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07436 is #3F8BC9. Grayscale: #838383. Windows color (decimal): -4164554 or 3568832. OLE color: 3568832.
HSL color Cylindrical-coordinate representation of color #C07436: hue angle of 26.96º 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 #C07436 is Cyan = 0, Magento = 0.40, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 116 | 54 | - |
| CMYK | 0 | 0.40 | 0.72 | 0.25 |
| HSL | 26.96º | 0.56% | 0.48% | - |
| HSV(B) | 26.96º | 0.72% | 0.75% | - |
| XYZ | 28.65 | 23.96 | 6.61 | - |
| YUV | 131.66 | 84.18 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 116 | 54 | 0 | 0.40 | 0.72 | 0.25 | 26.96 | 0.56 | 0.48 |
| Hex | C0 | 74 | 36 | 0 | 28 | 48 | 19 | 1B | 38 | 30 |
| Octal | 300 | 164 | 66 | 0 | 50 | 110 | 31 | 33 | 70 | 60 |
| Binary | 11000000 | 1110100 | 110110 | 0 | 101000 | 1001000 | 11001 | 11011 | 111000 | 110000 |
Color Harmonies of #C07436
Complementary color
Monochromatic Colors of #C07436
Black with #C07436
Text Example
Text Example
White with #C07436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07436; }
p { color: rgb(192,116,54); }
H1.HeaderClassName
{
color: #C07436;
}
.AnyTagClassName
{
color: #C07436;
}
</style>
background-color css
<style>
a { background-color: #C07436; }
a { background-color: rgb(192,116,54); }
div.DivClassName
{
background-color: #C07436;
}
.BgClassName
{
background-color: #C07436;
}
</style>
border-color css
<style>
span { border-color: #C07436; }
span { border-color: rgb(192,116,54); }
td.TdClassName
{
border-color: #C07436;
}
.TagClassName
{
border-color: #C07436;
}
</style>