Shades of Sunset #C74D47
Tints of Sunset #C74D47
RGB
CMYK
RGB Variations
Color information
#C74D47 (or 0xC74D47) is known color: Sunset. HEX triplet: C7, 4D and 47. RGB value is (199,77,71). Sum of RGB (Red+Green+Blue) = 199+77+71=347 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.35% from 347); Green value is 77 (30.47% from 255 or 22.19% from 347); Blue value is 71 (28.12% from 255 or 20.46% from 347); Max value from RGB is 199 - color contains mainly: red. Hex color #C74D47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C74D47 is #38B2B8. Grayscale: #707070. Windows color (decimal): -3715769 or 4672967. OLE color: 4672967.
HSL color Cylindrical-coordinate representation of color #C74D47: hue angle of 2.81º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C74D47 is Cyan = 0, Magento = 0.61, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 77 | 71 | - |
| CMYK | 0 | 0.61 | 0.64 | 0.22 |
| HSL | 2.81º | 0.53% | 0.53% | - |
| HSV(B) | 2.81º | 0.64% | 0.78% | - |
| XYZ | 27.34 | 17.9 | 7.98 | - |
| YUV | 112.79 | 104.42 | 189.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 77 | 71 | 0 | 0.61 | 0.64 | 0.22 | 2.81 | 0.53 | 0.53 |
| Hex | C7 | 4D | 47 | 0 | 3D | 40 | 16 | 3 | 35 | 35 |
| Octal | 307 | 115 | 107 | 0 | 75 | 100 | 26 | 3 | 65 | 65 |
| Binary | 11000111 | 1001101 | 1000111 | 0 | 111101 | 1000000 | 10110 | 11 | 110101 | 110101 |
Color Harmonies of #C74D47
Complementary color
Monochromatic Colors of #C74D47
Black with #C74D47
Text Example
Text Example
White with #C74D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74D47; }
p { color: rgb(199,77,71); }
H1.HeaderClassName
{
color: #C74D47;
}
.AnyTagClassName
{
color: #C74D47;
}
</style>
background-color css
<style>
a { background-color: #C74D47; }
a { background-color: rgb(199,77,71); }
div.DivClassName
{
background-color: #C74D47;
}
.BgClassName
{
background-color: #C74D47;
}
</style>
border-color css
<style>
span { border-color: #C74D47; }
span { border-color: rgb(199,77,71); }
td.TdClassName
{
border-color: #C74D47;
}
.TagClassName
{
border-color: #C74D47;
}
</style>