Shades of Sunset #C8524A
Tints of Sunset #C8524A
RGB
CMYK
RGB Variations
Color information
#C8524A (or 0xC8524A) is known color: Sunset. HEX triplet: C8, 52 and 4A. RGB value is (200,82,74). Sum of RGB (Red+Green+Blue) = 200+82+74=356 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.18% from 356); Green value is 82 (32.42% from 255 or 23.03% from 356); Blue value is 74 (29.30% from 255 or 20.79% from 356); Max value from RGB is 200 - color contains mainly: red. Hex color #C8524A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8524A is #37ADB5. Grayscale: #747474. Windows color (decimal): -3648950 or 4870856. OLE color: 4870856.
HSL color Cylindrical-coordinate representation of color #C8524A: hue angle of 3.81º 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 #C8524A is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 82 | 74 | - |
| CMYK | 0 | 0.59 | 0.63 | 0.22 |
| HSL | 3.81º | 0.53% | 0.54% | - |
| HSV(B) | 3.81º | 0.63% | 0.78% | - |
| XYZ | 28.07 | 18.81 | 8.63 | - |
| YUV | 116.37 | 104.09 | 187.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 82 | 74 | 0 | 0.59 | 0.63 | 0.22 | 3.81 | 0.53 | 0.54 |
| Hex | C8 | 52 | 4A | 0 | 3B | 3F | 16 | 4 | 35 | 36 |
| Octal | 310 | 122 | 112 | 0 | 73 | 77 | 26 | 4 | 65 | 66 |
| Binary | 11001000 | 1010010 | 1001010 | 0 | 111011 | 111111 | 10110 | 100 | 110101 | 110110 |
Color Harmonies of #C8524A
Complementary color
Monochromatic Colors of #C8524A
Black with #C8524A
Text Example
Text Example
White with #C8524A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8524A; }
p { color: rgb(200,82,74); }
H1.HeaderClassName
{
color: #C8524A;
}
.AnyTagClassName
{
color: #C8524A;
}
</style>
background-color css
<style>
a { background-color: #C8524A; }
a { background-color: rgb(200,82,74); }
div.DivClassName
{
background-color: #C8524A;
}
.BgClassName
{
background-color: #C8524A;
}
</style>
border-color css
<style>
span { border-color: #C8524A; }
span { border-color: rgb(200,82,74); }
td.TdClassName
{
border-color: #C8524A;
}
.TagClassName
{
border-color: #C8524A;
}
</style>