Shades of Meteor #C07533
Tints of Meteor #C07533
RGB
CMYK
RGB Variations
Color information
#C07533 (or 0xC07533) is known color: Meteor. HEX triplet: C0, 75 and 33. RGB value is (192,117,51). Sum of RGB (Red+Green+Blue) = 192+117+51=360 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.33% from 360); Green value is 117 (46.09% from 255 or 32.5% from 360); Blue value is 51 (20.31% from 255 or 14.17% from 360); Max value from RGB is 192 - color contains mainly: red. Hex color #C07533 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07533 is #3F8ACC. Grayscale: #848484. Windows color (decimal): -4164301 or 3372480. OLE color: 3372480.
HSL color Cylindrical-coordinate representation of color #C07533: hue angle of 28.09º 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 #C07533 is Cyan = 0, Magento = 0.39, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 117 | 51 | - |
| CMYK | 0 | 0.39 | 0.73 | 0.25 |
| HSL | 28.09º | 0.58% | 0.48% | - |
| HSV(B) | 28.09º | 0.73% | 0.75% | - |
| XYZ | 28.7 | 24.17 | 6.28 | - |
| YUV | 131.9 | 82.35 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 117 | 51 | 0 | 0.39 | 0.73 | 0.25 | 28.09 | 0.58 | 0.48 |
| Hex | C0 | 75 | 33 | 0 | 27 | 49 | 19 | 1C | 3A | 30 |
| Octal | 300 | 165 | 63 | 0 | 47 | 111 | 31 | 34 | 72 | 60 |
| Binary | 11000000 | 1110101 | 110011 | 0 | 100111 | 1001001 | 11001 | 11100 | 111010 | 110000 |
Color Harmonies of #C07533
Complementary color
Monochromatic Colors of #C07533
Black with #C07533
Text Example
Text Example
White with #C07533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07533; }
p { color: rgb(192,117,51); }
H1.HeaderClassName
{
color: #C07533;
}
.AnyTagClassName
{
color: #C07533;
}
</style>
background-color css
<style>
a { background-color: #C07533; }
a { background-color: rgb(192,117,51); }
div.DivClassName
{
background-color: #C07533;
}
.BgClassName
{
background-color: #C07533;
}
</style>
border-color css
<style>
span { border-color: #C07533; }
span { border-color: rgb(192,117,51); }
td.TdClassName
{
border-color: #C07533;
}
.TagClassName
{
border-color: #C07533;
}
</style>