Shades of Meteor #C5732C
Tints of Meteor #C5732C
RGB
CMYK
RGB Variations
Color information
#C5732C (or 0xC5732C) is known color: Meteor. HEX triplet: C5, 73 and 2C. RGB value is (197,115,44). Sum of RGB (Red+Green+Blue) = 197+115+44=356 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.34% from 356); Green value is 115 (45.31% from 255 or 32.30% from 356); Blue value is 44 (17.58% from 255 or 12.36% from 356); Max value from RGB is 197 - color contains mainly: red. Hex color #C5732C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5732C is #3A8CD3. Grayscale: #838383. Windows color (decimal): -3837140 or 2913221. OLE color: 2913221.
HSL color Cylindrical-coordinate representation of color #C5732C: hue angle of 27.84º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C5732C is Cyan = 0, Magento = 0.42, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 115 | 44 | - |
| CMYK | 0 | 0.42 | 0.78 | 0.23 |
| HSL | 27.84º | 0.63% | 0.47% | - |
| HSV(B) | 27.84º | 0.78% | 0.77% | - |
| XYZ | 29.61 | 24.31 | 5.52 | - |
| YUV | 131.42 | 78.67 | 174.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 115 | 44 | 0 | 0.42 | 0.78 | 0.23 | 27.84 | 0.63 | 0.47 |
| Hex | C5 | 73 | 2C | 0 | 2A | 4E | 17 | 1C | 3F | 2F |
| Octal | 305 | 163 | 54 | 0 | 52 | 116 | 27 | 34 | 77 | 57 |
| Binary | 11000101 | 1110011 | 101100 | 0 | 101010 | 1001110 | 10111 | 11100 | 111111 | 101111 |
Color Harmonies of #C5732C
Complementary color
Monochromatic Colors of #C5732C
Black with #C5732C
Text Example
Text Example
White with #C5732C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5732C; }
p { color: rgb(197,115,44); }
H1.HeaderClassName
{
color: #C5732C;
}
.AnyTagClassName
{
color: #C5732C;
}
</style>
background-color css
<style>
a { background-color: #C5732C; }
a { background-color: rgb(197,115,44); }
div.DivClassName
{
background-color: #C5732C;
}
.BgClassName
{
background-color: #C5732C;
}
</style>
border-color css
<style>
span { border-color: #C5732C; }
span { border-color: rgb(197,115,44); }
td.TdClassName
{
border-color: #C5732C;
}
.TagClassName
{
border-color: #C5732C;
}
</style>