Shades of Sunset #C2574E
Tints of Sunset #C2574E
RGB
CMYK
RGB Variations
Color information
#C2574E (or 0xC2574E) is known color: Sunset. HEX triplet: C2, 57 and 4E. RGB value is (194,87,78). Sum of RGB (Red+Green+Blue) = 194+87+78=359 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.04% from 359); Green value is 87 (34.38% from 255 or 24.23% from 359); Blue value is 78 (30.86% from 255 or 21.73% from 359); Max value from RGB is 194 - color contains mainly: red. Hex color #C2574E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2574E is #3DA8B1. Grayscale: #767676. Windows color (decimal): -4040882 or 5134274. OLE color: 5134274.
HSL color Cylindrical-coordinate representation of color #C2574E: hue angle of 4.66º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C2574E is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 87 | 78 | - |
| CMYK | 0 | 0.55 | 0.60 | 0.24 |
| HSL | 4.66º | 0.49% | 0.53% | - |
| HSV(B) | 4.66º | 0.6% | 0.76% | - |
| XYZ | 27.03 | 18.84 | 9.42 | - |
| YUV | 117.97 | 105.45 | 182.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 87 | 78 | 0 | 0.55 | 0.60 | 0.24 | 4.66 | 0.49 | 0.53 |
| Hex | C2 | 57 | 4E | 0 | 37 | 3C | 18 | 5 | 31 | 35 |
| Octal | 302 | 127 | 116 | 0 | 67 | 74 | 30 | 5 | 61 | 65 |
| Binary | 11000010 | 1010111 | 1001110 | 0 | 110111 | 111100 | 11000 | 101 | 110001 | 110101 |
Color Harmonies of #C2574E
Complementary color
Monochromatic Colors of #C2574E
Black with #C2574E
Text Example
Text Example
White with #C2574E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2574E; }
p { color: rgb(194,87,78); }
H1.HeaderClassName
{
color: #C2574E;
}
.AnyTagClassName
{
color: #C2574E;
}
</style>
background-color css
<style>
a { background-color: #C2574E; }
a { background-color: rgb(194,87,78); }
div.DivClassName
{
background-color: #C2574E;
}
.BgClassName
{
background-color: #C2574E;
}
</style>
border-color css
<style>
span { border-color: #C2574E; }
span { border-color: rgb(194,87,78); }
td.TdClassName
{
border-color: #C2574E;
}
.TagClassName
{
border-color: #C2574E;
}
</style>