Shades of Sunset #C05041
Tints of Sunset #C05041
RGB
CMYK
RGB Variations
Color information
#C05041 (or 0xC05041) is known color: Sunset. HEX triplet: C0, 50 and 41. RGB value is (192,80,65). Sum of RGB (Red+Green+Blue) = 192+80+65=337 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.97% from 337); Green value is 80 (31.64% from 255 or 23.74% from 337); Blue value is 65 (25.78% from 255 or 19.29% from 337); Max value from RGB is 192 - color contains mainly: red. Hex color #C05041 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05041 is #3FAFBE. Grayscale: #6F6F6F. Windows color (decimal): -4173759 or 4280512. OLE color: 4280512.
HSL color Cylindrical-coordinate representation of color #C05041: hue angle of 7.09º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C05041 is Cyan = 0, Magento = 0.58, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 80 | 65 | - |
| CMYK | 0 | 0.58 | 0.66 | 0.25 |
| HSL | 7.09º | 0.5% | 0.5% | - |
| HSV(B) | 7.09º | 0.66% | 0.75% | - |
| XYZ | 25.56 | 17.33 | 7 | - |
| YUV | 111.78 | 101.61 | 185.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 80 | 65 | 0 | 0.58 | 0.66 | 0.25 | 7.09 | 0.5 | 0.5 |
| Hex | C0 | 50 | 41 | 0 | 3A | 42 | 19 | 7 | 32 | 32 |
| Octal | 300 | 120 | 101 | 0 | 72 | 102 | 31 | 7 | 62 | 62 |
| Binary | 11000000 | 1010000 | 1000001 | 0 | 111010 | 1000010 | 11001 | 111 | 110010 | 110010 |
Color Harmonies of #C05041
Complementary color
Monochromatic Colors of #C05041
Black with #C05041
Text Example
Text Example
White with #C05041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05041; }
p { color: rgb(192,80,65); }
H1.HeaderClassName
{
color: #C05041;
}
.AnyTagClassName
{
color: #C05041;
}
</style>
background-color css
<style>
a { background-color: #C05041; }
a { background-color: rgb(192,80,65); }
div.DivClassName
{
background-color: #C05041;
}
.BgClassName
{
background-color: #C05041;
}
</style>
border-color css
<style>
span { border-color: #C05041; }
span { border-color: rgb(192,80,65); }
td.TdClassName
{
border-color: #C05041;
}
.TagClassName
{
border-color: #C05041;
}
</style>