Shades of Sunset #C2574A
Tints of Sunset #C2574A
RGB
CMYK
RGB Variations
Color information
#C2574A (or 0xC2574A) is known color: Sunset. HEX triplet: C2, 57 and 4A. RGB value is (194,87,74). Sum of RGB (Red+Green+Blue) = 194+87+74=355 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.65% from 355); Green value is 87 (34.38% from 255 or 24.51% from 355); Blue value is 74 (29.30% from 255 or 20.85% from 355); Max value from RGB is 194 - color contains mainly: red. Hex color #C2574A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2574A is #3DA8B5. Grayscale: #757575. Windows color (decimal): -4040886 or 4872130. OLE color: 4872130.
HSL color Cylindrical-coordinate representation of color #C2574A: hue angle of 6.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C2574A is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 87 | 74 | - |
| CMYK | 0 | 0.55 | 0.62 | 0.24 |
| HSL | 6.5º | 0.5% | 0.53% | - |
| HSV(B) | 6.5º | 0.62% | 0.76% | - |
| XYZ | 26.89 | 18.78 | 8.69 | - |
| YUV | 117.51 | 103.45 | 182.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 87 | 74 | 0 | 0.55 | 0.62 | 0.24 | 6.5 | 0.5 | 0.53 |
| Hex | C2 | 57 | 4A | 0 | 37 | 3E | 18 | 6 | 32 | 35 |
| Octal | 302 | 127 | 112 | 0 | 67 | 76 | 30 | 6 | 62 | 65 |
| Binary | 11000010 | 1010111 | 1001010 | 0 | 110111 | 111110 | 11000 | 110 | 110010 | 110101 |
Color Harmonies of #C2574A
Complementary color
Monochromatic Colors of #C2574A
Black with #C2574A
Text Example
Text Example
White with #C2574A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2574A; }
p { color: rgb(194,87,74); }
H1.HeaderClassName
{
color: #C2574A;
}
.AnyTagClassName
{
color: #C2574A;
}
</style>
background-color css
<style>
a { background-color: #C2574A; }
a { background-color: rgb(194,87,74); }
div.DivClassName
{
background-color: #C2574A;
}
.BgClassName
{
background-color: #C2574A;
}
</style>
border-color css
<style>
span { border-color: #C2574A; }
span { border-color: rgb(194,87,74); }
td.TdClassName
{
border-color: #C2574A;
}
.TagClassName
{
border-color: #C2574A;
}
</style>