Shades of Sunset #C74746
Tints of Sunset #C74746
RGB
CMYK
RGB Variations
Color information
#C74746 (or 0xC74746) is known color: Sunset. HEX triplet: C7, 47 and 46. RGB value is (199,71,70). Sum of RGB (Red+Green+Blue) = 199+71+70=340 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.53% from 340); Green value is 71 (28.12% from 255 or 20.88% from 340); Blue value is 70 (27.73% from 255 or 20.59% from 340); Max value from RGB is 199 - color contains mainly: red. Hex color #C74746 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74746 is #38B8B9. Grayscale: #6D6D6D. Windows color (decimal): -3717306 or 4605895. OLE color: 4605895.
HSL color Cylindrical-coordinate representation of color #C74746: hue angle of 0.47º 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 #C74746 is Cyan = 0, Magento = 0.64, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 71 | 70 | - |
| CMYK | 0 | 0.64 | 0.65 | 0.22 |
| HSL | 0.47º | 0.54% | 0.53% | - |
| HSV(B) | 0.47º | 0.65% | 0.78% | - |
| XYZ | 26.91 | 17.09 | 7.67 | - |
| YUV | 109.16 | 105.91 | 192.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 71 | 70 | 0 | 0.64 | 0.65 | 0.22 | 0.47 | 0.54 | 0.53 |
| Hex | C7 | 47 | 46 | 0 | 40 | 41 | 16 | 0 | 36 | 35 |
| Octal | 307 | 107 | 106 | 0 | 100 | 101 | 26 | 0 | 66 | 65 |
| Binary | 11000111 | 1000111 | 1000110 | 0 | 1000000 | 1000001 | 10110 | 0 | 110110 | 110101 |
Color Harmonies of #C74746
Complementary color
Monochromatic Colors of #C74746
Black with #C74746
Text Example
Text Example
White with #C74746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74746; }
p { color: rgb(199,71,70); }
H1.HeaderClassName
{
color: #C74746;
}
.AnyTagClassName
{
color: #C74746;
}
</style>
background-color css
<style>
a { background-color: #C74746; }
a { background-color: rgb(199,71,70); }
div.DivClassName
{
background-color: #C74746;
}
.BgClassName
{
background-color: #C74746;
}
</style>
border-color css
<style>
span { border-color: #C74746; }
span { border-color: rgb(199,71,70); }
td.TdClassName
{
border-color: #C74746;
}
.TagClassName
{
border-color: #C74746;
}
</style>