Shades of Sunset #C5504D
Tints of Sunset #C5504D
RGB
CMYK
RGB Variations
Color information
#C5504D (or 0xC5504D) is known color: Sunset. HEX triplet: C5, 50 and 4D. RGB value is (197,80,77). Sum of RGB (Red+Green+Blue) = 197+80+77=354 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.65% from 354); Green value is 80 (31.64% from 255 or 22.60% from 354); Blue value is 77 (30.47% from 255 or 21.75% from 354); Max value from RGB is 197 - color contains mainly: red. Hex color #C5504D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5504D is #3AAFB2. Grayscale: #727272. Windows color (decimal): -3846067 or 5066949. OLE color: 5066949.
HSL color Cylindrical-coordinate representation of color #C5504D: hue angle of 1.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 #C5504D is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 80 | 77 | - |
| CMYK | 0 | 0.59 | 0.61 | 0.23 |
| HSL | 1.5º | 0.51% | 0.54% | - |
| HSV(B) | 1.5º | 0.61% | 0.77% | - |
| XYZ | 27.23 | 18.14 | 9.09 | - |
| YUV | 114.64 | 106.76 | 186.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 80 | 77 | 0 | 0.59 | 0.61 | 0.23 | 1.5 | 0.51 | 0.54 |
| Hex | C5 | 50 | 4D | 0 | 3B | 3D | 17 | 2 | 33 | 36 |
| Octal | 305 | 120 | 115 | 0 | 73 | 75 | 27 | 2 | 63 | 66 |
| Binary | 11000101 | 1010000 | 1001101 | 0 | 111011 | 111101 | 10111 | 10 | 110011 | 110110 |
Color Harmonies of #C5504D
Complementary color
Monochromatic Colors of #C5504D
Black with #C5504D
Text Example
Text Example
White with #C5504D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5504D; }
p { color: rgb(197,80,77); }
H1.HeaderClassName
{
color: #C5504D;
}
.AnyTagClassName
{
color: #C5504D;
}
</style>
background-color css
<style>
a { background-color: #C5504D; }
a { background-color: rgb(197,80,77); }
div.DivClassName
{
background-color: #C5504D;
}
.BgClassName
{
background-color: #C5504D;
}
</style>
border-color css
<style>
span { border-color: #C5504D; }
span { border-color: rgb(197,80,77); }
td.TdClassName
{
border-color: #C5504D;
}
.TagClassName
{
border-color: #C5504D;
}
</style>