Shades of Meteor #C07732
Tints of Meteor #C07732
RGB
CMYK
RGB Variations
Color information
#C07732 (or 0xC07732) is known color: Meteor. HEX triplet: C0, 77 and 32. RGB value is (192,119,50). Sum of RGB (Red+Green+Blue) = 192+119+50=361 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.19% from 361); Green value is 119 (46.88% from 255 or 32.96% from 361); Blue value is 50 (19.92% from 255 or 13.85% from 361); Max value from RGB is 192 - color contains mainly: red. Hex color #C07732 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07732 is #3F88CD. Grayscale: #858585. Windows color (decimal): -4163790 or 3307456. OLE color: 3307456.
HSL color Cylindrical-coordinate representation of color #C07732: hue angle of 29.15º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C07732 is Cyan = 0, Magento = 0.38, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 119 | 50 | - |
| CMYK | 0 | 0.38 | 0.74 | 0.25 |
| HSL | 29.15º | 0.59% | 0.47% | - |
| HSV(B) | 29.15º | 0.74% | 0.75% | - |
| XYZ | 28.91 | 24.63 | 6.25 | - |
| YUV | 132.96 | 81.18 | 170.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 119 | 50 | 0 | 0.38 | 0.74 | 0.25 | 29.15 | 0.59 | 0.47 |
| Hex | C0 | 77 | 32 | 0 | 26 | 4A | 19 | 1D | 3B | 2F |
| Octal | 300 | 167 | 62 | 0 | 46 | 112 | 31 | 35 | 73 | 57 |
| Binary | 11000000 | 1110111 | 110010 | 0 | 100110 | 1001010 | 11001 | 11101 | 111011 | 101111 |
Color Harmonies of #C07732
Complementary color
Monochromatic Colors of #C07732
Black with #C07732
Text Example
Text Example
White with #C07732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07732; }
p { color: rgb(192,119,50); }
H1.HeaderClassName
{
color: #C07732;
}
.AnyTagClassName
{
color: #C07732;
}
</style>
background-color css
<style>
a { background-color: #C07732; }
a { background-color: rgb(192,119,50); }
div.DivClassName
{
background-color: #C07732;
}
.BgClassName
{
background-color: #C07732;
}
</style>
border-color css
<style>
span { border-color: #C07732; }
span { border-color: rgb(192,119,50); }
td.TdClassName
{
border-color: #C07732;
}
.TagClassName
{
border-color: #C07732;
}
</style>