Shades of Sunset #C7524A
Tints of Sunset #C7524A
RGB
CMYK
RGB Variations
Color information
#C7524A (or 0xC7524A) is known color: Sunset. HEX triplet: C7, 52 and 4A. RGB value is (199,82,74). Sum of RGB (Red+Green+Blue) = 199+82+74=355 (47% of max value = 765). Red value is 199 (78.12% from 255 or 56.06% from 355); Green value is 82 (32.42% from 255 or 23.10% from 355); Blue value is 74 (29.30% from 255 or 20.85% from 355); Max value from RGB is 199 - color contains mainly: red. Hex color #C7524A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7524A is #38ADB5. Grayscale: #747474. Windows color (decimal): -3714486 or 4870855. OLE color: 4870855.
HSL color Cylindrical-coordinate representation of color #C7524A: hue angle of 3.84º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C7524A is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 82 | 74 | - |
| CMYK | 0 | 0.59 | 0.63 | 0.22 |
| HSL | 3.84º | 0.53% | 0.54% | - |
| HSV(B) | 3.84º | 0.63% | 0.78% | - |
| XYZ | 27.81 | 18.67 | 8.62 | - |
| YUV | 116.07 | 104.26 | 187.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 82 | 74 | 0 | 0.59 | 0.63 | 0.22 | 3.84 | 0.53 | 0.54 |
| Hex | C7 | 52 | 4A | 0 | 3B | 3F | 16 | 4 | 35 | 36 |
| Octal | 307 | 122 | 112 | 0 | 73 | 77 | 26 | 4 | 65 | 66 |
| Binary | 11000111 | 1010010 | 1001010 | 0 | 111011 | 111111 | 10110 | 100 | 110101 | 110110 |
Color Harmonies of #C7524A
Complementary color
Monochromatic Colors of #C7524A
Black with #C7524A
Text Example
Text Example
White with #C7524A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7524A; }
p { color: rgb(199,82,74); }
H1.HeaderClassName
{
color: #C7524A;
}
.AnyTagClassName
{
color: #C7524A;
}
</style>
background-color css
<style>
a { background-color: #C7524A; }
a { background-color: rgb(199,82,74); }
div.DivClassName
{
background-color: #C7524A;
}
.BgClassName
{
background-color: #C7524A;
}
</style>
border-color css
<style>
span { border-color: #C7524A; }
span { border-color: rgb(199,82,74); }
td.TdClassName
{
border-color: #C7524A;
}
.TagClassName
{
border-color: #C7524A;
}
</style>