Shades of Meteor #C37430
Tints of Meteor #C37430
RGB
CMYK
RGB Variations
Color information
#C37430 (or 0xC37430) is known color: Meteor. HEX triplet: C3, 74 and 30. RGB value is (195,116,48). Sum of RGB (Red+Green+Blue) = 195+116+48=359 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.32% from 359); Green value is 116 (45.70% from 255 or 32.31% from 359); Blue value is 48 (19.14% from 255 or 13.37% from 359); Max value from RGB is 195 - color contains mainly: red. Hex color #C37430 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37430 is #3C8BCF. Grayscale: #848484. Windows color (decimal): -3967952 or 3175619. OLE color: 3175619.
HSL color Cylindrical-coordinate representation of color #C37430: hue angle of 27.76º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C37430 is Cyan = 0, Magento = 0.41, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 116 | 48 | - |
| CMYK | 0 | 0.41 | 0.75 | 0.24 |
| HSL | 27.76º | 0.6% | 0.48% | - |
| HSV(B) | 27.76º | 0.75% | 0.76% | - |
| XYZ | 29.28 | 24.31 | 5.94 | - |
| YUV | 131.87 | 80.67 | 173.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 116 | 48 | 0 | 0.41 | 0.75 | 0.24 | 27.76 | 0.6 | 0.48 |
| Hex | C3 | 74 | 30 | 0 | 29 | 4B | 18 | 1C | 3C | 30 |
| Octal | 303 | 164 | 60 | 0 | 51 | 113 | 30 | 34 | 74 | 60 |
| Binary | 11000011 | 1110100 | 110000 | 0 | 101001 | 1001011 | 11000 | 11100 | 111100 | 110000 |
Color Harmonies of #C37430
Complementary color
Monochromatic Colors of #C37430
Black with #C37430
Text Example
Text Example
White with #C37430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37430; }
p { color: rgb(195,116,48); }
H1.HeaderClassName
{
color: #C37430;
}
.AnyTagClassName
{
color: #C37430;
}
</style>
background-color css
<style>
a { background-color: #C37430; }
a { background-color: rgb(195,116,48); }
div.DivClassName
{
background-color: #C37430;
}
.BgClassName
{
background-color: #C37430;
}
</style>
border-color css
<style>
span { border-color: #C37430; }
span { border-color: rgb(195,116,48); }
td.TdClassName
{
border-color: #C37430;
}
.TagClassName
{
border-color: #C37430;
}
</style>