Shades of Sunset #C45041
Tints of Sunset #C45041
RGB
CMYK
RGB Variations
Color information
#C45041 (or 0xC45041) is known color: Sunset. HEX triplet: C4, 50 and 41. RGB value is (196,80,65). Sum of RGB (Red+Green+Blue) = 196+80+65=341 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.48% from 341); Green value is 80 (31.64% from 255 or 23.46% from 341); Blue value is 65 (25.78% from 255 or 19.06% from 341); Max value from RGB is 196 - color contains mainly: red. Hex color #C45041 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45041 is #3BAFBE. Grayscale: #717171. Windows color (decimal): -3911615 or 4280516. OLE color: 4280516.
HSL color Cylindrical-coordinate representation of color #C45041: hue angle of 6.87º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C45041 is Cyan = 0, Magento = 0.59, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 80 | 65 | - |
| CMYK | 0 | 0.59 | 0.67 | 0.23 |
| HSL | 6.87º | 0.53% | 0.51% | - |
| HSV(B) | 6.87º | 0.67% | 0.77% | - |
| XYZ | 26.59 | 17.85 | 7.05 | - |
| YUV | 112.97 | 100.93 | 187.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 80 | 65 | 0 | 0.59 | 0.67 | 0.23 | 6.87 | 0.53 | 0.51 |
| Hex | C4 | 50 | 41 | 0 | 3B | 43 | 17 | 7 | 35 | 33 |
| Octal | 304 | 120 | 101 | 0 | 73 | 103 | 27 | 7 | 65 | 63 |
| Binary | 11000100 | 1010000 | 1000001 | 0 | 111011 | 1000011 | 10111 | 111 | 110101 | 110011 |
Color Harmonies of #C45041
Complementary color
Monochromatic Colors of #C45041
Black with #C45041
Text Example
Text Example
White with #C45041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45041; }
p { color: rgb(196,80,65); }
H1.HeaderClassName
{
color: #C45041;
}
.AnyTagClassName
{
color: #C45041;
}
</style>
background-color css
<style>
a { background-color: #C45041; }
a { background-color: rgb(196,80,65); }
div.DivClassName
{
background-color: #C45041;
}
.BgClassName
{
background-color: #C45041;
}
</style>
border-color css
<style>
span { border-color: #C45041; }
span { border-color: rgb(196,80,65); }
td.TdClassName
{
border-color: #C45041;
}
.TagClassName
{
border-color: #C45041;
}
</style>