Shades of Sunset #C74A49
Tints of Sunset #C74A49
RGB
CMYK
RGB Variations
Color information
#C74A49 (or 0xC74A49) is known color: Sunset. HEX triplet: C7, 4A and 49. RGB value is (199,74,73). Sum of RGB (Red+Green+Blue) = 199+74+73=346 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.51% from 346); Green value is 74 (29.30% from 255 or 21.39% from 346); Blue value is 73 (28.91% from 255 or 21.10% from 346); Max value from RGB is 199 - color contains mainly: red. Hex color #C74A49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74A49 is #38B5B6. Grayscale: #6F6F6F. Windows color (decimal): -3716535 or 4803271. OLE color: 4803271.
HSL color Cylindrical-coordinate representation of color #C74A49: hue angle of 0.48º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C74A49 is Cyan = 0, Magento = 0.63, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 74 | 73 | - |
| CMYK | 0 | 0.63 | 0.63 | 0.22 |
| HSL | 0.48º | 0.53% | 0.53% | - |
| HSV(B) | 0.48º | 0.63% | 0.78% | - |
| XYZ | 27.2 | 17.52 | 8.25 | - |
| YUV | 111.26 | 106.41 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 74 | 73 | 0 | 0.63 | 0.63 | 0.22 | 0.48 | 0.53 | 0.53 |
| Hex | C7 | 4A | 49 | 0 | 3F | 3F | 16 | 0 | 35 | 35 |
| Octal | 307 | 112 | 111 | 0 | 77 | 77 | 26 | 0 | 65 | 65 |
| Binary | 11000111 | 1001010 | 1001001 | 0 | 111111 | 111111 | 10110 | 0 | 110101 | 110101 |
Color Harmonies of #C74A49
Complementary color
Monochromatic Colors of #C74A49
Black with #C74A49
Text Example
Text Example
White with #C74A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74A49; }
p { color: rgb(199,74,73); }
H1.HeaderClassName
{
color: #C74A49;
}
.AnyTagClassName
{
color: #C74A49;
}
</style>
background-color css
<style>
a { background-color: #C74A49; }
a { background-color: rgb(199,74,73); }
div.DivClassName
{
background-color: #C74A49;
}
.BgClassName
{
background-color: #C74A49;
}
</style>
border-color css
<style>
span { border-color: #C74A49; }
span { border-color: rgb(199,74,73); }
td.TdClassName
{
border-color: #C74A49;
}
.TagClassName
{
border-color: #C74A49;
}
</style>