Shades of Sunset #C74B49
Tints of Sunset #C74B49
RGB
CMYK
RGB Variations
Color information
#C74B49 (or 0xC74B49) is known color: Sunset. HEX triplet: C7, 4B and 49. RGB value is (199,75,73). Sum of RGB (Red+Green+Blue) = 199+75+73=347 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.35% from 347); Green value is 75 (29.69% from 255 or 21.61% from 347); Blue value is 73 (28.91% from 255 or 21.04% from 347); Max value from RGB is 199 - color contains mainly: red. Hex color #C74B49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74B49 is #38B4B6. Grayscale: #6F6F6F. Windows color (decimal): -3716279 or 4803527. OLE color: 4803527.
HSL color Cylindrical-coordinate representation of color #C74B49: hue angle of 0.95º 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 #C74B49 is Cyan = 0, Magento = 0.62, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 75 | 73 | - |
| CMYK | 0 | 0.62 | 0.63 | 0.22 |
| HSL | 0.95º | 0.53% | 0.53% | - |
| HSV(B) | 0.95º | 0.63% | 0.78% | - |
| XYZ | 27.27 | 17.66 | 8.27 | - |
| YUV | 111.85 | 106.08 | 190.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 75 | 73 | 0 | 0.62 | 0.63 | 0.22 | 0.95 | 0.53 | 0.53 |
| Hex | C7 | 4B | 49 | 0 | 3E | 3F | 16 | 1 | 35 | 35 |
| Octal | 307 | 113 | 111 | 0 | 76 | 77 | 26 | 1 | 65 | 65 |
| Binary | 11000111 | 1001011 | 1001001 | 0 | 111110 | 111111 | 10110 | 1 | 110101 | 110101 |
Color Harmonies of #C74B49
Complementary color
Monochromatic Colors of #C74B49
Black with #C74B49
Text Example
Text Example
White with #C74B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74B49; }
p { color: rgb(199,75,73); }
H1.HeaderClassName
{
color: #C74B49;
}
.AnyTagClassName
{
color: #C74B49;
}
</style>
background-color css
<style>
a { background-color: #C74B49; }
a { background-color: rgb(199,75,73); }
div.DivClassName
{
background-color: #C74B49;
}
.BgClassName
{
background-color: #C74B49;
}
</style>
border-color css
<style>
span { border-color: #C74B49; }
span { border-color: rgb(199,75,73); }
td.TdClassName
{
border-color: #C74B49;
}
.TagClassName
{
border-color: #C74B49;
}
</style>