Shades of Sunset #C5504C
Tints of Sunset #C5504C
RGB
CMYK
RGB Variations
Color information
#C5504C (or 0xC5504C) is known color: Sunset. HEX triplet: C5, 50 and 4C. RGB value is (197,80,76). Sum of RGB (Red+Green+Blue) = 197+80+76=353 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.81% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 76 (30.08% from 255 or 21.53% from 353); Max value from RGB is 197 - color contains mainly: red. Hex color #C5504C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5504C is #3AAFB3. Grayscale: #727272. Windows color (decimal): -3846068 or 5001413. OLE color: 5001413.
HSL color Cylindrical-coordinate representation of color #C5504C: hue angle of 1.98º 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 #C5504C is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 80 | 76 | - |
| CMYK | 0 | 0.59 | 0.61 | 0.23 |
| HSL | 1.98º | 0.51% | 0.54% | - |
| HSV(B) | 1.98º | 0.61% | 0.77% | - |
| XYZ | 27.2 | 18.13 | 8.9 | - |
| YUV | 114.53 | 106.26 | 186.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 80 | 76 | 0 | 0.59 | 0.61 | 0.23 | 1.98 | 0.51 | 0.54 |
| Hex | C5 | 50 | 4C | 0 | 3B | 3D | 17 | 2 | 33 | 36 |
| Octal | 305 | 120 | 114 | 0 | 73 | 75 | 27 | 2 | 63 | 66 |
| Binary | 11000101 | 1010000 | 1001100 | 0 | 111011 | 111101 | 10111 | 10 | 110011 | 110110 |
Color Harmonies of #C5504C
Complementary color
Monochromatic Colors of #C5504C
Black with #C5504C
Text Example
Text Example
White with #C5504C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5504C; }
p { color: rgb(197,80,76); }
H1.HeaderClassName
{
color: #C5504C;
}
.AnyTagClassName
{
color: #C5504C;
}
</style>
background-color css
<style>
a { background-color: #C5504C; }
a { background-color: rgb(197,80,76); }
div.DivClassName
{
background-color: #C5504C;
}
.BgClassName
{
background-color: #C5504C;
}
</style>
border-color css
<style>
span { border-color: #C5504C; }
span { border-color: rgb(197,80,76); }
td.TdClassName
{
border-color: #C5504C;
}
.TagClassName
{
border-color: #C5504C;
}
</style>