Shades of Meteor #C37735
Tints of Meteor #C37735
RGB
CMYK
RGB Variations
Color information
#C37735 (or 0xC37735) is known color: Meteor. HEX triplet: C3, 77 and 35. RGB value is (195,119,53). Sum of RGB (Red+Green+Blue) = 195+119+53=367 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.13% from 367); Green value is 119 (46.88% from 255 or 32.43% from 367); Blue value is 53 (21.09% from 255 or 14.44% from 367); Max value from RGB is 195 - color contains mainly: red. Hex color #C37735 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37735 is #3C88CA. Grayscale: #868686. Windows color (decimal): -3967179 or 3504067. OLE color: 3504067.
HSL color Cylindrical-coordinate representation of color #C37735: hue angle of 27.89º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C37735 is Cyan = 0, Magento = 0.39, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 119 | 53 | - |
| CMYK | 0 | 0.39 | 0.73 | 0.24 |
| HSL | 27.89º | 0.57% | 0.49% | - |
| HSV(B) | 27.89º | 0.73% | 0.76% | - |
| XYZ | 29.75 | 25.05 | 6.64 | - |
| YUV | 134.2 | 82.18 | 171.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 119 | 53 | 0 | 0.39 | 0.73 | 0.24 | 27.89 | 0.57 | 0.49 |
| Hex | C3 | 77 | 35 | 0 | 27 | 49 | 18 | 1C | 39 | 31 |
| Octal | 303 | 167 | 65 | 0 | 47 | 111 | 30 | 34 | 71 | 61 |
| Binary | 11000011 | 1110111 | 110101 | 0 | 100111 | 1001001 | 11000 | 11100 | 111001 | 110001 |
Color Harmonies of #C37735
Complementary color
Monochromatic Colors of #C37735
Black with #C37735
Text Example
Text Example
White with #C37735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37735; }
p { color: rgb(195,119,53); }
H1.HeaderClassName
{
color: #C37735;
}
.AnyTagClassName
{
color: #C37735;
}
</style>
background-color css
<style>
a { background-color: #C37735; }
a { background-color: rgb(195,119,53); }
div.DivClassName
{
background-color: #C37735;
}
.BgClassName
{
background-color: #C37735;
}
</style>
border-color css
<style>
span { border-color: #C37735; }
span { border-color: rgb(195,119,53); }
td.TdClassName
{
border-color: #C37735;
}
.TagClassName
{
border-color: #C37735;
}
</style>