Shades of Sunset #C05050
Tints of Sunset #C05050
RGB
CMYK
RGB Variations
Color information
#C05050 (or 0xC05050) is known color: Sunset. HEX triplet: C0, 50 and 50. RGB value is (192,80,80). Sum of RGB (Red+Green+Blue) = 192+80+80=352 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.55% from 352); Green value is 80 (31.64% from 255 or 22.73% from 352); Blue value is 80 (31.64% from 255 or 22.73% from 352); Max value from RGB is 192 - color contains mainly: red. Hex color #C05050 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05050 is #3FAFAF. Grayscale: #717171. Windows color (decimal): -4173744 or 5263552. OLE color: 5263552.
HSL color Cylindrical-coordinate representation of color #C05050: hue angle of 0º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C05050 is Cyan = 0, Magento = 0.58, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 80 | 80 | - |
| CMYK | 0 | 0.58 | 0.58 | 0.25 |
| HSL | 0º | 0.47% | 0.53% | - |
| HSV(B) | 0º | 0.58% | 0.75% | - |
| XYZ | 26.05 | 17.52 | 9.6 | - |
| YUV | 113.49 | 109.11 | 184 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 80 | 80 | 0 | 0.58 | 0.58 | 0.25 | 0 | 0.47 | 0.53 |
| Hex | C0 | 50 | 50 | 0 | 3A | 3A | 19 | 0 | 2F | 35 |
| Octal | 300 | 120 | 120 | 0 | 72 | 72 | 31 | 0 | 57 | 65 |
| Binary | 11000000 | 1010000 | 1010000 | 0 | 111010 | 111010 | 11001 | 0 | 101111 | 110101 |
Color Harmonies of #C05050
Complementary color
Monochromatic Colors of #C05050
Black with #C05050
Text Example
Text Example
White with #C05050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05050; }
p { color: rgb(192,80,80); }
H1.HeaderClassName
{
color: #C05050;
}
.AnyTagClassName
{
color: #C05050;
}
</style>
background-color css
<style>
a { background-color: #C05050; }
a { background-color: rgb(192,80,80); }
div.DivClassName
{
background-color: #C05050;
}
.BgClassName
{
background-color: #C05050;
}
</style>
border-color css
<style>
span { border-color: #C05050; }
span { border-color: rgb(192,80,80); }
td.TdClassName
{
border-color: #C05050;
}
.TagClassName
{
border-color: #C05050;
}
</style>