Shades of Sunset #C54B48
Tints of Sunset #C54B48
RGB
CMYK
RGB Variations
Color information
#C54B48 (or 0xC54B48) is known color: Sunset. HEX triplet: C5, 4B and 48. RGB value is (197,75,72). Sum of RGB (Red+Green+Blue) = 197+75+72=344 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.27% from 344); Green value is 75 (29.69% from 255 or 21.80% from 344); Blue value is 72 (28.52% from 255 or 20.93% from 344); Max value from RGB is 197 - color contains mainly: red. Hex color #C54B48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54B48 is #3AB4B7. Grayscale: #6F6F6F. Windows color (decimal): -3847352 or 4737989. OLE color: 4737989.
HSL color Cylindrical-coordinate representation of color #C54B48: hue angle of 1.44º 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 #C54B48 is Cyan = 0, Magento = 0.62, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 75 | 72 | - |
| CMYK | 0 | 0.62 | 0.63 | 0.23 |
| HSL | 1.44º | 0.52% | 0.53% | - |
| HSV(B) | 1.44º | 0.63% | 0.77% | - |
| XYZ | 26.71 | 17.37 | 8.08 | - |
| YUV | 111.14 | 105.92 | 189.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 75 | 72 | 0 | 0.62 | 0.63 | 0.23 | 1.44 | 0.52 | 0.53 |
| Hex | C5 | 4B | 48 | 0 | 3E | 3F | 17 | 1 | 34 | 35 |
| Octal | 305 | 113 | 110 | 0 | 76 | 77 | 27 | 1 | 64 | 65 |
| Binary | 11000101 | 1001011 | 1001000 | 0 | 111110 | 111111 | 10111 | 1 | 110100 | 110101 |
Color Harmonies of #C54B48
Complementary color
Monochromatic Colors of #C54B48
Black with #C54B48
Text Example
Text Example
White with #C54B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54B48; }
p { color: rgb(197,75,72); }
H1.HeaderClassName
{
color: #C54B48;
}
.AnyTagClassName
{
color: #C54B48;
}
</style>
background-color css
<style>
a { background-color: #C54B48; }
a { background-color: rgb(197,75,72); }
div.DivClassName
{
background-color: #C54B48;
}
.BgClassName
{
background-color: #C54B48;
}
</style>
border-color css
<style>
span { border-color: #C54B48; }
span { border-color: rgb(197,75,72); }
td.TdClassName
{
border-color: #C54B48;
}
.TagClassName
{
border-color: #C54B48;
}
</style>