Shades of Sunset #C5554B
Tints of Sunset #C5554B
RGB
CMYK
RGB Variations
Color information
#C5554B (or 0xC5554B) is known color: Sunset. HEX triplet: C5, 55 and 4B. RGB value is (197,85,75). Sum of RGB (Red+Green+Blue) = 197+85+75=357 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.18% from 357); Green value is 85 (33.59% from 255 or 23.81% from 357); Blue value is 75 (29.69% from 255 or 21.01% from 357); Max value from RGB is 197 - color contains mainly: red. Hex color #C5554B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5554B is #3AAAB4. Grayscale: #757575. Windows color (decimal): -3844789 or 4937157. OLE color: 4937157.
HSL color Cylindrical-coordinate representation of color #C5554B: hue angle of 4.92º 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 #C5554B is Cyan = 0, Magento = 0.57, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 85 | 75 | - |
| CMYK | 0 | 0.57 | 0.62 | 0.23 |
| HSL | 4.92º | 0.51% | 0.53% | - |
| HSV(B) | 4.92º | 0.62% | 0.77% | - |
| XYZ | 27.54 | 18.88 | 8.85 | - |
| YUV | 117.35 | 104.11 | 184.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 85 | 75 | 0 | 0.57 | 0.62 | 0.23 | 4.92 | 0.51 | 0.53 |
| Hex | C5 | 55 | 4B | 0 | 39 | 3E | 17 | 5 | 33 | 35 |
| Octal | 305 | 125 | 113 | 0 | 71 | 76 | 27 | 5 | 63 | 65 |
| Binary | 11000101 | 1010101 | 1001011 | 0 | 111001 | 111110 | 10111 | 101 | 110011 | 110101 |
Color Harmonies of #C5554B
Complementary color
Monochromatic Colors of #C5554B
Black with #C5554B
Text Example
Text Example
White with #C5554B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5554B; }
p { color: rgb(197,85,75); }
H1.HeaderClassName
{
color: #C5554B;
}
.AnyTagClassName
{
color: #C5554B;
}
</style>
background-color css
<style>
a { background-color: #C5554B; }
a { background-color: rgb(197,85,75); }
div.DivClassName
{
background-color: #C5554B;
}
.BgClassName
{
background-color: #C5554B;
}
</style>
border-color css
<style>
span { border-color: #C5554B; }
span { border-color: rgb(197,85,75); }
td.TdClassName
{
border-color: #C5554B;
}
.TagClassName
{
border-color: #C5554B;
}
</style>