Shades of Meteor #C37329
Tints of Meteor #C37329
RGB
CMYK
RGB Variations
Color information
#C37329 (or 0xC37329) is known color: Meteor. HEX triplet: C3, 73 and 29. RGB value is (195,115,41). Sum of RGB (Red+Green+Blue) = 195+115+41=351 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.56% from 351); Green value is 115 (45.31% from 255 or 32.76% from 351); Blue value is 41 (16.41% from 255 or 11.68% from 351); Max value from RGB is 195 - color contains mainly: red. Hex color #C37329 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37329 is #3C8CD6. Grayscale: #828282. Windows color (decimal): -3968215 or 2716611. OLE color: 2716611.
HSL color Cylindrical-coordinate representation of color #C37329: hue angle of 28.83º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C37329 is Cyan = 0, Magento = 0.41, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 115 | 41 | - |
| CMYK | 0 | 0.41 | 0.79 | 0.24 |
| HSL | 28.83º | 0.65% | 0.46% | - |
| HSV(B) | 28.83º | 0.79% | 0.76% | - |
| XYZ | 29.04 | 24.02 | 5.2 | - |
| YUV | 130.48 | 77.5 | 174.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 115 | 41 | 0 | 0.41 | 0.79 | 0.24 | 28.83 | 0.65 | 0.46 |
| Hex | C3 | 73 | 29 | 0 | 29 | 4F | 18 | 1D | 41 | 2E |
| Octal | 303 | 163 | 51 | 0 | 51 | 117 | 30 | 35 | 101 | 56 |
| Binary | 11000011 | 1110011 | 101001 | 0 | 101001 | 1001111 | 11000 | 11101 | 1000001 | 101110 |
Color Harmonies of #C37329
Complementary color
Monochromatic Colors of #C37329
Black with #C37329
Text Example
Text Example
White with #C37329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37329; }
p { color: rgb(195,115,41); }
H1.HeaderClassName
{
color: #C37329;
}
.AnyTagClassName
{
color: #C37329;
}
</style>
background-color css
<style>
a { background-color: #C37329; }
a { background-color: rgb(195,115,41); }
div.DivClassName
{
background-color: #C37329;
}
.BgClassName
{
background-color: #C37329;
}
</style>
border-color css
<style>
span { border-color: #C37329; }
span { border-color: rgb(195,115,41); }
td.TdClassName
{
border-color: #C37329;
}
.TagClassName
{
border-color: #C37329;
}
</style>