Shades of Meteor #C37832
Tints of Meteor #C37832
RGB
CMYK
RGB Variations
Color information
#C37832 (or 0xC37832) is known color: Meteor. HEX triplet: C3, 78 and 32. RGB value is (195,120,50). Sum of RGB (Red+Green+Blue) = 195+120+50=365 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.42% from 365); Green value is 120 (47.27% from 255 or 32.88% from 365); Blue value is 50 (19.92% from 255 or 13.70% from 365); Max value from RGB is 195 - color contains mainly: red. Hex color #C37832 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37832 is #3C87CD. Grayscale: #868686. Windows color (decimal): -3966926 or 3307715. OLE color: 3307715.
HSL color Cylindrical-coordinate representation of color #C37832: hue angle of 28.97º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C37832 is Cyan = 0, Magento = 0.38, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 120 | 50 | - |
| CMYK | 0 | 0.38 | 0.74 | 0.24 |
| HSL | 28.97º | 0.59% | 0.48% | - |
| HSV(B) | 28.97º | 0.74% | 0.76% | - |
| XYZ | 29.8 | 25.27 | 6.32 | - |
| YUV | 134.45 | 80.35 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 120 | 50 | 0 | 0.38 | 0.74 | 0.24 | 28.97 | 0.59 | 0.48 |
| Hex | C3 | 78 | 32 | 0 | 26 | 4A | 18 | 1D | 3B | 30 |
| Octal | 303 | 170 | 62 | 0 | 46 | 112 | 30 | 35 | 73 | 60 |
| Binary | 11000011 | 1111000 | 110010 | 0 | 100110 | 1001010 | 11000 | 11101 | 111011 | 110000 |
Color Harmonies of #C37832
Complementary color
Monochromatic Colors of #C37832
Black with #C37832
Text Example
Text Example
White with #C37832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37832; }
p { color: rgb(195,120,50); }
H1.HeaderClassName
{
color: #C37832;
}
.AnyTagClassName
{
color: #C37832;
}
</style>
background-color css
<style>
a { background-color: #C37832; }
a { background-color: rgb(195,120,50); }
div.DivClassName
{
background-color: #C37832;
}
.BgClassName
{
background-color: #C37832;
}
</style>
border-color css
<style>
span { border-color: #C37832; }
span { border-color: rgb(195,120,50); }
td.TdClassName
{
border-color: #C37832;
}
.TagClassName
{
border-color: #C37832;
}
</style>