Shades of Sunset #C54A46
Tints of Sunset #C54A46
RGB
CMYK
RGB Variations
Color information
#C54A46 (or 0xC54A46) is known color: Sunset. HEX triplet: C5, 4A and 46. RGB value is (197,74,70). Sum of RGB (Red+Green+Blue) = 197+74+70=341 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.77% from 341); Green value is 74 (29.30% from 255 or 21.70% from 341); Blue value is 70 (27.73% from 255 or 20.53% from 341); Max value from RGB is 197 - color contains mainly: red. Hex color #C54A46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54A46 is #3AB5B9. Grayscale: #6E6E6E. Windows color (decimal): -3847610 or 4606661. OLE color: 4606661.
HSL color Cylindrical-coordinate representation of color #C54A46: hue angle of 1.89º 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 #C54A46 is Cyan = 0, Magento = 0.62, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 74 | 70 | - |
| CMYK | 0 | 0.62 | 0.64 | 0.23 |
| HSL | 1.89º | 0.52% | 0.52% | - |
| HSV(B) | 1.89º | 0.64% | 0.77% | - |
| XYZ | 26.58 | 17.21 | 7.72 | - |
| YUV | 110.32 | 105.25 | 189.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 74 | 70 | 0 | 0.62 | 0.64 | 0.23 | 1.89 | 0.52 | 0.52 |
| Hex | C5 | 4A | 46 | 0 | 3E | 40 | 17 | 2 | 34 | 34 |
| Octal | 305 | 112 | 106 | 0 | 76 | 100 | 27 | 2 | 64 | 64 |
| Binary | 11000101 | 1001010 | 1000110 | 0 | 111110 | 1000000 | 10111 | 10 | 110100 | 110100 |
Color Harmonies of #C54A46
Complementary color
Monochromatic Colors of #C54A46
Black with #C54A46
Text Example
Text Example
White with #C54A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54A46; }
p { color: rgb(197,74,70); }
H1.HeaderClassName
{
color: #C54A46;
}
.AnyTagClassName
{
color: #C54A46;
}
</style>
background-color css
<style>
a { background-color: #C54A46; }
a { background-color: rgb(197,74,70); }
div.DivClassName
{
background-color: #C54A46;
}
.BgClassName
{
background-color: #C54A46;
}
</style>
border-color css
<style>
span { border-color: #C54A46; }
span { border-color: rgb(197,74,70); }
td.TdClassName
{
border-color: #C54A46;
}
.TagClassName
{
border-color: #C54A46;
}
</style>