Shades of Sunset #C74F46
Tints of Sunset #C74F46
RGB
CMYK
RGB Variations
Color information
#C74F46 (or 0xC74F46) is known color: Sunset. HEX triplet: C7, 4F and 46. RGB value is (199,79,70). Sum of RGB (Red+Green+Blue) = 199+79+70=348 (46% of max value = 765). Red value is 199 (78.12% from 255 or 57.18% from 348); Green value is 79 (31.25% from 255 or 22.70% from 348); Blue value is 70 (27.73% from 255 or 20.11% from 348); Max value from RGB is 199 - color contains mainly: red. Hex color #C74F46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C74F46 is #38B0B9. Grayscale: #727272. Windows color (decimal): -3715258 or 4607943. OLE color: 4607943.
HSL color Cylindrical-coordinate representation of color #C74F46: hue angle of 4.19º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C74F46 is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 79 | 70 | - |
| CMYK | 0 | 0.60 | 0.65 | 0.22 |
| HSL | 4.19º | 0.54% | 0.53% | - |
| HSV(B) | 4.19º | 0.65% | 0.78% | - |
| XYZ | 27.45 | 18.18 | 7.86 | - |
| YUV | 113.85 | 103.26 | 188.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 79 | 70 | 0 | 0.60 | 0.65 | 0.22 | 4.19 | 0.54 | 0.53 |
| Hex | C7 | 4F | 46 | 0 | 3C | 41 | 16 | 4 | 36 | 35 |
| Octal | 307 | 117 | 106 | 0 | 74 | 101 | 26 | 4 | 66 | 65 |
| Binary | 11000111 | 1001111 | 1000110 | 0 | 111100 | 1000001 | 10110 | 100 | 110110 | 110101 |
Color Harmonies of #C74F46
Complementary color
Monochromatic Colors of #C74F46
Black with #C74F46
Text Example
Text Example
White with #C74F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74F46; }
p { color: rgb(199,79,70); }
H1.HeaderClassName
{
color: #C74F46;
}
.AnyTagClassName
{
color: #C74F46;
}
</style>
background-color css
<style>
a { background-color: #C74F46; }
a { background-color: rgb(199,79,70); }
div.DivClassName
{
background-color: #C74F46;
}
.BgClassName
{
background-color: #C74F46;
}
</style>
border-color css
<style>
span { border-color: #C74F46; }
span { border-color: rgb(199,79,70); }
td.TdClassName
{
border-color: #C74F46;
}
.TagClassName
{
border-color: #C74F46;
}
</style>