Shades of Meteor #C5712C
Tints of Meteor #C5712C
RGB
CMYK
RGB Variations
Color information
#C5712C (or 0xC5712C) is known color: Meteor. HEX triplet: C5, 71 and 2C. RGB value is (197,113,44). Sum of RGB (Red+Green+Blue) = 197+113+44=354 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.65% from 354); Green value is 113 (44.53% from 255 or 31.92% from 354); Blue value is 44 (17.58% from 255 or 12.43% from 354); Max value from RGB is 197 - color contains mainly: red. Hex color #C5712C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5712C is #3A8ED3. Grayscale: #828282. Windows color (decimal): -3837652 or 2912709. OLE color: 2912709.
HSL color Cylindrical-coordinate representation of color #C5712C: hue angle of 27.06º 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 #C5712C is Cyan = 0, Magento = 0.43, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 113 | 44 | - |
| CMYK | 0 | 0.43 | 0.78 | 0.23 |
| HSL | 27.06º | 0.63% | 0.47% | - |
| HSV(B) | 27.06º | 0.78% | 0.77% | - |
| XYZ | 29.39 | 23.86 | 5.44 | - |
| YUV | 130.25 | 79.33 | 175.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 113 | 44 | 0 | 0.43 | 0.78 | 0.23 | 27.06 | 0.63 | 0.47 |
| Hex | C5 | 71 | 2C | 0 | 2B | 4E | 17 | 1B | 3F | 2F |
| Octal | 305 | 161 | 54 | 0 | 53 | 116 | 27 | 33 | 77 | 57 |
| Binary | 11000101 | 1110001 | 101100 | 0 | 101011 | 1001110 | 10111 | 11011 | 111111 | 101111 |
Color Harmonies of #C5712C
Complementary color
Monochromatic Colors of #C5712C
Black with #C5712C
Text Example
Text Example
White with #C5712C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5712C; }
p { color: rgb(197,113,44); }
H1.HeaderClassName
{
color: #C5712C;
}
.AnyTagClassName
{
color: #C5712C;
}
</style>
background-color css
<style>
a { background-color: #C5712C; }
a { background-color: rgb(197,113,44); }
div.DivClassName
{
background-color: #C5712C;
}
.BgClassName
{
background-color: #C5712C;
}
</style>
border-color css
<style>
span { border-color: #C5712C; }
span { border-color: rgb(197,113,44); }
td.TdClassName
{
border-color: #C5712C;
}
.TagClassName
{
border-color: #C5712C;
}
</style>