Shades of Sunset #C0574E
Tints of Sunset #C0574E
RGB
CMYK
RGB Variations
Color information
#C0574E (or 0xC0574E) is known color: Sunset. HEX triplet: C0, 57 and 4E. RGB value is (192,87,78). Sum of RGB (Red+Green+Blue) = 192+87+78=357 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.78% from 357); Green value is 87 (34.38% from 255 or 24.37% from 357); Blue value is 78 (30.86% from 255 or 21.85% from 357); Max value from RGB is 192 - color contains mainly: red. Hex color #C0574E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0574E is #3FA8B1. Grayscale: #757575. Windows color (decimal): -4171954 or 5134272. OLE color: 5134272.
HSL color Cylindrical-coordinate representation of color #C0574E: hue angle of 4.74º 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 #C0574E is Cyan = 0, Magento = 0.55, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 87 | 78 | - |
| CMYK | 0 | 0.55 | 0.59 | 0.25 |
| HSL | 4.74º | 0.48% | 0.53% | - |
| HSV(B) | 4.74º | 0.59% | 0.75% | - |
| XYZ | 26.52 | 18.57 | 9.39 | - |
| YUV | 117.37 | 105.79 | 181.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 87 | 78 | 0 | 0.55 | 0.59 | 0.25 | 4.74 | 0.48 | 0.53 |
| Hex | C0 | 57 | 4E | 0 | 37 | 3B | 19 | 5 | 30 | 35 |
| Octal | 300 | 127 | 116 | 0 | 67 | 73 | 31 | 5 | 60 | 65 |
| Binary | 11000000 | 1010111 | 1001110 | 0 | 110111 | 111011 | 11001 | 101 | 110000 | 110101 |
Color Harmonies of #C0574E
Complementary color
Monochromatic Colors of #C0574E
Black with #C0574E
Text Example
Text Example
White with #C0574E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0574E; }
p { color: rgb(192,87,78); }
H1.HeaderClassName
{
color: #C0574E;
}
.AnyTagClassName
{
color: #C0574E;
}
</style>
background-color css
<style>
a { background-color: #C0574E; }
a { background-color: rgb(192,87,78); }
div.DivClassName
{
background-color: #C0574E;
}
.BgClassName
{
background-color: #C0574E;
}
</style>
border-color css
<style>
span { border-color: #C0574E; }
span { border-color: rgb(192,87,78); }
td.TdClassName
{
border-color: #C0574E;
}
.TagClassName
{
border-color: #C0574E;
}
</style>