Shades of Sunset #C2574D
Tints of Sunset #C2574D
RGB
CMYK
RGB Variations
Color information
#C2574D (or 0xC2574D) is known color: Sunset. HEX triplet: C2, 57 and 4D. RGB value is (194,87,77). Sum of RGB (Red+Green+Blue) = 194+87+77=358 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.19% from 358); Green value is 87 (34.38% from 255 or 24.30% from 358); Blue value is 77 (30.47% from 255 or 21.51% from 358); Max value from RGB is 194 - color contains mainly: red. Hex color #C2574D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2574D is #3DA8B2. Grayscale: #767676. Windows color (decimal): -4040883 or 5068738. OLE color: 5068738.
HSL color Cylindrical-coordinate representation of color #C2574D: hue angle of 5.13º 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 #C2574D is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 87 | 77 | - |
| CMYK | 0 | 0.55 | 0.60 | 0.24 |
| HSL | 5.13º | 0.49% | 0.53% | - |
| HSV(B) | 5.13º | 0.6% | 0.76% | - |
| XYZ | 27 | 18.82 | 9.23 | - |
| YUV | 117.85 | 104.95 | 182.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 87 | 77 | 0 | 0.55 | 0.60 | 0.24 | 5.13 | 0.49 | 0.53 |
| Hex | C2 | 57 | 4D | 0 | 37 | 3C | 18 | 5 | 31 | 35 |
| Octal | 302 | 127 | 115 | 0 | 67 | 74 | 30 | 5 | 61 | 65 |
| Binary | 11000010 | 1010111 | 1001101 | 0 | 110111 | 111100 | 11000 | 101 | 110001 | 110101 |
Color Harmonies of #C2574D
Complementary color
Monochromatic Colors of #C2574D
Black with #C2574D
Text Example
Text Example
White with #C2574D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2574D; }
p { color: rgb(194,87,77); }
H1.HeaderClassName
{
color: #C2574D;
}
.AnyTagClassName
{
color: #C2574D;
}
</style>
background-color css
<style>
a { background-color: #C2574D; }
a { background-color: rgb(194,87,77); }
div.DivClassName
{
background-color: #C2574D;
}
.BgClassName
{
background-color: #C2574D;
}
</style>
border-color css
<style>
span { border-color: #C2574D; }
span { border-color: rgb(194,87,77); }
td.TdClassName
{
border-color: #C2574D;
}
.TagClassName
{
border-color: #C2574D;
}
</style>