Shades of Sunset #C55246
Tints of Sunset #C55246
RGB
CMYK
RGB Variations
Color information
#C55246 (or 0xC55246) is known color: Sunset. HEX triplet: C5, 52 and 46. RGB value is (197,82,70). Sum of RGB (Red+Green+Blue) = 197+82+70=349 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.45% from 349); Green value is 82 (32.42% from 255 or 23.50% from 349); Blue value is 70 (27.73% from 255 or 20.06% from 349); Max value from RGB is 197 - color contains mainly: red. Hex color #C55246 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55246 is #3AADB9. Grayscale: #737373. Windows color (decimal): -3845562 or 4608709. OLE color: 4608709.
HSL color Cylindrical-coordinate representation of color #C55246: hue angle of 5.67º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C55246 is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 82 | 70 | - |
| CMYK | 0 | 0.58 | 0.64 | 0.23 |
| HSL | 5.67º | 0.52% | 0.52% | - |
| HSV(B) | 5.67º | 0.64% | 0.77% | - |
| XYZ | 27.15 | 18.35 | 7.9 | - |
| YUV | 115.02 | 102.6 | 186.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 82 | 70 | 0 | 0.58 | 0.64 | 0.23 | 5.67 | 0.52 | 0.52 |
| Hex | C5 | 52 | 46 | 0 | 3A | 40 | 17 | 6 | 34 | 34 |
| Octal | 305 | 122 | 106 | 0 | 72 | 100 | 27 | 6 | 64 | 64 |
| Binary | 11000101 | 1010010 | 1000110 | 0 | 111010 | 1000000 | 10111 | 110 | 110100 | 110100 |
Color Harmonies of #C55246
Complementary color
Monochromatic Colors of #C55246
Black with #C55246
Text Example
Text Example
White with #C55246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55246; }
p { color: rgb(197,82,70); }
H1.HeaderClassName
{
color: #C55246;
}
.AnyTagClassName
{
color: #C55246;
}
</style>
background-color css
<style>
a { background-color: #C55246; }
a { background-color: rgb(197,82,70); }
div.DivClassName
{
background-color: #C55246;
}
.BgClassName
{
background-color: #C55246;
}
</style>
border-color css
<style>
span { border-color: #C55246; }
span { border-color: rgb(197,82,70); }
td.TdClassName
{
border-color: #C55246;
}
.TagClassName
{
border-color: #C55246;
}
</style>