Shades of Sunset #C74E4C
Tints of Sunset #C74E4C
RGB
CMYK
RGB Variations
Color information
#C74E4C (or 0xC74E4C) is known color: Sunset. HEX triplet: C7, 4E and 4C. RGB value is (199,78,76). Sum of RGB (Red+Green+Blue) = 199+78+76=353 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.37% from 353); Green value is 78 (30.86% from 255 or 22.10% from 353); Blue value is 76 (30.08% from 255 or 21.53% from 353); Max value from RGB is 199 - color contains mainly: red. Hex color #C74E4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C74E4C is #38B1B3. Grayscale: #727272. Windows color (decimal): -3715508 or 5000903. OLE color: 5000903.
HSL color Cylindrical-coordinate representation of color #C74E4C: hue angle of 0.98º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C74E4C is Cyan = 0, Magento = 0.61, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 78 | 76 | - |
| CMYK | 0 | 0.61 | 0.62 | 0.22 |
| HSL | 0.98º | 0.52% | 0.54% | - |
| HSV(B) | 0.98º | 0.62% | 0.78% | - |
| XYZ | 27.58 | 18.11 | 8.88 | - |
| YUV | 113.95 | 106.59 | 188.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 78 | 76 | 0 | 0.61 | 0.62 | 0.22 | 0.98 | 0.52 | 0.54 |
| Hex | C7 | 4E | 4C | 0 | 3D | 3E | 16 | 1 | 34 | 36 |
| Octal | 307 | 116 | 114 | 0 | 75 | 76 | 26 | 1 | 64 | 66 |
| Binary | 11000111 | 1001110 | 1001100 | 0 | 111101 | 111110 | 10110 | 1 | 110100 | 110110 |
Color Harmonies of #C74E4C
Complementary color
Monochromatic Colors of #C74E4C
Black with #C74E4C
Text Example
Text Example
White with #C74E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74E4C; }
p { color: rgb(199,78,76); }
H1.HeaderClassName
{
color: #C74E4C;
}
.AnyTagClassName
{
color: #C74E4C;
}
</style>
background-color css
<style>
a { background-color: #C74E4C; }
a { background-color: rgb(199,78,76); }
div.DivClassName
{
background-color: #C74E4C;
}
.BgClassName
{
background-color: #C74E4C;
}
</style>
border-color css
<style>
span { border-color: #C74E4C; }
span { border-color: rgb(199,78,76); }
td.TdClassName
{
border-color: #C74E4C;
}
.TagClassName
{
border-color: #C74E4C;
}
</style>