Shades of Sunset #C1554E
Tints of Sunset #C1554E
RGB
CMYK
RGB Variations
Color information
#C1554E (or 0xC1554E) is known color: Sunset. HEX triplet: C1, 55 and 4E. RGB value is (193,85,78). Sum of RGB (Red+Green+Blue) = 193+85+78=356 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.21% from 356); Green value is 85 (33.59% from 255 or 23.88% from 356); Blue value is 78 (30.86% from 255 or 21.91% from 356); Max value from RGB is 193 - color contains mainly: red. Hex color #C1554E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1554E is #3EAAB1. Grayscale: #747474. Windows color (decimal): -4106930 or 5133761. OLE color: 5133761.
HSL color Cylindrical-coordinate representation of color #C1554E: hue angle of 3.65º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C1554E is Cyan = 0, Magento = 0.56, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 85 | 78 | - |
| CMYK | 0 | 0.56 | 0.60 | 0.24 |
| HSL | 3.65º | 0.48% | 0.53% | - |
| HSV(B) | 3.65º | 0.6% | 0.76% | - |
| XYZ | 26.62 | 18.38 | 9.35 | - |
| YUV | 116.49 | 106.28 | 182.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 85 | 78 | 0 | 0.56 | 0.60 | 0.24 | 3.65 | 0.48 | 0.53 |
| Hex | C1 | 55 | 4E | 0 | 38 | 3C | 18 | 4 | 30 | 35 |
| Octal | 301 | 125 | 116 | 0 | 70 | 74 | 30 | 4 | 60 | 65 |
| Binary | 11000001 | 1010101 | 1001110 | 0 | 111000 | 111100 | 11000 | 100 | 110000 | 110101 |
Color Harmonies of #C1554E
Complementary color
Monochromatic Colors of #C1554E
Black with #C1554E
Text Example
Text Example
White with #C1554E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1554E; }
p { color: rgb(193,85,78); }
H1.HeaderClassName
{
color: #C1554E;
}
.AnyTagClassName
{
color: #C1554E;
}
</style>
background-color css
<style>
a { background-color: #C1554E; }
a { background-color: rgb(193,85,78); }
div.DivClassName
{
background-color: #C1554E;
}
.BgClassName
{
background-color: #C1554E;
}
</style>
border-color css
<style>
span { border-color: #C1554E; }
span { border-color: rgb(193,85,78); }
td.TdClassName
{
border-color: #C1554E;
}
.TagClassName
{
border-color: #C1554E;
}
</style>