Shades of Sunset #C55044
Tints of Sunset #C55044
RGB
CMYK
RGB Variations
Color information
#C55044 (or 0xC55044) is known color: Sunset. HEX triplet: C5, 50 and 44. RGB value is (197,80,68). Sum of RGB (Red+Green+Blue) = 197+80+68=345 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.10% from 345); Green value is 80 (31.64% from 255 or 23.19% from 345); Blue value is 68 (26.95% from 255 or 19.71% from 345); Max value from RGB is 197 - color contains mainly: red. Hex color #C55044 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55044 is #3AAFBB. Grayscale: #717171. Windows color (decimal): -3846076 or 4477125. OLE color: 4477125.
HSL color Cylindrical-coordinate representation of color #C55044: hue angle of 5.58º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C55044 is Cyan = 0, Magento = 0.59, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 80 | 68 | - |
| CMYK | 0 | 0.59 | 0.65 | 0.23 |
| HSL | 5.58º | 0.53% | 0.52% | - |
| HSV(B) | 5.58º | 0.65% | 0.77% | - |
| XYZ | 26.94 | 18.02 | 7.53 | - |
| YUV | 113.62 | 102.26 | 187.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 80 | 68 | 0 | 0.59 | 0.65 | 0.23 | 5.58 | 0.53 | 0.52 |
| Hex | C5 | 50 | 44 | 0 | 3B | 41 | 17 | 6 | 35 | 34 |
| Octal | 305 | 120 | 104 | 0 | 73 | 101 | 27 | 6 | 65 | 64 |
| Binary | 11000101 | 1010000 | 1000100 | 0 | 111011 | 1000001 | 10111 | 110 | 110101 | 110100 |
Color Harmonies of #C55044
Complementary color
Monochromatic Colors of #C55044
Black with #C55044
Text Example
Text Example
White with #C55044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55044; }
p { color: rgb(197,80,68); }
H1.HeaderClassName
{
color: #C55044;
}
.AnyTagClassName
{
color: #C55044;
}
</style>
background-color css
<style>
a { background-color: #C55044; }
a { background-color: rgb(197,80,68); }
div.DivClassName
{
background-color: #C55044;
}
.BgClassName
{
background-color: #C55044;
}
</style>
border-color css
<style>
span { border-color: #C55044; }
span { border-color: rgb(197,80,68); }
td.TdClassName
{
border-color: #C55044;
}
.TagClassName
{
border-color: #C55044;
}
</style>