Shades of Sunset #C54945
Tints of Sunset #C54945
RGB
CMYK
RGB Variations
Color information
#C54945 (or 0xC54945) is known color: Sunset. HEX triplet: C5, 49 and 45. RGB value is (197,73,69). Sum of RGB (Red+Green+Blue) = 197+73+69=339 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.11% from 339); Green value is 73 (28.91% from 255 or 21.53% from 339); Blue value is 69 (27.34% from 255 or 20.35% from 339); Max value from RGB is 197 - color contains mainly: red. Hex color #C54945 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54945 is #3AB6BA. Grayscale: #6D6D6D. Windows color (decimal): -3847867 or 4540869. OLE color: 4540869.
HSL color Cylindrical-coordinate representation of color #C54945: hue angle of 1.88º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C54945 is Cyan = 0, Magento = 0.63, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 73 | 69 | - |
| CMYK | 0 | 0.63 | 0.65 | 0.23 |
| HSL | 1.88º | 0.52% | 0.52% | - |
| HSV(B) | 1.88º | 0.65% | 0.77% | - |
| XYZ | 26.48 | 17.07 | 7.53 | - |
| YUV | 109.62 | 105.08 | 190.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 73 | 69 | 0 | 0.63 | 0.65 | 0.23 | 1.88 | 0.52 | 0.52 |
| Hex | C5 | 49 | 45 | 0 | 3F | 41 | 17 | 2 | 34 | 34 |
| Octal | 305 | 111 | 105 | 0 | 77 | 101 | 27 | 2 | 64 | 64 |
| Binary | 11000101 | 1001001 | 1000101 | 0 | 111111 | 1000001 | 10111 | 10 | 110100 | 110100 |
Color Harmonies of #C54945
Complementary color
Monochromatic Colors of #C54945
Black with #C54945
Text Example
Text Example
White with #C54945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54945; }
p { color: rgb(197,73,69); }
H1.HeaderClassName
{
color: #C54945;
}
.AnyTagClassName
{
color: #C54945;
}
</style>
background-color css
<style>
a { background-color: #C54945; }
a { background-color: rgb(197,73,69); }
div.DivClassName
{
background-color: #C54945;
}
.BgClassName
{
background-color: #C54945;
}
</style>
border-color css
<style>
span { border-color: #C54945; }
span { border-color: rgb(197,73,69); }
td.TdClassName
{
border-color: #C54945;
}
.TagClassName
{
border-color: #C54945;
}
</style>