Shades of Sunset #C2524A
Tints of Sunset #C2524A
RGB
CMYK
RGB Variations
Color information
#C2524A (or 0xC2524A) is known color: Sunset. HEX triplet: C2, 52 and 4A. RGB value is (194,82,74). Sum of RGB (Red+Green+Blue) = 194+82+74=350 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.43% from 350); Green value is 82 (32.42% from 255 or 23.43% from 350); Blue value is 74 (29.30% from 255 or 21.14% from 350); Max value from RGB is 194 - color contains mainly: red. Hex color #C2524A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2524A is #3DADB5. Grayscale: #727272. Windows color (decimal): -4042166 or 4870850. OLE color: 4870850.
HSL color Cylindrical-coordinate representation of color #C2524A: hue angle of 4º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C2524A is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 82 | 74 | - |
| CMYK | 0 | 0.58 | 0.62 | 0.24 |
| HSL | 4º | 0.5% | 0.53% | - |
| HSV(B) | 4º | 0.62% | 0.76% | - |
| XYZ | 26.5 | 18 | 8.56 | - |
| YUV | 114.58 | 105.11 | 184.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 82 | 74 | 0 | 0.58 | 0.62 | 0.24 | 4 | 0.5 | 0.53 |
| Hex | C2 | 52 | 4A | 0 | 3A | 3E | 18 | 4 | 32 | 35 |
| Octal | 302 | 122 | 112 | 0 | 72 | 76 | 30 | 4 | 62 | 65 |
| Binary | 11000010 | 1010010 | 1001010 | 0 | 111010 | 111110 | 11000 | 100 | 110010 | 110101 |
Color Harmonies of #C2524A
Complementary color
Monochromatic Colors of #C2524A
Black with #C2524A
Text Example
Text Example
White with #C2524A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2524A; }
p { color: rgb(194,82,74); }
H1.HeaderClassName
{
color: #C2524A;
}
.AnyTagClassName
{
color: #C2524A;
}
</style>
background-color css
<style>
a { background-color: #C2524A; }
a { background-color: rgb(194,82,74); }
div.DivClassName
{
background-color: #C2524A;
}
.BgClassName
{
background-color: #C2524A;
}
</style>
border-color css
<style>
span { border-color: #C2524A; }
span { border-color: rgb(194,82,74); }
td.TdClassName
{
border-color: #C2524A;
}
.TagClassName
{
border-color: #C2524A;
}
</style>