Shades of Sunset #C55144
Tints of Sunset #C55144
RGB
CMYK
RGB Variations
Color information
#C55144 (or 0xC55144) is known color: Sunset. HEX triplet: C5, 51 and 44. RGB value is (197,81,68). Sum of RGB (Red+Green+Blue) = 197+81+68=346 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.94% from 346); Green value is 81 (32.03% from 255 or 23.41% from 346); Blue value is 68 (26.95% from 255 or 19.65% from 346); Max value from RGB is 197 - color contains mainly: red. Hex color #C55144 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55144 is #3AAEBB. Grayscale: #727272. Windows color (decimal): -3845820 or 4477381. OLE color: 4477381.
HSL color Cylindrical-coordinate representation of color #C55144: hue angle of 6.05º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C55144 is Cyan = 0, Magento = 0.59, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 81 | 68 | - |
| CMYK | 0 | 0.59 | 0.65 | 0.23 |
| HSL | 6.05º | 0.53% | 0.52% | - |
| HSV(B) | 6.05º | 0.65% | 0.77% | - |
| XYZ | 27.01 | 18.17 | 7.55 | - |
| YUV | 114.2 | 101.93 | 187.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 81 | 68 | 0 | 0.59 | 0.65 | 0.23 | 6.05 | 0.53 | 0.52 |
| Hex | C5 | 51 | 44 | 0 | 3B | 41 | 17 | 6 | 35 | 34 |
| Octal | 305 | 121 | 104 | 0 | 73 | 101 | 27 | 6 | 65 | 64 |
| Binary | 11000101 | 1010001 | 1000100 | 0 | 111011 | 1000001 | 10111 | 110 | 110101 | 110100 |
Color Harmonies of #C55144
Complementary color
Monochromatic Colors of #C55144
Black with #C55144
Text Example
Text Example
White with #C55144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55144; }
p { color: rgb(197,81,68); }
H1.HeaderClassName
{
color: #C55144;
}
.AnyTagClassName
{
color: #C55144;
}
</style>
background-color css
<style>
a { background-color: #C55144; }
a { background-color: rgb(197,81,68); }
div.DivClassName
{
background-color: #C55144;
}
.BgClassName
{
background-color: #C55144;
}
</style>
border-color css
<style>
span { border-color: #C55144; }
span { border-color: rgb(197,81,68); }
td.TdClassName
{
border-color: #C55144;
}
.TagClassName
{
border-color: #C55144;
}
</style>