Shades of Sunset #C55041
Tints of Sunset #C55041
RGB
CMYK
RGB Variations
Color information
#C55041 (or 0xC55041) is known color: Sunset. HEX triplet: C5, 50 and 41. RGB value is (197,80,65). Sum of RGB (Red+Green+Blue) = 197+80+65=342 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.60% from 342); Green value is 80 (31.64% from 255 or 23.39% from 342); Blue value is 65 (25.78% from 255 or 19.01% from 342); Max value from RGB is 197 - color contains mainly: red. Hex color #C55041 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55041 is #3AAFBE. Grayscale: #717171. Windows color (decimal): -3846079 or 4280517. OLE color: 4280517.
HSL color Cylindrical-coordinate representation of color #C55041: hue angle of 6.82º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C55041 is Cyan = 0, Magento = 0.59, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 80 | 65 | - |
| CMYK | 0 | 0.59 | 0.67 | 0.23 |
| HSL | 6.82º | 0.53% | 0.51% | - |
| HSV(B) | 6.82º | 0.67% | 0.77% | - |
| XYZ | 26.85 | 17.99 | 7.06 | - |
| YUV | 113.27 | 100.76 | 187.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 80 | 65 | 0 | 0.59 | 0.67 | 0.23 | 6.82 | 0.53 | 0.51 |
| Hex | C5 | 50 | 41 | 0 | 3B | 43 | 17 | 7 | 35 | 33 |
| Octal | 305 | 120 | 101 | 0 | 73 | 103 | 27 | 7 | 65 | 63 |
| Binary | 11000101 | 1010000 | 1000001 | 0 | 111011 | 1000011 | 10111 | 111 | 110101 | 110011 |
Color Harmonies of #C55041
Complementary color
Monochromatic Colors of #C55041
Black with #C55041
Text Example
Text Example
White with #C55041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55041; }
p { color: rgb(197,80,65); }
H1.HeaderClassName
{
color: #C55041;
}
.AnyTagClassName
{
color: #C55041;
}
</style>
background-color css
<style>
a { background-color: #C55041; }
a { background-color: rgb(197,80,65); }
div.DivClassName
{
background-color: #C55041;
}
.BgClassName
{
background-color: #C55041;
}
</style>
border-color css
<style>
span { border-color: #C55041; }
span { border-color: rgb(197,80,65); }
td.TdClassName
{
border-color: #C55041;
}
.TagClassName
{
border-color: #C55041;
}
</style>