Shades of Meteor #C37530
Tints of Meteor #C37530
RGB
CMYK
RGB Variations
Color information
#C37530 (or 0xC37530) is known color: Meteor. HEX triplet: C3, 75 and 30. RGB value is (195,117,48). Sum of RGB (Red+Green+Blue) = 195+117+48=360 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.17% from 360); Green value is 117 (46.09% from 255 or 32.5% from 360); Blue value is 48 (19.14% from 255 or 13.33% from 360); Max value from RGB is 195 - color contains mainly: red. Hex color #C37530 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37530 is #3C8ACF. Grayscale: #848484. Windows color (decimal): -3967696 or 3175875. OLE color: 3175875.
HSL color Cylindrical-coordinate representation of color #C37530: hue angle of 28.16º 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 #C37530 is Cyan = 0, Magento = 0.4, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 117 | 48 | - |
| CMYK | 0 | 0.4 | 0.75 | 0.24 |
| HSL | 28.16º | 0.6% | 0.48% | - |
| HSV(B) | 28.16º | 0.75% | 0.76% | - |
| XYZ | 29.4 | 24.54 | 5.98 | - |
| YUV | 132.46 | 80.34 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 117 | 48 | 0 | 0.4 | 0.75 | 0.24 | 28.16 | 0.6 | 0.48 |
| Hex | C3 | 75 | 30 | 0 | 28 | 4B | 18 | 1C | 3C | 30 |
| Octal | 303 | 165 | 60 | 0 | 50 | 113 | 30 | 34 | 74 | 60 |
| Binary | 11000011 | 1110101 | 110000 | 0 | 101000 | 1001011 | 11000 | 11100 | 111100 | 110000 |
Color Harmonies of #C37530
Complementary color
Monochromatic Colors of #C37530
Black with #C37530
Text Example
Text Example
White with #C37530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37530; }
p { color: rgb(195,117,48); }
H1.HeaderClassName
{
color: #C37530;
}
.AnyTagClassName
{
color: #C37530;
}
</style>
background-color css
<style>
a { background-color: #C37530; }
a { background-color: rgb(195,117,48); }
div.DivClassName
{
background-color: #C37530;
}
.BgClassName
{
background-color: #C37530;
}
</style>
border-color css
<style>
span { border-color: #C37530; }
span { border-color: rgb(195,117,48); }
td.TdClassName
{
border-color: #C37530;
}
.TagClassName
{
border-color: #C37530;
}
</style>