Shades of Sunset #C5504B
Tints of Sunset #C5504B
RGB
CMYK
RGB Variations
Color information
#C5504B (or 0xC5504B) is known color: Sunset. HEX triplet: C5, 50 and 4B. RGB value is (197,80,75). Sum of RGB (Red+Green+Blue) = 197+80+75=352 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.97% from 352); Green value is 80 (31.64% from 255 or 22.73% from 352); Blue value is 75 (29.69% from 255 or 21.31% from 352); Max value from RGB is 197 - color contains mainly: red. Hex color #C5504B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5504B is #3AAFB4. Grayscale: #727272. Windows color (decimal): -3846069 or 4935877. OLE color: 4935877.
HSL color Cylindrical-coordinate representation of color #C5504B: hue angle of 2.46º 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 #C5504B is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 80 | 75 | - |
| CMYK | 0 | 0.59 | 0.62 | 0.23 |
| HSL | 2.46º | 0.51% | 0.53% | - |
| HSV(B) | 2.46º | 0.62% | 0.77% | - |
| XYZ | 27.16 | 18.12 | 8.72 | - |
| YUV | 114.41 | 105.76 | 186.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 80 | 75 | 0 | 0.59 | 0.62 | 0.23 | 2.46 | 0.51 | 0.53 |
| Hex | C5 | 50 | 4B | 0 | 3B | 3E | 17 | 2 | 33 | 35 |
| Octal | 305 | 120 | 113 | 0 | 73 | 76 | 27 | 2 | 63 | 65 |
| Binary | 11000101 | 1010000 | 1001011 | 0 | 111011 | 111110 | 10111 | 10 | 110011 | 110101 |
Color Harmonies of #C5504B
Complementary color
Monochromatic Colors of #C5504B
Black with #C5504B
Text Example
Text Example
White with #C5504B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5504B; }
p { color: rgb(197,80,75); }
H1.HeaderClassName
{
color: #C5504B;
}
.AnyTagClassName
{
color: #C5504B;
}
</style>
background-color css
<style>
a { background-color: #C5504B; }
a { background-color: rgb(197,80,75); }
div.DivClassName
{
background-color: #C5504B;
}
.BgClassName
{
background-color: #C5504B;
}
</style>
border-color css
<style>
span { border-color: #C5504B; }
span { border-color: rgb(197,80,75); }
td.TdClassName
{
border-color: #C5504B;
}
.TagClassName
{
border-color: #C5504B;
}
</style>