Shades of Sunset #C55042
Tints of Sunset #C55042
RGB
CMYK
RGB Variations
Color information
#C55042 (or 0xC55042) is known color: Sunset. HEX triplet: C5, 50 and 42. RGB value is (197,80,66). Sum of RGB (Red+Green+Blue) = 197+80+66=343 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.43% from 343); Green value is 80 (31.64% from 255 or 23.32% from 343); Blue value is 66 (26.17% from 255 or 19.24% from 343); Max value from RGB is 197 - color contains mainly: red. Hex color #C55042 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55042 is #3AAFBD. Grayscale: #717171. Windows color (decimal): -3846078 or 4346053. OLE color: 4346053.
HSL color Cylindrical-coordinate representation of color #C55042: hue angle of 6.41º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C55042 is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 80 | 66 | - |
| CMYK | 0 | 0.59 | 0.66 | 0.23 |
| HSL | 6.41º | 0.53% | 0.52% | - |
| HSV(B) | 6.41º | 0.66% | 0.77% | - |
| XYZ | 26.88 | 18 | 7.21 | - |
| YUV | 113.39 | 101.26 | 187.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 80 | 66 | 0 | 0.59 | 0.66 | 0.23 | 6.41 | 0.53 | 0.52 |
| Hex | C5 | 50 | 42 | 0 | 3B | 42 | 17 | 6 | 35 | 34 |
| Octal | 305 | 120 | 102 | 0 | 73 | 102 | 27 | 6 | 65 | 64 |
| Binary | 11000101 | 1010000 | 1000010 | 0 | 111011 | 1000010 | 10111 | 110 | 110101 | 110100 |
Color Harmonies of #C55042
Complementary color
Monochromatic Colors of #C55042
Black with #C55042
Text Example
Text Example
White with #C55042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55042; }
p { color: rgb(197,80,66); }
H1.HeaderClassName
{
color: #C55042;
}
.AnyTagClassName
{
color: #C55042;
}
</style>
background-color css
<style>
a { background-color: #C55042; }
a { background-color: rgb(197,80,66); }
div.DivClassName
{
background-color: #C55042;
}
.BgClassName
{
background-color: #C55042;
}
</style>
border-color css
<style>
span { border-color: #C55042; }
span { border-color: rgb(197,80,66); }
td.TdClassName
{
border-color: #C55042;
}
.TagClassName
{
border-color: #C55042;
}
</style>