Shades of Sunset #C0524D
Tints of Sunset #C0524D
RGB
CMYK
RGB Variations
Color information
#C0524D (or 0xC0524D) is known color: Sunset. HEX triplet: C0, 52 and 4D. RGB value is (192,82,77). Sum of RGB (Red+Green+Blue) = 192+82+77=351 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.70% from 351); Green value is 82 (32.42% from 255 or 23.36% from 351); Blue value is 77 (30.47% from 255 or 21.94% from 351); Max value from RGB is 192 - color contains mainly: red. Hex color #C0524D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0524D is #3FADB2. Grayscale: #727272. Windows color (decimal): -4173235 or 5067456. OLE color: 5067456.
HSL color Cylindrical-coordinate representation of color #C0524D: hue angle of 2.61º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C0524D is Cyan = 0, Magento = 0.57, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 82 | 77 | - |
| CMYK | 0 | 0.57 | 0.60 | 0.25 |
| HSL | 2.61º | 0.48% | 0.53% | - |
| HSV(B) | 2.61º | 0.6% | 0.75% | - |
| XYZ | 26.1 | 17.78 | 9.08 | - |
| YUV | 114.32 | 106.94 | 183.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 82 | 77 | 0 | 0.57 | 0.60 | 0.25 | 2.61 | 0.48 | 0.53 |
| Hex | C0 | 52 | 4D | 0 | 39 | 3C | 19 | 3 | 30 | 35 |
| Octal | 300 | 122 | 115 | 0 | 71 | 74 | 31 | 3 | 60 | 65 |
| Binary | 11000000 | 1010010 | 1001101 | 0 | 111001 | 111100 | 11001 | 11 | 110000 | 110101 |
Color Harmonies of #C0524D
Complementary color
Monochromatic Colors of #C0524D
Black with #C0524D
Text Example
Text Example
White with #C0524D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0524D; }
p { color: rgb(192,82,77); }
H1.HeaderClassName
{
color: #C0524D;
}
.AnyTagClassName
{
color: #C0524D;
}
</style>
background-color css
<style>
a { background-color: #C0524D; }
a { background-color: rgb(192,82,77); }
div.DivClassName
{
background-color: #C0524D;
}
.BgClassName
{
background-color: #C0524D;
}
</style>
border-color css
<style>
span { border-color: #C0524D; }
span { border-color: rgb(192,82,77); }
td.TdClassName
{
border-color: #C0524D;
}
.TagClassName
{
border-color: #C0524D;
}
</style>