Shades of Meteor #C5752C
Tints of Meteor #C5752C
RGB
CMYK
RGB Variations
Color information
#C5752C (or 0xC5752C) is known color: Meteor. HEX triplet: C5, 75 and 2C. RGB value is (197,117,44). Sum of RGB (Red+Green+Blue) = 197+117+44=358 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.03% from 358); Green value is 117 (46.09% from 255 or 32.68% from 358); Blue value is 44 (17.58% from 255 or 12.29% from 358); Max value from RGB is 197 - color contains mainly: red. Hex color #C5752C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5752C is #3A8AD3. Grayscale: #848484. Windows color (decimal): -3836628 or 2913733. OLE color: 2913733.
HSL color Cylindrical-coordinate representation of color #C5752C: hue angle of 28.63º 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 #C5752C is Cyan = 0, Magento = 0.41, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 117 | 44 | - |
| CMYK | 0 | 0.41 | 0.78 | 0.23 |
| HSL | 28.63º | 0.63% | 0.47% | - |
| HSV(B) | 28.63º | 0.78% | 0.77% | - |
| XYZ | 29.84 | 24.77 | 5.59 | - |
| YUV | 132.6 | 78 | 173.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 117 | 44 | 0 | 0.41 | 0.78 | 0.23 | 28.63 | 0.63 | 0.47 |
| Hex | C5 | 75 | 2C | 0 | 29 | 4E | 17 | 1D | 3F | 2F |
| Octal | 305 | 165 | 54 | 0 | 51 | 116 | 27 | 35 | 77 | 57 |
| Binary | 11000101 | 1110101 | 101100 | 0 | 101001 | 1001110 | 10111 | 11101 | 111111 | 101111 |
Color Harmonies of #C5752C
Complementary color
Monochromatic Colors of #C5752C
Black with #C5752C
Text Example
Text Example
White with #C5752C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5752C; }
p { color: rgb(197,117,44); }
H1.HeaderClassName
{
color: #C5752C;
}
.AnyTagClassName
{
color: #C5752C;
}
</style>
background-color css
<style>
a { background-color: #C5752C; }
a { background-color: rgb(197,117,44); }
div.DivClassName
{
background-color: #C5752C;
}
.BgClassName
{
background-color: #C5752C;
}
</style>
border-color css
<style>
span { border-color: #C5752C; }
span { border-color: rgb(197,117,44); }
td.TdClassName
{
border-color: #C5752C;
}
.TagClassName
{
border-color: #C5752C;
}
</style>