Shades of Meteor #C37934
Tints of Meteor #C37934
RGB
CMYK
RGB Variations
Color information
#C37934 (or 0xC37934) is known color: Meteor. HEX triplet: C3, 79 and 34. RGB value is (195,121,52). Sum of RGB (Red+Green+Blue) = 195+121+52=368 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.99% from 368); Green value is 121 (47.66% from 255 or 32.88% from 368); Blue value is 52 (20.70% from 255 or 14.13% from 368); Max value from RGB is 195 - color contains mainly: red. Hex color #C37934 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37934 is #3C86CB. Grayscale: #878787. Windows color (decimal): -3966668 or 3439043. OLE color: 3439043.
HSL color Cylindrical-coordinate representation of color #C37934: hue angle of 28.95º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C37934 is Cyan = 0, Magento = 0.38, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 121 | 52 | - |
| CMYK | 0 | 0.38 | 0.73 | 0.24 |
| HSL | 28.95º | 0.58% | 0.48% | - |
| HSV(B) | 28.95º | 0.73% | 0.76% | - |
| XYZ | 29.96 | 25.52 | 6.6 | - |
| YUV | 135.26 | 81.02 | 170.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 121 | 52 | 0 | 0.38 | 0.73 | 0.24 | 28.95 | 0.58 | 0.48 |
| Hex | C3 | 79 | 34 | 0 | 26 | 49 | 18 | 1D | 3A | 30 |
| Octal | 303 | 171 | 64 | 0 | 46 | 111 | 30 | 35 | 72 | 60 |
| Binary | 11000011 | 1111001 | 110100 | 0 | 100110 | 1001001 | 11000 | 11101 | 111010 | 110000 |
Color Harmonies of #C37934
Complementary color
Monochromatic Colors of #C37934
Black with #C37934
Text Example
Text Example
White with #C37934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37934; }
p { color: rgb(195,121,52); }
H1.HeaderClassName
{
color: #C37934;
}
.AnyTagClassName
{
color: #C37934;
}
</style>
background-color css
<style>
a { background-color: #C37934; }
a { background-color: rgb(195,121,52); }
div.DivClassName
{
background-color: #C37934;
}
.BgClassName
{
background-color: #C37934;
}
</style>
border-color css
<style>
span { border-color: #C37934; }
span { border-color: rgb(195,121,52); }
td.TdClassName
{
border-color: #C37934;
}
.TagClassName
{
border-color: #C37934;
}
</style>