Shades of Sunset #C55249
Tints of Sunset #C55249
RGB
CMYK
RGB Variations
Color information
#C55249 (or 0xC55249) is known color: Sunset. HEX triplet: C5, 52 and 49. RGB value is (197,82,73). Sum of RGB (Red+Green+Blue) = 197+82+73=352 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.97% from 352); Green value is 82 (32.42% from 255 or 23.30% from 352); Blue value is 73 (28.91% from 255 or 20.74% from 352); Max value from RGB is 197 - color contains mainly: red. Hex color #C55249 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55249 is #3AADB6. Grayscale: #737373. Windows color (decimal): -3845559 or 4805317. OLE color: 4805317.
HSL color Cylindrical-coordinate representation of color #C55249: hue angle of 4.35º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C55249 is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 82 | 73 | - |
| CMYK | 0 | 0.58 | 0.63 | 0.23 |
| HSL | 4.35º | 0.52% | 0.53% | - |
| HSV(B) | 4.35º | 0.63% | 0.77% | - |
| XYZ | 27.25 | 18.39 | 8.42 | - |
| YUV | 115.36 | 104.1 | 186.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 82 | 73 | 0 | 0.58 | 0.63 | 0.23 | 4.35 | 0.52 | 0.53 |
| Hex | C5 | 52 | 49 | 0 | 3A | 3F | 17 | 4 | 34 | 35 |
| Octal | 305 | 122 | 111 | 0 | 72 | 77 | 27 | 4 | 64 | 65 |
| Binary | 11000101 | 1010010 | 1001001 | 0 | 111010 | 111111 | 10111 | 100 | 110100 | 110101 |
Color Harmonies of #C55249
Complementary color
Monochromatic Colors of #C55249
Black with #C55249
Text Example
Text Example
White with #C55249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55249; }
p { color: rgb(197,82,73); }
H1.HeaderClassName
{
color: #C55249;
}
.AnyTagClassName
{
color: #C55249;
}
</style>
background-color css
<style>
a { background-color: #C55249; }
a { background-color: rgb(197,82,73); }
div.DivClassName
{
background-color: #C55249;
}
.BgClassName
{
background-color: #C55249;
}
</style>
border-color css
<style>
span { border-color: #C55249; }
span { border-color: rgb(197,82,73); }
td.TdClassName
{
border-color: #C55249;
}
.TagClassName
{
border-color: #C55249;
}
</style>