Shades of Meteor #C07735
Tints of Meteor #C07735
RGB
CMYK
RGB Variations
Color information
#C07735 (or 0xC07735) is known color: Meteor. HEX triplet: C0, 77 and 35. RGB value is (192,119,53). Sum of RGB (Red+Green+Blue) = 192+119+53=364 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.75% from 364); Green value is 119 (46.88% from 255 or 32.69% from 364); Blue value is 53 (21.09% from 255 or 14.56% from 364); Max value from RGB is 192 - color contains mainly: red. Hex color #C07735 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07735 is #3F88CA. Grayscale: #858585. Windows color (decimal): -4163787 or 3504064. OLE color: 3504064.
HSL color Cylindrical-coordinate representation of color #C07735: hue angle of 28.49º 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 #C07735 is Cyan = 0, Magento = 0.38, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 119 | 53 | - |
| CMYK | 0 | 0.38 | 0.72 | 0.25 |
| HSL | 28.49º | 0.57% | 0.48% | - |
| HSV(B) | 28.49º | 0.72% | 0.75% | - |
| XYZ | 28.98 | 24.66 | 6.6 | - |
| YUV | 133.3 | 82.68 | 169.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 119 | 53 | 0 | 0.38 | 0.72 | 0.25 | 28.49 | 0.57 | 0.48 |
| Hex | C0 | 77 | 35 | 0 | 26 | 48 | 19 | 1C | 39 | 30 |
| Octal | 300 | 167 | 65 | 0 | 46 | 110 | 31 | 34 | 71 | 60 |
| Binary | 11000000 | 1110111 | 110101 | 0 | 100110 | 1001000 | 11001 | 11100 | 111001 | 110000 |
Color Harmonies of #C07735
Complementary color
Monochromatic Colors of #C07735
Black with #C07735
Text Example
Text Example
White with #C07735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07735; }
p { color: rgb(192,119,53); }
H1.HeaderClassName
{
color: #C07735;
}
.AnyTagClassName
{
color: #C07735;
}
</style>
background-color css
<style>
a { background-color: #C07735; }
a { background-color: rgb(192,119,53); }
div.DivClassName
{
background-color: #C07735;
}
.BgClassName
{
background-color: #C07735;
}
</style>
border-color css
<style>
span { border-color: #C07735; }
span { border-color: rgb(192,119,53); }
td.TdClassName
{
border-color: #C07735;
}
.TagClassName
{
border-color: #C07735;
}
</style>