Shades of Sunset #C04F4E
Tints of Sunset #C04F4E
RGB
CMYK
RGB Variations
Color information
#C04F4E (or 0xC04F4E) is known color: Sunset. HEX triplet: C0, 4F and 4E. RGB value is (192,79,78). Sum of RGB (Red+Green+Blue) = 192+79+78=349 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.01% from 349); Green value is 79 (31.25% from 255 or 22.64% from 349); Blue value is 78 (30.86% from 255 or 22.35% from 349); Max value from RGB is 192 - color contains mainly: red. Hex color #C04F4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C04F4E is #3FB0B1. Grayscale: #707070. Windows color (decimal): -4174002 or 5132224. OLE color: 5132224.
HSL color Cylindrical-coordinate representation of color #C04F4E: hue angle of 0.53º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C04F4E is Cyan = 0, Magento = 0.59, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 79 | 78 | - |
| CMYK | 0 | 0.59 | 0.59 | 0.25 |
| HSL | 0.53º | 0.48% | 0.53% | - |
| HSV(B) | 0.53º | 0.59% | 0.75% | - |
| XYZ | 25.91 | 17.35 | 9.19 | - |
| YUV | 112.67 | 108.44 | 184.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 79 | 78 | 0 | 0.59 | 0.59 | 0.25 | 0.53 | 0.48 | 0.53 |
| Hex | C0 | 4F | 4E | 0 | 3B | 3B | 19 | 1 | 30 | 35 |
| Octal | 300 | 117 | 116 | 0 | 73 | 73 | 31 | 1 | 60 | 65 |
| Binary | 11000000 | 1001111 | 1001110 | 0 | 111011 | 111011 | 11001 | 1 | 110000 | 110101 |
Color Harmonies of #C04F4E
Complementary color
Monochromatic Colors of #C04F4E
Black with #C04F4E
Text Example
Text Example
White with #C04F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04F4E; }
p { color: rgb(192,79,78); }
H1.HeaderClassName
{
color: #C04F4E;
}
.AnyTagClassName
{
color: #C04F4E;
}
</style>
background-color css
<style>
a { background-color: #C04F4E; }
a { background-color: rgb(192,79,78); }
div.DivClassName
{
background-color: #C04F4E;
}
.BgClassName
{
background-color: #C04F4E;
}
</style>
border-color css
<style>
span { border-color: #C04F4E; }
span { border-color: rgb(192,79,78); }
td.TdClassName
{
border-color: #C04F4E;
}
.TagClassName
{
border-color: #C04F4E;
}
</style>