Shades of Meteor #C07135
Tints of Meteor #C07135
RGB
CMYK
RGB Variations
Color information
#C07135 (or 0xC07135) is known color: Meteor. HEX triplet: C0, 71 and 35. RGB value is (192,113,53). Sum of RGB (Red+Green+Blue) = 192+113+53=358 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.63% from 358); Green value is 113 (44.53% from 255 or 31.56% from 358); Blue value is 53 (21.09% from 255 or 14.80% from 358); Max value from RGB is 192 - color contains mainly: red. Hex color #C07135 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07135 is #3F8ECA. Grayscale: #828282. Windows color (decimal): -4165323 or 3502528. OLE color: 3502528.
HSL color Cylindrical-coordinate representation of color #C07135: hue angle of 25.9º 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 #C07135 is Cyan = 0, Magento = 0.41, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 113 | 53 | - |
| CMYK | 0 | 0.41 | 0.72 | 0.25 |
| HSL | 25.9º | 0.57% | 0.48% | - |
| HSV(B) | 25.9º | 0.72% | 0.75% | - |
| XYZ | 28.29 | 23.27 | 6.37 | - |
| YUV | 129.78 | 84.67 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 113 | 53 | 0 | 0.41 | 0.72 | 0.25 | 25.9 | 0.57 | 0.48 |
| Hex | C0 | 71 | 35 | 0 | 29 | 48 | 19 | 1A | 39 | 30 |
| Octal | 300 | 161 | 65 | 0 | 51 | 110 | 31 | 32 | 71 | 60 |
| Binary | 11000000 | 1110001 | 110101 | 0 | 101001 | 1001000 | 11001 | 11010 | 111001 | 110000 |
Color Harmonies of #C07135
Complementary color
Monochromatic Colors of #C07135
Black with #C07135
Text Example
Text Example
White with #C07135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07135; }
p { color: rgb(192,113,53); }
H1.HeaderClassName
{
color: #C07135;
}
.AnyTagClassName
{
color: #C07135;
}
</style>
background-color css
<style>
a { background-color: #C07135; }
a { background-color: rgb(192,113,53); }
div.DivClassName
{
background-color: #C07135;
}
.BgClassName
{
background-color: #C07135;
}
</style>
border-color css
<style>
span { border-color: #C07135; }
span { border-color: rgb(192,113,53); }
td.TdClassName
{
border-color: #C07135;
}
.TagClassName
{
border-color: #C07135;
}
</style>