Shades of Sunset #C04F46
Tints of Sunset #C04F46
RGB
CMYK
RGB Variations
Color information
#C04F46 (or 0xC04F46) is known color: Sunset. HEX triplet: C0, 4F and 46. RGB value is (192,79,70). Sum of RGB (Red+Green+Blue) = 192+79+70=341 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.30% from 341); Green value is 79 (31.25% from 255 or 23.17% from 341); Blue value is 70 (27.73% from 255 or 20.53% from 341); Max value from RGB is 192 - color contains mainly: red. Hex color #C04F46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C04F46 is #3FB0B9. Grayscale: #6F6F6F. Windows color (decimal): -4174010 or 4607936. OLE color: 4607936.
HSL color Cylindrical-coordinate representation of color #C04F46: hue angle of 4.43º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C04F46 is Cyan = 0, Magento = 0.59, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 79 | 70 | - |
| CMYK | 0 | 0.59 | 0.64 | 0.25 |
| HSL | 4.43º | 0.49% | 0.51% | - |
| HSV(B) | 4.43º | 0.64% | 0.75% | - |
| XYZ | 25.64 | 17.24 | 7.77 | - |
| YUV | 111.76 | 104.44 | 185.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 79 | 70 | 0 | 0.59 | 0.64 | 0.25 | 4.43 | 0.49 | 0.51 |
| Hex | C0 | 4F | 46 | 0 | 3B | 40 | 19 | 4 | 31 | 33 |
| Octal | 300 | 117 | 106 | 0 | 73 | 100 | 31 | 4 | 61 | 63 |
| Binary | 11000000 | 1001111 | 1000110 | 0 | 111011 | 1000000 | 11001 | 100 | 110001 | 110011 |
Color Harmonies of #C04F46
Complementary color
Monochromatic Colors of #C04F46
Black with #C04F46
Text Example
Text Example
White with #C04F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04F46; }
p { color: rgb(192,79,70); }
H1.HeaderClassName
{
color: #C04F46;
}
.AnyTagClassName
{
color: #C04F46;
}
</style>
background-color css
<style>
a { background-color: #C04F46; }
a { background-color: rgb(192,79,70); }
div.DivClassName
{
background-color: #C04F46;
}
.BgClassName
{
background-color: #C04F46;
}
</style>
border-color css
<style>
span { border-color: #C04F46; }
span { border-color: rgb(192,79,70); }
td.TdClassName
{
border-color: #C04F46;
}
.TagClassName
{
border-color: #C04F46;
}
</style>