Shades of Sunset #C0574F
Tints of Sunset #C0574F
RGB
CMYK
RGB Variations
Color information
#C0574F (or 0xC0574F) is known color: Sunset. HEX triplet: C0, 57 and 4F. RGB value is (192,87,79). Sum of RGB (Red+Green+Blue) = 192+87+79=358 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.63% from 358); Green value is 87 (34.38% from 255 or 24.30% from 358); Blue value is 79 (31.25% from 255 or 22.07% from 358); Max value from RGB is 192 - color contains mainly: red. Hex color #C0574F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0574F is #3FA8B0. Grayscale: #757575. Windows color (decimal): -4171953 or 5199808. OLE color: 5199808.
HSL color Cylindrical-coordinate representation of color #C0574F: hue angle of 4.25º 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 #C0574F is Cyan = 0, Magento = 0.55, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 87 | 79 | - |
| CMYK | 0 | 0.55 | 0.59 | 0.25 |
| HSL | 4.25º | 0.47% | 0.53% | - |
| HSV(B) | 4.25º | 0.59% | 0.75% | - |
| XYZ | 26.56 | 18.59 | 9.59 | - |
| YUV | 117.48 | 106.29 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 87 | 79 | 0 | 0.55 | 0.59 | 0.25 | 4.25 | 0.47 | 0.53 |
| Hex | C0 | 57 | 4F | 0 | 37 | 3B | 19 | 4 | 2F | 35 |
| Octal | 300 | 127 | 117 | 0 | 67 | 73 | 31 | 4 | 57 | 65 |
| Binary | 11000000 | 1010111 | 1001111 | 0 | 110111 | 111011 | 11001 | 100 | 101111 | 110101 |
Color Harmonies of #C0574F
Complementary color
Monochromatic Colors of #C0574F
Black with #C0574F
Text Example
Text Example
White with #C0574F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0574F; }
p { color: rgb(192,87,79); }
H1.HeaderClassName
{
color: #C0574F;
}
.AnyTagClassName
{
color: #C0574F;
}
</style>
background-color css
<style>
a { background-color: #C0574F; }
a { background-color: rgb(192,87,79); }
div.DivClassName
{
background-color: #C0574F;
}
.BgClassName
{
background-color: #C0574F;
}
</style>
border-color css
<style>
span { border-color: #C0574F; }
span { border-color: rgb(192,87,79); }
td.TdClassName
{
border-color: #C0574F;
}
.TagClassName
{
border-color: #C0574F;
}
</style>