Shades of Sunset #C0574A
Tints of Sunset #C0574A
RGB
CMYK
RGB Variations
Color information
#C0574A (or 0xC0574A) is known color: Sunset. HEX triplet: C0, 57 and 4A. RGB value is (192,87,74). Sum of RGB (Red+Green+Blue) = 192+87+74=353 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.39% from 353); Green value is 87 (34.38% from 255 or 24.65% from 353); Blue value is 74 (29.30% from 255 or 20.96% from 353); Max value from RGB is 192 - color contains mainly: red. Hex color #C0574A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0574A is #3FA8B5. Grayscale: #757575. Windows color (decimal): -4171958 or 4872128. OLE color: 4872128.
HSL color Cylindrical-coordinate representation of color #C0574A: hue angle of 6.61º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C0574A is Cyan = 0, Magento = 0.55, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 87 | 74 | - |
| CMYK | 0 | 0.55 | 0.61 | 0.25 |
| HSL | 6.61º | 0.48% | 0.52% | - |
| HSV(B) | 6.61º | 0.61% | 0.75% | - |
| XYZ | 26.38 | 18.52 | 8.66 | - |
| YUV | 116.91 | 103.79 | 181.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 87 | 74 | 0 | 0.55 | 0.61 | 0.25 | 6.61 | 0.48 | 0.52 |
| Hex | C0 | 57 | 4A | 0 | 37 | 3D | 19 | 7 | 30 | 34 |
| Octal | 300 | 127 | 112 | 0 | 67 | 75 | 31 | 7 | 60 | 64 |
| Binary | 11000000 | 1010111 | 1001010 | 0 | 110111 | 111101 | 11001 | 111 | 110000 | 110100 |
Color Harmonies of #C0574A
Complementary color
Monochromatic Colors of #C0574A
Black with #C0574A
Text Example
Text Example
White with #C0574A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0574A; }
p { color: rgb(192,87,74); }
H1.HeaderClassName
{
color: #C0574A;
}
.AnyTagClassName
{
color: #C0574A;
}
</style>
background-color css
<style>
a { background-color: #C0574A; }
a { background-color: rgb(192,87,74); }
div.DivClassName
{
background-color: #C0574A;
}
.BgClassName
{
background-color: #C0574A;
}
</style>
border-color css
<style>
span { border-color: #C0574A; }
span { border-color: rgb(192,87,74); }
td.TdClassName
{
border-color: #C0574A;
}
.TagClassName
{
border-color: #C0574A;
}
</style>