Shades of Sunset #C74948
Tints of Sunset #C74948
RGB
CMYK
RGB Variations
Color information
#C74948 (or 0xC74948) is known color: Sunset. HEX triplet: C7, 49 and 48. RGB value is (199,73,72). Sum of RGB (Red+Green+Blue) = 199+73+72=344 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.85% from 344); Green value is 73 (28.91% from 255 or 21.22% from 344); Blue value is 72 (28.52% from 255 or 20.93% from 344); Max value from RGB is 199 - color contains mainly: red. Hex color #C74948 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74948 is #38B6B7. Grayscale: #6E6E6E. Windows color (decimal): -3716792 or 4737479. OLE color: 4737479.
HSL color Cylindrical-coordinate representation of color #C74948: hue angle of 0.47º 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 #C74948 is Cyan = 0, Magento = 0.63, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 73 | 72 | - |
| CMYK | 0 | 0.63 | 0.64 | 0.22 |
| HSL | 0.47º | 0.53% | 0.53% | - |
| HSV(B) | 0.47º | 0.64% | 0.78% | - |
| XYZ | 27.11 | 17.38 | 8.06 | - |
| YUV | 110.56 | 106.24 | 191.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 73 | 72 | 0 | 0.63 | 0.64 | 0.22 | 0.47 | 0.53 | 0.53 |
| Hex | C7 | 49 | 48 | 0 | 3F | 40 | 16 | 0 | 35 | 35 |
| Octal | 307 | 111 | 110 | 0 | 77 | 100 | 26 | 0 | 65 | 65 |
| Binary | 11000111 | 1001001 | 1001000 | 0 | 111111 | 1000000 | 10110 | 0 | 110101 | 110101 |
Color Harmonies of #C74948
Complementary color
Monochromatic Colors of #C74948
Black with #C74948
Text Example
Text Example
White with #C74948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74948; }
p { color: rgb(199,73,72); }
H1.HeaderClassName
{
color: #C74948;
}
.AnyTagClassName
{
color: #C74948;
}
</style>
background-color css
<style>
a { background-color: #C74948; }
a { background-color: rgb(199,73,72); }
div.DivClassName
{
background-color: #C74948;
}
.BgClassName
{
background-color: #C74948;
}
</style>
border-color css
<style>
span { border-color: #C74948; }
span { border-color: rgb(199,73,72); }
td.TdClassName
{
border-color: #C74948;
}
.TagClassName
{
border-color: #C74948;
}
</style>