Shades of Sunset #C45148
Tints of Sunset #C45148
RGB
CMYK
RGB Variations
Color information
#C45148 (or 0xC45148) is known color: Sunset. HEX triplet: C4, 51 and 48. RGB value is (196,81,72). Sum of RGB (Red+Green+Blue) = 196+81+72=349 (46% of max value = 765). Red value is 196 (76.95% from 255 or 56.16% from 349); Green value is 81 (32.03% from 255 or 23.21% from 349); Blue value is 72 (28.52% from 255 or 20.63% from 349); Max value from RGB is 196 - color contains mainly: red. Hex color #C45148 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45148 is #3BAEB7. Grayscale: #727272. Windows color (decimal): -3911352 or 4739524. OLE color: 4739524.
HSL color Cylindrical-coordinate representation of color #C45148: hue angle of 4.35º 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 #C45148 is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 81 | 72 | - |
| CMYK | 0 | 0.59 | 0.63 | 0.23 |
| HSL | 4.35º | 0.51% | 0.53% | - |
| HSV(B) | 4.35º | 0.63% | 0.77% | - |
| XYZ | 26.88 | 18.09 | 8.21 | - |
| YUV | 114.36 | 104.1 | 186.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 81 | 72 | 0 | 0.59 | 0.63 | 0.23 | 4.35 | 0.51 | 0.53 |
| Hex | C4 | 51 | 48 | 0 | 3B | 3F | 17 | 4 | 33 | 35 |
| Octal | 304 | 121 | 110 | 0 | 73 | 77 | 27 | 4 | 63 | 65 |
| Binary | 11000100 | 1010001 | 1001000 | 0 | 111011 | 111111 | 10111 | 100 | 110011 | 110101 |
Color Harmonies of #C45148
Complementary color
Monochromatic Colors of #C45148
Black with #C45148
Text Example
Text Example
White with #C45148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45148; }
p { color: rgb(196,81,72); }
H1.HeaderClassName
{
color: #C45148;
}
.AnyTagClassName
{
color: #C45148;
}
</style>
background-color css
<style>
a { background-color: #C45148; }
a { background-color: rgb(196,81,72); }
div.DivClassName
{
background-color: #C45148;
}
.BgClassName
{
background-color: #C45148;
}
</style>
border-color css
<style>
span { border-color: #C45148; }
span { border-color: rgb(196,81,72); }
td.TdClassName
{
border-color: #C45148;
}
.TagClassName
{
border-color: #C45148;
}
</style>