Shades of Meteor #C07635
Tints of Meteor #C07635
RGB
CMYK
RGB Variations
Color information
#C07635 (or 0xC07635) is known color: Meteor. HEX triplet: C0, 76 and 35. RGB value is (192,118,53). Sum of RGB (Red+Green+Blue) = 192+118+53=363 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.89% from 363); Green value is 118 (46.48% from 255 or 32.51% from 363); Blue value is 53 (21.09% from 255 or 14.60% from 363); Max value from RGB is 192 - color contains mainly: red. Hex color #C07635 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07635 is #3F89CA. Grayscale: #858585. Windows color (decimal): -4164043 or 3503808. OLE color: 3503808.
HSL color Cylindrical-coordinate representation of color #C07635: hue angle of 28.06º degrees, saturation: 0.57, 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 #C07635 is Cyan = 0, Magento = 0.39, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 118 | 53 | - |
| CMYK | 0 | 0.39 | 0.72 | 0.25 |
| HSL | 28.06º | 0.57% | 0.48% | - |
| HSV(B) | 28.06º | 0.72% | 0.75% | - |
| XYZ | 28.86 | 24.42 | 6.56 | - |
| YUV | 132.72 | 83.02 | 170.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 118 | 53 | 0 | 0.39 | 0.72 | 0.25 | 28.06 | 0.57 | 0.48 |
| Hex | C0 | 76 | 35 | 0 | 27 | 48 | 19 | 1C | 39 | 30 |
| Octal | 300 | 166 | 65 | 0 | 47 | 110 | 31 | 34 | 71 | 60 |
| Binary | 11000000 | 1110110 | 110101 | 0 | 100111 | 1001000 | 11001 | 11100 | 111001 | 110000 |
Color Harmonies of #C07635
Complementary color
Monochromatic Colors of #C07635
Black with #C07635
Text Example
Text Example
White with #C07635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07635; }
p { color: rgb(192,118,53); }
H1.HeaderClassName
{
color: #C07635;
}
.AnyTagClassName
{
color: #C07635;
}
</style>
background-color css
<style>
a { background-color: #C07635; }
a { background-color: rgb(192,118,53); }
div.DivClassName
{
background-color: #C07635;
}
.BgClassName
{
background-color: #C07635;
}
</style>
border-color css
<style>
span { border-color: #C07635; }
span { border-color: rgb(192,118,53); }
td.TdClassName
{
border-color: #C07635;
}
.TagClassName
{
border-color: #C07635;
}
</style>