Shades of Sunset #C05150
Tints of Sunset #C05150
RGB
CMYK
RGB Variations
Color information
#C05150 (or 0xC05150) is known color: Sunset. HEX triplet: C0, 51 and 50. RGB value is (192,81,80). Sum of RGB (Red+Green+Blue) = 192+81+80=353 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.39% from 353); Green value is 81 (32.03% from 255 or 22.95% from 353); Blue value is 80 (31.64% from 255 or 22.66% from 353); Max value from RGB is 192 - color contains mainly: red. Hex color #C05150 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05150 is #3FAEAF. Grayscale: #727272. Windows color (decimal): -4173488 or 5263808. OLE color: 5263808.
HSL color Cylindrical-coordinate representation of color #C05150: hue angle of 0.54º 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 #C05150 is Cyan = 0, Magento = 0.58, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 81 | 80 | - |
| CMYK | 0 | 0.58 | 0.58 | 0.25 |
| HSL | 0.54º | 0.47% | 0.53% | - |
| HSV(B) | 0.54º | 0.58% | 0.75% | - |
| XYZ | 26.13 | 17.67 | 9.62 | - |
| YUV | 114.08 | 108.77 | 183.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 81 | 80 | 0 | 0.58 | 0.58 | 0.25 | 0.54 | 0.47 | 0.53 |
| Hex | C0 | 51 | 50 | 0 | 3A | 3A | 19 | 1 | 2F | 35 |
| Octal | 300 | 121 | 120 | 0 | 72 | 72 | 31 | 1 | 57 | 65 |
| Binary | 11000000 | 1010001 | 1010000 | 0 | 111010 | 111010 | 11001 | 1 | 101111 | 110101 |
Color Harmonies of #C05150
Complementary color
Monochromatic Colors of #C05150
Black with #C05150
Text Example
Text Example
White with #C05150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05150; }
p { color: rgb(192,81,80); }
H1.HeaderClassName
{
color: #C05150;
}
.AnyTagClassName
{
color: #C05150;
}
</style>
background-color css
<style>
a { background-color: #C05150; }
a { background-color: rgb(192,81,80); }
div.DivClassName
{
background-color: #C05150;
}
.BgClassName
{
background-color: #C05150;
}
</style>
border-color css
<style>
span { border-color: #C05150; }
span { border-color: rgb(192,81,80); }
td.TdClassName
{
border-color: #C05150;
}
.TagClassName
{
border-color: #C05150;
}
</style>