Shades of Meteor #C07B35
Tints of Meteor #C07B35
RGB
CMYK
RGB Variations
Color information
#C07B35 (or 0xC07B35) is known color: Meteor. HEX triplet: C0, 7B and 35. RGB value is (192,123,53). Sum of RGB (Red+Green+Blue) = 192+123+53=368 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.17% from 368); Green value is 123 (48.44% from 255 or 33.42% from 368); Blue value is 53 (21.09% from 255 or 14.40% from 368); Max value from RGB is 192 - color contains mainly: red. Hex color #C07B35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07B35 is #3F84CA. Grayscale: #888888. Windows color (decimal): -4162763 or 3505088. OLE color: 3505088.
HSL color Cylindrical-coordinate representation of color #C07B35: hue angle of 30.22º 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 #C07B35 is Cyan = 0, Magento = 0.36, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 123 | 53 | - |
| CMYK | 0 | 0.36 | 0.72 | 0.25 |
| HSL | 30.22º | 0.57% | 0.48% | - |
| HSV(B) | 30.22º | 0.72% | 0.75% | - |
| XYZ | 29.46 | 25.63 | 6.76 | - |
| YUV | 135.65 | 81.36 | 168.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 123 | 53 | 0 | 0.36 | 0.72 | 0.25 | 30.22 | 0.57 | 0.48 |
| Hex | C0 | 7B | 35 | 0 | 24 | 48 | 19 | 1E | 39 | 30 |
| Octal | 300 | 173 | 65 | 0 | 44 | 110 | 31 | 36 | 71 | 60 |
| Binary | 11000000 | 1111011 | 110101 | 0 | 100100 | 1001000 | 11001 | 11110 | 111001 | 110000 |
Color Harmonies of #C07B35
Complementary color
Monochromatic Colors of #C07B35
Black with #C07B35
Text Example
Text Example
White with #C07B35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07B35; }
p { color: rgb(192,123,53); }
H1.HeaderClassName
{
color: #C07B35;
}
.AnyTagClassName
{
color: #C07B35;
}
</style>
background-color css
<style>
a { background-color: #C07B35; }
a { background-color: rgb(192,123,53); }
div.DivClassName
{
background-color: #C07B35;
}
.BgClassName
{
background-color: #C07B35;
}
</style>
border-color css
<style>
span { border-color: #C07B35; }
span { border-color: rgb(192,123,53); }
td.TdClassName
{
border-color: #C07B35;
}
.TagClassName
{
border-color: #C07B35;
}
</style>