Shades of Sunset #C45549
Tints of Sunset #C45549
RGB
CMYK
RGB Variations
Color information
#C45549 (or 0xC45549) is known color: Sunset. HEX triplet: C4, 55 and 49. RGB value is (196,85,73). Sum of RGB (Red+Green+Blue) = 196+85+73=354 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.37% from 354); Green value is 85 (33.59% from 255 or 24.01% from 354); Blue value is 73 (28.91% from 255 or 20.62% from 354); Max value from RGB is 196 - color contains mainly: red. Hex color #C45549 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45549 is #3BAAB6. Grayscale: #747474. Windows color (decimal): -3910327 or 4806084. OLE color: 4806084.
HSL color Cylindrical-coordinate representation of color #C45549: hue angle of 5.85º degrees, saturation: 0.51, 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 #C45549 is Cyan = 0, Magento = 0.57, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 85 | 73 | - |
| CMYK | 0 | 0.57 | 0.63 | 0.23 |
| HSL | 5.85º | 0.51% | 0.53% | - |
| HSV(B) | 5.85º | 0.63% | 0.77% | - |
| XYZ | 27.22 | 18.71 | 8.48 | - |
| YUV | 116.82 | 103.27 | 184.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 85 | 73 | 0 | 0.57 | 0.63 | 0.23 | 5.85 | 0.51 | 0.53 |
| Hex | C4 | 55 | 49 | 0 | 39 | 3F | 17 | 6 | 33 | 35 |
| Octal | 304 | 125 | 111 | 0 | 71 | 77 | 27 | 6 | 63 | 65 |
| Binary | 11000100 | 1010101 | 1001001 | 0 | 111001 | 111111 | 10111 | 110 | 110011 | 110101 |
Color Harmonies of #C45549
Complementary color
Monochromatic Colors of #C45549
Black with #C45549
Text Example
Text Example
White with #C45549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45549; }
p { color: rgb(196,85,73); }
H1.HeaderClassName
{
color: #C45549;
}
.AnyTagClassName
{
color: #C45549;
}
</style>
background-color css
<style>
a { background-color: #C45549; }
a { background-color: rgb(196,85,73); }
div.DivClassName
{
background-color: #C45549;
}
.BgClassName
{
background-color: #C45549;
}
</style>
border-color css
<style>
span { border-color: #C45549; }
span { border-color: rgb(196,85,73); }
td.TdClassName
{
border-color: #C45549;
}
.TagClassName
{
border-color: #C45549;
}
</style>