Shades of Sunset #C55149
Tints of Sunset #C55149
RGB
CMYK
RGB Variations
Color information
#C55149 (or 0xC55149) is known color: Sunset. HEX triplet: C5, 51 and 49. RGB value is (197,81,73). Sum of RGB (Red+Green+Blue) = 197+81+73=351 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.13% from 351); Green value is 81 (32.03% from 255 or 23.08% from 351); Blue value is 73 (28.91% from 255 or 20.80% from 351); Max value from RGB is 197 - color contains mainly: red. Hex color #C55149 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55149 is #3AAEB6. Grayscale: #727272. Windows color (decimal): -3845815 or 4805061. OLE color: 4805061.
HSL color Cylindrical-coordinate representation of color #C55149: hue angle of 3.87º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C55149 is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 81 | 73 | - |
| CMYK | 0 | 0.59 | 0.63 | 0.23 |
| HSL | 3.87º | 0.52% | 0.53% | - |
| HSV(B) | 3.87º | 0.63% | 0.77% | - |
| XYZ | 27.17 | 18.24 | 8.39 | - |
| YUV | 114.77 | 104.43 | 186.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 81 | 73 | 0 | 0.59 | 0.63 | 0.23 | 3.87 | 0.52 | 0.53 |
| Hex | C5 | 51 | 49 | 0 | 3B | 3F | 17 | 4 | 34 | 35 |
| Octal | 305 | 121 | 111 | 0 | 73 | 77 | 27 | 4 | 64 | 65 |
| Binary | 11000101 | 1010001 | 1001001 | 0 | 111011 | 111111 | 10111 | 100 | 110100 | 110101 |
Color Harmonies of #C55149
Complementary color
Monochromatic Colors of #C55149
Black with #C55149
Text Example
Text Example
White with #C55149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55149; }
p { color: rgb(197,81,73); }
H1.HeaderClassName
{
color: #C55149;
}
.AnyTagClassName
{
color: #C55149;
}
</style>
background-color css
<style>
a { background-color: #C55149; }
a { background-color: rgb(197,81,73); }
div.DivClassName
{
background-color: #C55149;
}
.BgClassName
{
background-color: #C55149;
}
</style>
border-color css
<style>
span { border-color: #C55149; }
span { border-color: rgb(197,81,73); }
td.TdClassName
{
border-color: #C55149;
}
.TagClassName
{
border-color: #C55149;
}
</style>