Shades of Meteor #C07833
Tints of Meteor #C07833
RGB
CMYK
RGB Variations
Color information
#C07833 (or 0xC07833) is known color: Meteor. HEX triplet: C0, 78 and 33. RGB value is (192,120,51). Sum of RGB (Red+Green+Blue) = 192+120+51=363 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.89% from 363); Green value is 120 (47.27% from 255 or 33.06% from 363); Blue value is 51 (20.31% from 255 or 14.05% from 363); Max value from RGB is 192 - color contains mainly: red. Hex color #C07833 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07833 is #3F87CC. Grayscale: #868686. Windows color (decimal): -4163533 or 3373248. OLE color: 3373248.
HSL color Cylindrical-coordinate representation of color #C07833: hue angle of 29.36º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C07833 is Cyan = 0, Magento = 0.38, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 120 | 51 | - |
| CMYK | 0 | 0.38 | 0.73 | 0.25 |
| HSL | 29.36º | 0.58% | 0.48% | - |
| HSV(B) | 29.36º | 0.73% | 0.75% | - |
| XYZ | 29.05 | 24.88 | 6.4 | - |
| YUV | 133.66 | 81.35 | 169.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 120 | 51 | 0 | 0.38 | 0.73 | 0.25 | 29.36 | 0.58 | 0.48 |
| Hex | C0 | 78 | 33 | 0 | 26 | 49 | 19 | 1D | 3A | 30 |
| Octal | 300 | 170 | 63 | 0 | 46 | 111 | 31 | 35 | 72 | 60 |
| Binary | 11000000 | 1111000 | 110011 | 0 | 100110 | 1001001 | 11001 | 11101 | 111010 | 110000 |
Color Harmonies of #C07833
Complementary color
Monochromatic Colors of #C07833
Black with #C07833
Text Example
Text Example
White with #C07833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07833; }
p { color: rgb(192,120,51); }
H1.HeaderClassName
{
color: #C07833;
}
.AnyTagClassName
{
color: #C07833;
}
</style>
background-color css
<style>
a { background-color: #C07833; }
a { background-color: rgb(192,120,51); }
div.DivClassName
{
background-color: #C07833;
}
.BgClassName
{
background-color: #C07833;
}
</style>
border-color css
<style>
span { border-color: #C07833; }
span { border-color: rgb(192,120,51); }
td.TdClassName
{
border-color: #C07833;
}
.TagClassName
{
border-color: #C07833;
}
</style>