Shades of Sunset #C54C46
Tints of Sunset #C54C46
RGB
CMYK
RGB Variations
Color information
#C54C46 (or 0xC54C46) is known color: Sunset. HEX triplet: C5, 4C and 46. RGB value is (197,76,70). Sum of RGB (Red+Green+Blue) = 197+76+70=343 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.43% from 343); Green value is 76 (30.08% from 255 or 22.16% from 343); Blue value is 70 (27.73% from 255 or 20.41% from 343); Max value from RGB is 197 - color contains mainly: red. Hex color #C54C46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54C46 is #3AB3B9. Grayscale: #6F6F6F. Windows color (decimal): -3847098 or 4607173. OLE color: 4607173.
HSL color Cylindrical-coordinate representation of color #C54C46: hue angle of 2.83º 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 #C54C46 is Cyan = 0, Magento = 0.61, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 76 | 70 | - |
| CMYK | 0 | 0.61 | 0.64 | 0.23 |
| HSL | 2.83º | 0.52% | 0.52% | - |
| HSV(B) | 2.83º | 0.64% | 0.77% | - |
| XYZ | 26.72 | 17.48 | 7.76 | - |
| YUV | 111.5 | 104.59 | 188.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 76 | 70 | 0 | 0.61 | 0.64 | 0.23 | 2.83 | 0.52 | 0.52 |
| Hex | C5 | 4C | 46 | 0 | 3D | 40 | 17 | 3 | 34 | 34 |
| Octal | 305 | 114 | 106 | 0 | 75 | 100 | 27 | 3 | 64 | 64 |
| Binary | 11000101 | 1001100 | 1000110 | 0 | 111101 | 1000000 | 10111 | 11 | 110100 | 110100 |
Color Harmonies of #C54C46
Complementary color
Monochromatic Colors of #C54C46
Black with #C54C46
Text Example
Text Example
White with #C54C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54C46; }
p { color: rgb(197,76,70); }
H1.HeaderClassName
{
color: #C54C46;
}
.AnyTagClassName
{
color: #C54C46;
}
</style>
background-color css
<style>
a { background-color: #C54C46; }
a { background-color: rgb(197,76,70); }
div.DivClassName
{
background-color: #C54C46;
}
.BgClassName
{
background-color: #C54C46;
}
</style>
border-color css
<style>
span { border-color: #C54C46; }
span { border-color: rgb(197,76,70); }
td.TdClassName
{
border-color: #C54C46;
}
.TagClassName
{
border-color: #C54C46;
}
</style>