Shades of Sunset #C54F48
Tints of Sunset #C54F48
RGB
CMYK
RGB Variations
Color information
#C54F48 (or 0xC54F48) is known color: Sunset. HEX triplet: C5, 4F and 48. RGB value is (197,79,72). Sum of RGB (Red+Green+Blue) = 197+79+72=348 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.61% from 348); Green value is 79 (31.25% from 255 or 22.70% from 348); Blue value is 72 (28.52% from 255 or 20.69% from 348); Max value from RGB is 197 - color contains mainly: red. Hex color #C54F48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C54F48 is #3AB0B7. Grayscale: #717171. Windows color (decimal): -3846328 or 4739013. OLE color: 4739013.
HSL color Cylindrical-coordinate representation of color #C54F48: hue angle of 3.36º 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 #C54F48 is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 79 | 72 | - |
| CMYK | 0 | 0.60 | 0.63 | 0.23 |
| HSL | 3.36º | 0.52% | 0.53% | - |
| HSV(B) | 3.36º | 0.63% | 0.77% | - |
| XYZ | 26.99 | 17.93 | 8.17 | - |
| YUV | 113.48 | 104.59 | 187.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 79 | 72 | 0 | 0.60 | 0.63 | 0.23 | 3.36 | 0.52 | 0.53 |
| Hex | C5 | 4F | 48 | 0 | 3C | 3F | 17 | 3 | 34 | 35 |
| Octal | 305 | 117 | 110 | 0 | 74 | 77 | 27 | 3 | 64 | 65 |
| Binary | 11000101 | 1001111 | 1001000 | 0 | 111100 | 111111 | 10111 | 11 | 110100 | 110101 |
Color Harmonies of #C54F48
Complementary color
Monochromatic Colors of #C54F48
Black with #C54F48
Text Example
Text Example
White with #C54F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54F48; }
p { color: rgb(197,79,72); }
H1.HeaderClassName
{
color: #C54F48;
}
.AnyTagClassName
{
color: #C54F48;
}
</style>
background-color css
<style>
a { background-color: #C54F48; }
a { background-color: rgb(197,79,72); }
div.DivClassName
{
background-color: #C54F48;
}
.BgClassName
{
background-color: #C54F48;
}
</style>
border-color css
<style>
span { border-color: #C54F48; }
span { border-color: rgb(197,79,72); }
td.TdClassName
{
border-color: #C54F48;
}
.TagClassName
{
border-color: #C54F48;
}
</style>