Shades of Sunset #C5554A
Tints of Sunset #C5554A
RGB
CMYK
RGB Variations
Color information
#C5554A (or 0xC5554A) is known color: Sunset. HEX triplet: C5, 55 and 4A. RGB value is (197,85,74). Sum of RGB (Red+Green+Blue) = 197+85+74=356 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.34% from 356); Green value is 85 (33.59% from 255 or 23.88% from 356); Blue value is 74 (29.30% from 255 or 20.79% from 356); Max value from RGB is 197 - color contains mainly: red. Hex color #C5554A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5554A is #3AAAB5. Grayscale: #757575. Windows color (decimal): -3844790 or 4871621. OLE color: 4871621.
HSL color Cylindrical-coordinate representation of color #C5554A: hue angle of 5.37º 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 #C5554A is Cyan = 0, Magento = 0.57, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 85 | 74 | - |
| CMYK | 0 | 0.57 | 0.62 | 0.23 |
| HSL | 5.37º | 0.51% | 0.53% | - |
| HSV(B) | 5.37º | 0.62% | 0.77% | - |
| XYZ | 27.51 | 18.86 | 8.67 | - |
| YUV | 117.23 | 103.61 | 184.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 85 | 74 | 0 | 0.57 | 0.62 | 0.23 | 5.37 | 0.51 | 0.53 |
| Hex | C5 | 55 | 4A | 0 | 39 | 3E | 17 | 5 | 33 | 35 |
| Octal | 305 | 125 | 112 | 0 | 71 | 76 | 27 | 5 | 63 | 65 |
| Binary | 11000101 | 1010101 | 1001010 | 0 | 111001 | 111110 | 10111 | 101 | 110011 | 110101 |
Color Harmonies of #C5554A
Complementary color
Monochromatic Colors of #C5554A
Black with #C5554A
Text Example
Text Example
White with #C5554A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5554A; }
p { color: rgb(197,85,74); }
H1.HeaderClassName
{
color: #C5554A;
}
.AnyTagClassName
{
color: #C5554A;
}
</style>
background-color css
<style>
a { background-color: #C5554A; }
a { background-color: rgb(197,85,74); }
div.DivClassName
{
background-color: #C5554A;
}
.BgClassName
{
background-color: #C5554A;
}
</style>
border-color css
<style>
span { border-color: #C5554A; }
span { border-color: rgb(197,85,74); }
td.TdClassName
{
border-color: #C5554A;
}
.TagClassName
{
border-color: #C5554A;
}
</style>