Shades of Sunset #C5524A
Tints of Sunset #C5524A
RGB
CMYK
RGB Variations
Color information
#C5524A (or 0xC5524A) is known color: Sunset. HEX triplet: C5, 52 and 4A. RGB value is (197,82,74). Sum of RGB (Red+Green+Blue) = 197+82+74=353 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.81% from 353); Green value is 82 (32.42% from 255 or 23.23% from 353); Blue value is 74 (29.30% from 255 or 20.96% from 353); Max value from RGB is 197 - color contains mainly: red. Hex color #C5524A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5524A is #3AADB5. Grayscale: #737373. Windows color (decimal): -3845558 or 4870853. OLE color: 4870853.
HSL color Cylindrical-coordinate representation of color #C5524A: hue angle of 3.9º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C5524A is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 82 | 74 | - |
| CMYK | 0 | 0.58 | 0.62 | 0.23 |
| HSL | 3.9º | 0.51% | 0.53% | - |
| HSV(B) | 3.9º | 0.62% | 0.77% | - |
| XYZ | 27.28 | 18.4 | 8.59 | - |
| YUV | 115.47 | 104.6 | 186.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 82 | 74 | 0 | 0.58 | 0.62 | 0.23 | 3.9 | 0.51 | 0.53 |
| Hex | C5 | 52 | 4A | 0 | 3A | 3E | 17 | 4 | 33 | 35 |
| Octal | 305 | 122 | 112 | 0 | 72 | 76 | 27 | 4 | 63 | 65 |
| Binary | 11000101 | 1010010 | 1001010 | 0 | 111010 | 111110 | 10111 | 100 | 110011 | 110101 |
Color Harmonies of #C5524A
Complementary color
Monochromatic Colors of #C5524A
Black with #C5524A
Text Example
Text Example
White with #C5524A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5524A; }
p { color: rgb(197,82,74); }
H1.HeaderClassName
{
color: #C5524A;
}
.AnyTagClassName
{
color: #C5524A;
}
</style>
background-color css
<style>
a { background-color: #C5524A; }
a { background-color: rgb(197,82,74); }
div.DivClassName
{
background-color: #C5524A;
}
.BgClassName
{
background-color: #C5524A;
}
</style>
border-color css
<style>
span { border-color: #C5524A; }
span { border-color: rgb(197,82,74); }
td.TdClassName
{
border-color: #C5524A;
}
.TagClassName
{
border-color: #C5524A;
}
</style>