Shades of Meteor #C37830
Tints of Meteor #C37830
RGB
CMYK
RGB Variations
Color information
#C37830 (or 0xC37830) is known color: Meteor. HEX triplet: C3, 78 and 30. RGB value is (195,120,48). Sum of RGB (Red+Green+Blue) = 195+120+48=363 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.72% from 363); Green value is 120 (47.27% from 255 or 33.06% from 363); Blue value is 48 (19.14% from 255 or 13.22% from 363); Max value from RGB is 195 - color contains mainly: red. Hex color #C37830 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37830 is #3C87CF. Grayscale: #868686. Windows color (decimal): -3966928 or 3176643. OLE color: 3176643.
HSL color Cylindrical-coordinate representation of color #C37830: hue angle of 29.39º 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 #C37830 is Cyan = 0, Magento = 0.38, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 120 | 48 | - |
| CMYK | 0 | 0.38 | 0.75 | 0.24 |
| HSL | 29.39º | 0.6% | 0.48% | - |
| HSV(B) | 29.39º | 0.75% | 0.76% | - |
| XYZ | 29.76 | 25.25 | 6.1 | - |
| YUV | 134.22 | 79.35 | 171.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 120 | 48 | 0 | 0.38 | 0.75 | 0.24 | 29.39 | 0.6 | 0.48 |
| Hex | C3 | 78 | 30 | 0 | 26 | 4B | 18 | 1D | 3C | 30 |
| Octal | 303 | 170 | 60 | 0 | 46 | 113 | 30 | 35 | 74 | 60 |
| Binary | 11000011 | 1111000 | 110000 | 0 | 100110 | 1001011 | 11000 | 11101 | 111100 | 110000 |
Color Harmonies of #C37830
Complementary color
Monochromatic Colors of #C37830
Black with #C37830
Text Example
Text Example
White with #C37830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37830; }
p { color: rgb(195,120,48); }
H1.HeaderClassName
{
color: #C37830;
}
.AnyTagClassName
{
color: #C37830;
}
</style>
background-color css
<style>
a { background-color: #C37830; }
a { background-color: rgb(195,120,48); }
div.DivClassName
{
background-color: #C37830;
}
.BgClassName
{
background-color: #C37830;
}
</style>
border-color css
<style>
span { border-color: #C37830; }
span { border-color: rgb(195,120,48); }
td.TdClassName
{
border-color: #C37830;
}
.TagClassName
{
border-color: #C37830;
}
</style>