Shades of Sunset #C0524F
Tints of Sunset #C0524F
RGB
CMYK
RGB Variations
Color information
#C0524F (or 0xC0524F) is known color: Sunset. HEX triplet: C0, 52 and 4F. RGB value is (192,82,79). Sum of RGB (Red+Green+Blue) = 192+82+79=353 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.39% from 353); Green value is 82 (32.42% from 255 or 23.23% from 353); Blue value is 79 (31.25% from 255 or 22.38% from 353); Max value from RGB is 192 - color contains mainly: red. Hex color #C0524F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0524F is #3FADB0. Grayscale: #727272. Windows color (decimal): -4173233 or 5198528. OLE color: 5198528.
HSL color Cylindrical-coordinate representation of color #C0524F: hue angle of 1.59º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C0524F is Cyan = 0, Magento = 0.57, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 82 | 79 | - |
| CMYK | 0 | 0.57 | 0.59 | 0.25 |
| HSL | 1.59º | 0.47% | 0.53% | - |
| HSV(B) | 1.59º | 0.59% | 0.75% | - |
| XYZ | 26.17 | 17.81 | 9.45 | - |
| YUV | 114.55 | 107.94 | 183.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 82 | 79 | 0 | 0.57 | 0.59 | 0.25 | 1.59 | 0.47 | 0.53 |
| Hex | C0 | 52 | 4F | 0 | 39 | 3B | 19 | 2 | 2F | 35 |
| Octal | 300 | 122 | 117 | 0 | 71 | 73 | 31 | 2 | 57 | 65 |
| Binary | 11000000 | 1010010 | 1001111 | 0 | 111001 | 111011 | 11001 | 10 | 101111 | 110101 |
Color Harmonies of #C0524F
Complementary color
Monochromatic Colors of #C0524F
Black with #C0524F
Text Example
Text Example
White with #C0524F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0524F; }
p { color: rgb(192,82,79); }
H1.HeaderClassName
{
color: #C0524F;
}
.AnyTagClassName
{
color: #C0524F;
}
</style>
background-color css
<style>
a { background-color: #C0524F; }
a { background-color: rgb(192,82,79); }
div.DivClassName
{
background-color: #C0524F;
}
.BgClassName
{
background-color: #C0524F;
}
</style>
border-color css
<style>
span { border-color: #C0524F; }
span { border-color: rgb(192,82,79); }
td.TdClassName
{
border-color: #C0524F;
}
.TagClassName
{
border-color: #C0524F;
}
</style>