Shades of Sunset #C04D40
Tints of Sunset #C04D40
RGB
CMYK
RGB Variations
Color information
#C04D40 (or 0xC04D40) is known color: Sunset. HEX triplet: C0, 4D and 40. RGB value is (192,77,64). Sum of RGB (Red+Green+Blue) = 192+77+64=333 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.66% from 333); Green value is 77 (30.47% from 255 or 23.12% from 333); Blue value is 64 (25.39% from 255 or 19.22% from 333); Max value from RGB is 192 - color contains mainly: red. Hex color #C04D40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C04D40 is #3FB2BF. Grayscale: #6E6E6E. Windows color (decimal): -4174528 or 4214208. OLE color: 4214208.
HSL color Cylindrical-coordinate representation of color #C04D40: hue angle of 6.09º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C04D40 is Cyan = 0, Magento = 0.60, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 77 | 64 | - |
| CMYK | 0 | 0.60 | 0.67 | 0.25 |
| HSL | 6.09º | 0.5% | 0.5% | - |
| HSV(B) | 6.09º | 0.67% | 0.75% | - |
| XYZ | 25.32 | 16.88 | 6.78 | - |
| YUV | 109.9 | 102.1 | 186.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 77 | 64 | 0 | 0.60 | 0.67 | 0.25 | 6.09 | 0.5 | 0.5 |
| Hex | C0 | 4D | 40 | 0 | 3C | 43 | 19 | 6 | 32 | 32 |
| Octal | 300 | 115 | 100 | 0 | 74 | 103 | 31 | 6 | 62 | 62 |
| Binary | 11000000 | 1001101 | 1000000 | 0 | 111100 | 1000011 | 11001 | 110 | 110010 | 110010 |
Color Harmonies of #C04D40
Complementary color
Monochromatic Colors of #C04D40
Black with #C04D40
Text Example
Text Example
White with #C04D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04D40; }
p { color: rgb(192,77,64); }
H1.HeaderClassName
{
color: #C04D40;
}
.AnyTagClassName
{
color: #C04D40;
}
</style>
background-color css
<style>
a { background-color: #C04D40; }
a { background-color: rgb(192,77,64); }
div.DivClassName
{
background-color: #C04D40;
}
.BgClassName
{
background-color: #C04D40;
}
</style>
border-color css
<style>
span { border-color: #C04D40; }
span { border-color: rgb(192,77,64); }
td.TdClassName
{
border-color: #C04D40;
}
.TagClassName
{
border-color: #C04D40;
}
</style>