Shades of Meteor #C3702A
Tints of Meteor #C3702A
RGB
CMYK
RGB Variations
Color information
#C3702A (or 0xC3702A) is known color: Meteor. HEX triplet: C3, 70 and 2A. RGB value is (195,112,42). Sum of RGB (Red+Green+Blue) = 195+112+42=349 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.87% from 349); Green value is 112 (44.14% from 255 or 32.09% from 349); Blue value is 42 (16.80% from 255 or 12.03% from 349); Max value from RGB is 195 - color contains mainly: red. Hex color #C3702A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3702A is #3C8FD5. Grayscale: #818181. Windows color (decimal): -3968982 or 2781379. OLE color: 2781379.
HSL color Cylindrical-coordinate representation of color #C3702A: hue angle of 27.45º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C3702A is Cyan = 0, Magento = 0.43, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 112 | 42 | - |
| CMYK | 0 | 0.43 | 0.78 | 0.24 |
| HSL | 27.45º | 0.65% | 0.46% | - |
| HSV(B) | 27.45º | 0.78% | 0.76% | - |
| XYZ | 28.72 | 23.36 | 5.19 | - |
| YUV | 128.84 | 79 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 112 | 42 | 0 | 0.43 | 0.78 | 0.24 | 27.45 | 0.65 | 0.46 |
| Hex | C3 | 70 | 2A | 0 | 2B | 4E | 18 | 1B | 41 | 2E |
| Octal | 303 | 160 | 52 | 0 | 53 | 116 | 30 | 33 | 101 | 56 |
| Binary | 11000011 | 1110000 | 101010 | 0 | 101011 | 1001110 | 11000 | 11011 | 1000001 | 101110 |
Color Harmonies of #C3702A
Complementary color
Monochromatic Colors of #C3702A
Black with #C3702A
Text Example
Text Example
White with #C3702A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3702A; }
p { color: rgb(195,112,42); }
H1.HeaderClassName
{
color: #C3702A;
}
.AnyTagClassName
{
color: #C3702A;
}
</style>
background-color css
<style>
a { background-color: #C3702A; }
a { background-color: rgb(195,112,42); }
div.DivClassName
{
background-color: #C3702A;
}
.BgClassName
{
background-color: #C3702A;
}
</style>
border-color css
<style>
span { border-color: #C3702A; }
span { border-color: rgb(195,112,42); }
td.TdClassName
{
border-color: #C3702A;
}
.TagClassName
{
border-color: #C3702A;
}
</style>