Shades of Sunset #C5524E
Tints of Sunset #C5524E
RGB
CMYK
RGB Variations
Color information
#C5524E (or 0xC5524E) is known color: Sunset. HEX triplet: C5, 52 and 4E. RGB value is (197,82,78). Sum of RGB (Red+Green+Blue) = 197+82+78=357 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.18% from 357); Green value is 82 (32.42% from 255 or 22.97% from 357); Blue value is 78 (30.86% from 255 or 21.85% from 357); Max value from RGB is 197 - color contains mainly: red. Hex color #C5524E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5524E is #3AADB1. Grayscale: #747474. Windows color (decimal): -3845554 or 5132997. OLE color: 5132997.
HSL color Cylindrical-coordinate representation of color #C5524E: hue angle of 2.02º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C5524E is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 82 | 78 | - |
| CMYK | 0 | 0.58 | 0.60 | 0.23 |
| HSL | 2.02º | 0.51% | 0.54% | - |
| HSV(B) | 2.02º | 0.6% | 0.77% | - |
| XYZ | 27.42 | 18.45 | 9.32 | - |
| YUV | 115.93 | 106.6 | 185.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 82 | 78 | 0 | 0.58 | 0.60 | 0.23 | 2.02 | 0.51 | 0.54 |
| Hex | C5 | 52 | 4E | 0 | 3A | 3C | 17 | 2 | 33 | 36 |
| Octal | 305 | 122 | 116 | 0 | 72 | 74 | 27 | 2 | 63 | 66 |
| Binary | 11000101 | 1010010 | 1001110 | 0 | 111010 | 111100 | 10111 | 10 | 110011 | 110110 |
Color Harmonies of #C5524E
Complementary color
Monochromatic Colors of #C5524E
Black with #C5524E
Text Example
Text Example
White with #C5524E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5524E; }
p { color: rgb(197,82,78); }
H1.HeaderClassName
{
color: #C5524E;
}
.AnyTagClassName
{
color: #C5524E;
}
</style>
background-color css
<style>
a { background-color: #C5524E; }
a { background-color: rgb(197,82,78); }
div.DivClassName
{
background-color: #C5524E;
}
.BgClassName
{
background-color: #C5524E;
}
</style>
border-color css
<style>
span { border-color: #C5524E; }
span { border-color: rgb(197,82,78); }
td.TdClassName
{
border-color: #C5524E;
}
.TagClassName
{
border-color: #C5524E;
}
</style>