Shades of Sunset #C54E4C
Tints of Sunset #C54E4C
RGB
CMYK
RGB Variations
Color information
#C54E4C (or 0xC54E4C) is known color: Sunset. HEX triplet: C5, 4E and 4C. RGB value is (197,78,76). Sum of RGB (Red+Green+Blue) = 197+78+76=351 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.13% from 351); Green value is 78 (30.86% from 255 or 22.22% from 351); Blue value is 76 (30.08% from 255 or 21.65% from 351); Max value from RGB is 197 - color contains mainly: red. Hex color #C54E4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C54E4C is #3AB1B3. Grayscale: #717171. Windows color (decimal): -3846580 or 5000901. OLE color: 5000901.
HSL color Cylindrical-coordinate representation of color #C54E4C: hue angle of 0.99º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C54E4C is Cyan = 0, Magento = 0.60, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 78 | 76 | - |
| CMYK | 0 | 0.60 | 0.61 | 0.23 |
| HSL | 0.99º | 0.51% | 0.54% | - |
| HSV(B) | 0.99º | 0.61% | 0.77% | - |
| XYZ | 27.05 | 17.84 | 8.86 | - |
| YUV | 113.35 | 106.92 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 78 | 76 | 0 | 0.60 | 0.61 | 0.23 | 0.99 | 0.51 | 0.54 |
| Hex | C5 | 4E | 4C | 0 | 3C | 3D | 17 | 1 | 33 | 36 |
| Octal | 305 | 116 | 114 | 0 | 74 | 75 | 27 | 1 | 63 | 66 |
| Binary | 11000101 | 1001110 | 1001100 | 0 | 111100 | 111101 | 10111 | 1 | 110011 | 110110 |
Color Harmonies of #C54E4C
Complementary color
Monochromatic Colors of #C54E4C
Black with #C54E4C
Text Example
Text Example
White with #C54E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54E4C; }
p { color: rgb(197,78,76); }
H1.HeaderClassName
{
color: #C54E4C;
}
.AnyTagClassName
{
color: #C54E4C;
}
</style>
background-color css
<style>
a { background-color: #C54E4C; }
a { background-color: rgb(197,78,76); }
div.DivClassName
{
background-color: #C54E4C;
}
.BgClassName
{
background-color: #C54E4C;
}
</style>
border-color css
<style>
span { border-color: #C54E4C; }
span { border-color: rgb(197,78,76); }
td.TdClassName
{
border-color: #C54E4C;
}
.TagClassName
{
border-color: #C54E4C;
}
</style>