Shades of Meteor #C0702B
Tints of Meteor #C0702B
RGB
CMYK
RGB Variations
Color information
#C0702B (or 0xC0702B) is known color: Meteor. HEX triplet: C0, 70 and 2B. RGB value is (192,112,43). Sum of RGB (Red+Green+Blue) = 192+112+43=347 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.33% from 347); Green value is 112 (44.14% from 255 or 32.28% from 347); Blue value is 43 (17.19% from 255 or 12.39% from 347); Max value from RGB is 192 - color contains mainly: red. Hex color #C0702B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0702B is #3F8FD4. Grayscale: #808080. Windows color (decimal): -4165589 or 2846912. OLE color: 2846912.
HSL color Cylindrical-coordinate representation of color #C0702B: hue angle of 27.79º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C0702B is Cyan = 0, Magento = 0.42, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
RGB | 192 | 112 | 43 | - |
CMYK | 0 | 0.42 | 0.78 | 0.25 |
HSL | 27.79º | 0.63% | 0.46% | - |
HSV(B) | 27.79º | 0.78% | 0.75% | - |
XYZ | 27.97 | 22.97 | 5.24 | - |
YUV | 128.05 | 80 | 173.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 112 | 43 | 0 | 0.42 | 0.78 | 0.25 | 27.79 | 0.63 | 0.46 |
Hex | C0 | 70 | 2B | 0 | 2A | 4E | 19 | 1C | 3F | 2E |
Octal | 300 | 160 | 53 | 0 | 52 | 116 | 31 | 34 | 77 | 56 |
Binary | 11000000 | 1110000 | 101011 | 0 | 101010 | 1001110 | 11001 | 11100 | 111111 | 101110 |
Color Harmonies of #C0702B
Complementary color
Monochromatic Colors of #C0702B
Black with #C0702B
Text Example
Text Example
White with #C0702B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0702B; }
p { color: rgb(192,112,43); }
H1.HeaderClassName
{
color: #C0702B;
}
.AnyTagClassName
{
color: #C0702B;
}
</style>
background-color css
<style>
a { background-color: #C0702B; }
a { background-color: rgb(192,112,43); }
div.DivClassName
{
background-color: #C0702B;
}
.BgClassName
{
background-color: #C0702B;
}
</style>
border-color css
<style>
span { border-color: #C0702B; }
span { border-color: rgb(192,112,43); }
td.TdClassName
{
border-color: #C0702B;
}
.TagClassName
{
border-color: #C0702B;
}
</style>