Shades of Sunset #C0584F
Tints of Sunset #C0584F
RGB
CMYK
RGB Variations
Color information
#C0584F (or 0xC0584F) is known color: Sunset. HEX triplet: C0, 58 and 4F. RGB value is (192,88,79). Sum of RGB (Red+Green+Blue) = 192+88+79=359 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.48% from 359); Green value is 88 (34.77% from 255 or 24.51% from 359); Blue value is 79 (31.25% from 255 or 22.01% from 359); Max value from RGB is 192 - color contains mainly: red. Hex color #C0584F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0584F is #3FA7B0. Grayscale: #767676. Windows color (decimal): -4171697 or 5200064. OLE color: 5200064.
HSL color Cylindrical-coordinate representation of color #C0584F: hue angle of 4.78º 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 #C0584F is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 88 | 79 | - |
| CMYK | 0 | 0.54 | 0.59 | 0.25 |
| HSL | 4.78º | 0.47% | 0.53% | - |
| HSV(B) | 4.78º | 0.59% | 0.75% | - |
| XYZ | 26.64 | 18.75 | 9.61 | - |
| YUV | 118.07 | 105.96 | 180.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 88 | 79 | 0 | 0.54 | 0.59 | 0.25 | 4.78 | 0.47 | 0.53 |
| Hex | C0 | 58 | 4F | 0 | 36 | 3B | 19 | 5 | 2F | 35 |
| Octal | 300 | 130 | 117 | 0 | 66 | 73 | 31 | 5 | 57 | 65 |
| Binary | 11000000 | 1011000 | 1001111 | 0 | 110110 | 111011 | 11001 | 101 | 101111 | 110101 |
Color Harmonies of #C0584F
Complementary color
Monochromatic Colors of #C0584F
Black with #C0584F
Text Example
Text Example
White with #C0584F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0584F; }
p { color: rgb(192,88,79); }
H1.HeaderClassName
{
color: #C0584F;
}
.AnyTagClassName
{
color: #C0584F;
}
</style>
background-color css
<style>
a { background-color: #C0584F; }
a { background-color: rgb(192,88,79); }
div.DivClassName
{
background-color: #C0584F;
}
.BgClassName
{
background-color: #C0584F;
}
</style>
border-color css
<style>
span { border-color: #C0584F; }
span { border-color: rgb(192,88,79); }
td.TdClassName
{
border-color: #C0584F;
}
.TagClassName
{
border-color: #C0584F;
}
</style>