Shades of Sunset #C5524D
Tints of Sunset #C5524D
RGB
CMYK
RGB Variations
Color information
#C5524D (or 0xC5524D) is known color: Sunset. HEX triplet: C5, 52 and 4D. RGB value is (197,82,77). Sum of RGB (Red+Green+Blue) = 197+82+77=356 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.34% from 356); Green value is 82 (32.42% from 255 or 23.03% from 356); Blue value is 77 (30.47% from 255 or 21.63% from 356); Max value from RGB is 197 - color contains mainly: red. Hex color #C5524D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5524D is #3AADB2. Grayscale: #737373. Windows color (decimal): -3845555 or 5067461. OLE color: 5067461.
HSL color Cylindrical-coordinate representation of color #C5524D: hue angle of 2.5º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C5524D is Cyan = 0, Magento = 0.58, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 82 | 77 | - |
| CMYK | 0 | 0.58 | 0.61 | 0.23 |
| HSL | 2.5º | 0.51% | 0.54% | - |
| HSV(B) | 2.5º | 0.61% | 0.77% | - |
| XYZ | 27.38 | 18.44 | 9.14 | - |
| YUV | 115.82 | 106.1 | 185.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 82 | 77 | 0 | 0.58 | 0.61 | 0.23 | 2.5 | 0.51 | 0.54 |
| Hex | C5 | 52 | 4D | 0 | 3A | 3D | 17 | 2 | 33 | 36 |
| Octal | 305 | 122 | 115 | 0 | 72 | 75 | 27 | 2 | 63 | 66 |
| Binary | 11000101 | 1010010 | 1001101 | 0 | 111010 | 111101 | 10111 | 10 | 110011 | 110110 |
Color Harmonies of #C5524D
Complementary color
Monochromatic Colors of #C5524D
Black with #C5524D
Text Example
Text Example
White with #C5524D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5524D; }
p { color: rgb(197,82,77); }
H1.HeaderClassName
{
color: #C5524D;
}
.AnyTagClassName
{
color: #C5524D;
}
</style>
background-color css
<style>
a { background-color: #C5524D; }
a { background-color: rgb(197,82,77); }
div.DivClassName
{
background-color: #C5524D;
}
.BgClassName
{
background-color: #C5524D;
}
</style>
border-color css
<style>
span { border-color: #C5524D; }
span { border-color: rgb(197,82,77); }
td.TdClassName
{
border-color: #C5524D;
}
.TagClassName
{
border-color: #C5524D;
}
</style>