Shades of Sunset #C75446
Tints of Sunset #C75446
RGB
CMYK
RGB Variations
Color information
#C75446 (or 0xC75446) is known color: Sunset. HEX triplet: C7, 54 and 46. RGB value is (199,84,70). Sum of RGB (Red+Green+Blue) = 199+84+70=353 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.37% from 353); Green value is 84 (33.20% from 255 or 23.80% from 353); Blue value is 70 (27.73% from 255 or 19.83% from 353); Max value from RGB is 199 - color contains mainly: red. Hex color #C75446 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75446 is #38ABB9. Grayscale: #747474. Windows color (decimal): -3713978 or 4609223. OLE color: 4609223.
HSL color Cylindrical-coordinate representation of color #C75446: hue angle of 6.51º 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 #C75446 is Cyan = 0, Magento = 0.58, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 84 | 70 | - |
| CMYK | 0 | 0.58 | 0.65 | 0.22 |
| HSL | 6.51º | 0.54% | 0.53% | - |
| HSV(B) | 6.51º | 0.65% | 0.78% | - |
| XYZ | 27.83 | 18.92 | 7.98 | - |
| YUV | 116.79 | 101.6 | 186.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 84 | 70 | 0 | 0.58 | 0.65 | 0.22 | 6.51 | 0.54 | 0.53 |
| Hex | C7 | 54 | 46 | 0 | 3A | 41 | 16 | 7 | 36 | 35 |
| Octal | 307 | 124 | 106 | 0 | 72 | 101 | 26 | 7 | 66 | 65 |
| Binary | 11000111 | 1010100 | 1000110 | 0 | 111010 | 1000001 | 10110 | 111 | 110110 | 110101 |
Color Harmonies of #C75446
Complementary color
Monochromatic Colors of #C75446
Black with #C75446
Text Example
Text Example
White with #C75446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75446; }
p { color: rgb(199,84,70); }
H1.HeaderClassName
{
color: #C75446;
}
.AnyTagClassName
{
color: #C75446;
}
</style>
background-color css
<style>
a { background-color: #C75446; }
a { background-color: rgb(199,84,70); }
div.DivClassName
{
background-color: #C75446;
}
.BgClassName
{
background-color: #C75446;
}
</style>
border-color css
<style>
span { border-color: #C75446; }
span { border-color: rgb(199,84,70); }
td.TdClassName
{
border-color: #C75446;
}
.TagClassName
{
border-color: #C75446;
}
</style>