Shades of Meteor #C37330
Tints of Meteor #C37330
RGB
CMYK
RGB Variations
Color information
#C37330 (or 0xC37330) is known color: Meteor. HEX triplet: C3, 73 and 30. RGB value is (195,115,48). Sum of RGB (Red+Green+Blue) = 195+115+48=358 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.47% from 358); Green value is 115 (45.31% from 255 or 32.12% from 358); Blue value is 48 (19.14% from 255 or 13.41% from 358); Max value from RGB is 195 - color contains mainly: red. Hex color #C37330 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37330 is #3C8CCF. Grayscale: #838383. Windows color (decimal): -3968208 or 3175363. OLE color: 3175363.
HSL color Cylindrical-coordinate representation of color #C37330: hue angle of 27.35º 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 #C37330 is Cyan = 0, Magento = 0.41, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 115 | 48 | - |
| CMYK | 0 | 0.41 | 0.75 | 0.24 |
| HSL | 27.35º | 0.6% | 0.48% | - |
| HSV(B) | 27.35º | 0.75% | 0.76% | - |
| XYZ | 29.17 | 24.08 | 5.91 | - |
| YUV | 131.28 | 81 | 173.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 115 | 48 | 0 | 0.41 | 0.75 | 0.24 | 27.35 | 0.6 | 0.48 |
| Hex | C3 | 73 | 30 | 0 | 29 | 4B | 18 | 1B | 3C | 30 |
| Octal | 303 | 163 | 60 | 0 | 51 | 113 | 30 | 33 | 74 | 60 |
| Binary | 11000011 | 1110011 | 110000 | 0 | 101001 | 1001011 | 11000 | 11011 | 111100 | 110000 |
Color Harmonies of #C37330
Complementary color
Monochromatic Colors of #C37330
Black with #C37330
Text Example
Text Example
White with #C37330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37330; }
p { color: rgb(195,115,48); }
H1.HeaderClassName
{
color: #C37330;
}
.AnyTagClassName
{
color: #C37330;
}
</style>
background-color css
<style>
a { background-color: #C37330; }
a { background-color: rgb(195,115,48); }
div.DivClassName
{
background-color: #C37330;
}
.BgClassName
{
background-color: #C37330;
}
</style>
border-color css
<style>
span { border-color: #C37330; }
span { border-color: rgb(195,115,48); }
td.TdClassName
{
border-color: #C37330;
}
.TagClassName
{
border-color: #C37330;
}
</style>