Shades of Sunset #C4524E
Tints of Sunset #C4524E
RGB
CMYK
RGB Variations
Color information
#C4524E (or 0xC4524E) is known color: Sunset. HEX triplet: C4, 52 and 4E. RGB value is (196,82,78). Sum of RGB (Red+Green+Blue) = 196+82+78=356 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.06% from 356); Green value is 82 (32.42% from 255 or 23.03% from 356); Blue value is 78 (30.86% from 255 or 21.91% from 356); Max value from RGB is 196 - color contains mainly: red. Hex color #C4524E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4524E is #3BADB1. Grayscale: #737373. Windows color (decimal): -3911090 or 5132996. OLE color: 5132996.
HSL color Cylindrical-coordinate representation of color #C4524E: hue angle of 2.03º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C4524E is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 82 | 78 | - |
| CMYK | 0 | 0.58 | 0.60 | 0.23 |
| HSL | 2.03º | 0.5% | 0.54% | - |
| HSV(B) | 2.03º | 0.6% | 0.77% | - |
| XYZ | 27.16 | 18.32 | 9.31 | - |
| YUV | 115.63 | 106.77 | 185.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 82 | 78 | 0 | 0.58 | 0.60 | 0.23 | 2.03 | 0.5 | 0.54 |
| Hex | C4 | 52 | 4E | 0 | 3A | 3C | 17 | 2 | 32 | 36 |
| Octal | 304 | 122 | 116 | 0 | 72 | 74 | 27 | 2 | 62 | 66 |
| Binary | 11000100 | 1010010 | 1001110 | 0 | 111010 | 111100 | 10111 | 10 | 110010 | 110110 |
Color Harmonies of #C4524E
Complementary color
Monochromatic Colors of #C4524E
Black with #C4524E
Text Example
Text Example
White with #C4524E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4524E; }
p { color: rgb(196,82,78); }
H1.HeaderClassName
{
color: #C4524E;
}
.AnyTagClassName
{
color: #C4524E;
}
</style>
background-color css
<style>
a { background-color: #C4524E; }
a { background-color: rgb(196,82,78); }
div.DivClassName
{
background-color: #C4524E;
}
.BgClassName
{
background-color: #C4524E;
}
</style>
border-color css
<style>
span { border-color: #C4524E; }
span { border-color: rgb(196,82,78); }
td.TdClassName
{
border-color: #C4524E;
}
.TagClassName
{
border-color: #C4524E;
}
</style>