Shades of Sunset #C74D4A
Tints of Sunset #C74D4A
RGB
CMYK
RGB Variations
Color information
#C74D4A (or 0xC74D4A) is known color: Sunset. HEX triplet: C7, 4D and 4A. RGB value is (199,77,74). Sum of RGB (Red+Green+Blue) = 199+77+74=350 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.86% from 350); Green value is 77 (30.47% from 255 or 22% from 350); Blue value is 74 (29.30% from 255 or 21.14% from 350); Max value from RGB is 199 - color contains mainly: red. Hex color #C74D4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C74D4A is #38B2B5. Grayscale: #717171. Windows color (decimal): -3715766 or 4869575. OLE color: 4869575.
HSL color Cylindrical-coordinate representation of color #C74D4A: hue angle of 1.44º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C74D4A is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 77 | 74 | - |
| CMYK | 0 | 0.61 | 0.63 | 0.22 |
| HSL | 1.44º | 0.53% | 0.54% | - |
| HSV(B) | 1.44º | 0.63% | 0.78% | - |
| XYZ | 27.44 | 17.94 | 8.5 | - |
| YUV | 113.14 | 105.92 | 189.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 77 | 74 | 0 | 0.61 | 0.63 | 0.22 | 1.44 | 0.53 | 0.54 |
| Hex | C7 | 4D | 4A | 0 | 3D | 3F | 16 | 1 | 35 | 36 |
| Octal | 307 | 115 | 112 | 0 | 75 | 77 | 26 | 1 | 65 | 66 |
| Binary | 11000111 | 1001101 | 1001010 | 0 | 111101 | 111111 | 10110 | 1 | 110101 | 110110 |
Color Harmonies of #C74D4A
Complementary color
Monochromatic Colors of #C74D4A
Black with #C74D4A
Text Example
Text Example
White with #C74D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74D4A; }
p { color: rgb(199,77,74); }
H1.HeaderClassName
{
color: #C74D4A;
}
.AnyTagClassName
{
color: #C74D4A;
}
</style>
background-color css
<style>
a { background-color: #C74D4A; }
a { background-color: rgb(199,77,74); }
div.DivClassName
{
background-color: #C74D4A;
}
.BgClassName
{
background-color: #C74D4A;
}
</style>
border-color css
<style>
span { border-color: #C74D4A; }
span { border-color: rgb(199,77,74); }
td.TdClassName
{
border-color: #C74D4A;
}
.TagClassName
{
border-color: #C74D4A;
}
</style>