Shades of Meteor #C07736
Tints of Meteor #C07736
RGB
CMYK
RGB Variations
Color information
#C07736 (or 0xC07736) is known color: Meteor. HEX triplet: C0, 77 and 36. RGB value is (192,119,54). Sum of RGB (Red+Green+Blue) = 192+119+54=365 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.60% from 365); Green value is 119 (46.88% from 255 or 32.60% from 365); Blue value is 54 (21.48% from 255 or 14.79% from 365); Max value from RGB is 192 - color contains mainly: red. Hex color #C07736 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07736 is #3F88C9. Grayscale: #858585. Windows color (decimal): -4163786 or 3569600. OLE color: 3569600.
HSL color Cylindrical-coordinate representation of color #C07736: hue angle of 28.26º 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 #C07736 is Cyan = 0, Magento = 0.38, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 119 | 54 | - |
| CMYK | 0 | 0.38 | 0.72 | 0.25 |
| HSL | 28.26º | 0.56% | 0.48% | - |
| HSV(B) | 28.26º | 0.72% | 0.75% | - |
| XYZ | 29 | 24.67 | 6.72 | - |
| YUV | 133.42 | 83.18 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 119 | 54 | 0 | 0.38 | 0.72 | 0.25 | 28.26 | 0.56 | 0.48 |
| Hex | C0 | 77 | 36 | 0 | 26 | 48 | 19 | 1C | 38 | 30 |
| Octal | 300 | 167 | 66 | 0 | 46 | 110 | 31 | 34 | 70 | 60 |
| Binary | 11000000 | 1110111 | 110110 | 0 | 100110 | 1001000 | 11001 | 11100 | 111000 | 110000 |
Color Harmonies of #C07736
Complementary color
Monochromatic Colors of #C07736
Black with #C07736
Text Example
Text Example
White with #C07736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07736; }
p { color: rgb(192,119,54); }
H1.HeaderClassName
{
color: #C07736;
}
.AnyTagClassName
{
color: #C07736;
}
</style>
background-color css
<style>
a { background-color: #C07736; }
a { background-color: rgb(192,119,54); }
div.DivClassName
{
background-color: #C07736;
}
.BgClassName
{
background-color: #C07736;
}
</style>
border-color css
<style>
span { border-color: #C07736; }
span { border-color: rgb(192,119,54); }
td.TdClassName
{
border-color: #C07736;
}
.TagClassName
{
border-color: #C07736;
}
</style>