Shades of Sunset #C0584E
Tints of Sunset #C0584E
RGB
CMYK
RGB Variations
Color information
#C0584E (or 0xC0584E) is known color: Sunset. HEX triplet: C0, 58 and 4E. RGB value is (192,88,78). Sum of RGB (Red+Green+Blue) = 192+88+78=358 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.63% from 358); Green value is 88 (34.77% from 255 or 24.58% from 358); Blue value is 78 (30.86% from 255 or 21.79% from 358); Max value from RGB is 192 - color contains mainly: red. Hex color #C0584E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0584E is #3FA7B1. Grayscale: #767676. Windows color (decimal): -4171698 or 5134528. OLE color: 5134528.
HSL color Cylindrical-coordinate representation of color #C0584E: hue angle of 5.26º 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 #C0584E is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 88 | 78 | - |
| CMYK | 0 | 0.54 | 0.59 | 0.25 |
| HSL | 5.26º | 0.48% | 0.53% | - |
| HSV(B) | 5.26º | 0.59% | 0.75% | - |
| XYZ | 26.6 | 18.74 | 9.42 | - |
| YUV | 117.96 | 105.46 | 180.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 88 | 78 | 0 | 0.54 | 0.59 | 0.25 | 5.26 | 0.48 | 0.53 |
| Hex | C0 | 58 | 4E | 0 | 36 | 3B | 19 | 5 | 30 | 35 |
| Octal | 300 | 130 | 116 | 0 | 66 | 73 | 31 | 5 | 60 | 65 |
| Binary | 11000000 | 1011000 | 1001110 | 0 | 110110 | 111011 | 11001 | 101 | 110000 | 110101 |
Color Harmonies of #C0584E
Complementary color
Monochromatic Colors of #C0584E
Black with #C0584E
Text Example
Text Example
White with #C0584E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0584E; }
p { color: rgb(192,88,78); }
H1.HeaderClassName
{
color: #C0584E;
}
.AnyTagClassName
{
color: #C0584E;
}
</style>
background-color css
<style>
a { background-color: #C0584E; }
a { background-color: rgb(192,88,78); }
div.DivClassName
{
background-color: #C0584E;
}
.BgClassName
{
background-color: #C0584E;
}
</style>
border-color css
<style>
span { border-color: #C0584E; }
span { border-color: rgb(192,88,78); }
td.TdClassName
{
border-color: #C0584E;
}
.TagClassName
{
border-color: #C0584E;
}
</style>