Shades of Meteor #C37632
Tints of Meteor #C37632
RGB
CMYK
RGB Variations
Color information
#C37632 (or 0xC37632) is known color: Meteor. HEX triplet: C3, 76 and 32. RGB value is (195,118,50). Sum of RGB (Red+Green+Blue) = 195+118+50=363 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.72% from 363); Green value is 118 (46.48% from 255 or 32.51% from 363); Blue value is 50 (19.92% from 255 or 13.77% from 363); Max value from RGB is 195 - color contains mainly: red. Hex color #C37632 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37632 is #3C89CD. Grayscale: #858585. Windows color (decimal): -3967438 or 3307203. OLE color: 3307203.
HSL color Cylindrical-coordinate representation of color #C37632: hue angle of 28.14º 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 #C37632 is Cyan = 0, Magento = 0.39, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 118 | 50 | - |
| CMYK | 0 | 0.39 | 0.74 | 0.24 |
| HSL | 28.14º | 0.59% | 0.48% | - |
| HSV(B) | 28.14º | 0.74% | 0.76% | - |
| XYZ | 29.56 | 24.79 | 6.24 | - |
| YUV | 133.27 | 81.01 | 172.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 118 | 50 | 0 | 0.39 | 0.74 | 0.24 | 28.14 | 0.59 | 0.48 |
| Hex | C3 | 76 | 32 | 0 | 27 | 4A | 18 | 1C | 3B | 30 |
| Octal | 303 | 166 | 62 | 0 | 47 | 112 | 30 | 34 | 73 | 60 |
| Binary | 11000011 | 1110110 | 110010 | 0 | 100111 | 1001010 | 11000 | 11100 | 111011 | 110000 |
Color Harmonies of #C37632
Complementary color
Monochromatic Colors of #C37632
Black with #C37632
Text Example
Text Example
White with #C37632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37632; }
p { color: rgb(195,118,50); }
H1.HeaderClassName
{
color: #C37632;
}
.AnyTagClassName
{
color: #C37632;
}
</style>
background-color css
<style>
a { background-color: #C37632; }
a { background-color: rgb(195,118,50); }
div.DivClassName
{
background-color: #C37632;
}
.BgClassName
{
background-color: #C37632;
}
</style>
border-color css
<style>
span { border-color: #C37632; }
span { border-color: rgb(195,118,50); }
td.TdClassName
{
border-color: #C37632;
}
.TagClassName
{
border-color: #C37632;
}
</style>