Shades of Sunset #C4524A
Tints of Sunset #C4524A
RGB
CMYK
RGB Variations
Color information
#C4524A (or 0xC4524A) is known color: Sunset. HEX triplet: C4, 52 and 4A. RGB value is (196,82,74). Sum of RGB (Red+Green+Blue) = 196+82+74=352 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.68% from 352); Green value is 82 (32.42% from 255 or 23.30% from 352); Blue value is 74 (29.30% from 255 or 21.02% from 352); Max value from RGB is 196 - color contains mainly: red. Hex color #C4524A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4524A is #3BADB5. Grayscale: #737373. Windows color (decimal): -3911094 or 4870852. OLE color: 4870852.
HSL color Cylindrical-coordinate representation of color #C4524A: hue angle of 3.93º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C4524A is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 82 | 74 | - |
| CMYK | 0 | 0.58 | 0.62 | 0.23 |
| HSL | 3.93º | 0.51% | 0.53% | - |
| HSV(B) | 3.93º | 0.62% | 0.77% | - |
| XYZ | 27.02 | 18.26 | 8.58 | - |
| YUV | 115.17 | 104.77 | 185.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 82 | 74 | 0 | 0.58 | 0.62 | 0.23 | 3.93 | 0.51 | 0.53 |
| Hex | C4 | 52 | 4A | 0 | 3A | 3E | 17 | 4 | 33 | 35 |
| Octal | 304 | 122 | 112 | 0 | 72 | 76 | 27 | 4 | 63 | 65 |
| Binary | 11000100 | 1010010 | 1001010 | 0 | 111010 | 111110 | 10111 | 100 | 110011 | 110101 |
Color Harmonies of #C4524A
Complementary color
Monochromatic Colors of #C4524A
Black with #C4524A
Text Example
Text Example
White with #C4524A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4524A; }
p { color: rgb(196,82,74); }
H1.HeaderClassName
{
color: #C4524A;
}
.AnyTagClassName
{
color: #C4524A;
}
</style>
background-color css
<style>
a { background-color: #C4524A; }
a { background-color: rgb(196,82,74); }
div.DivClassName
{
background-color: #C4524A;
}
.BgClassName
{
background-color: #C4524A;
}
</style>
border-color css
<style>
span { border-color: #C4524A; }
span { border-color: rgb(196,82,74); }
td.TdClassName
{
border-color: #C4524A;
}
.TagClassName
{
border-color: #C4524A;
}
</style>