Shades of Sunset #C05048
Tints of Sunset #C05048
RGB
CMYK
RGB Variations
Color information
#C05048 (or 0xC05048) is known color: Sunset. HEX triplet: C0, 50 and 48. RGB value is (192,80,72). Sum of RGB (Red+Green+Blue) = 192+80+72=344 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.81% from 344); Green value is 80 (31.64% from 255 or 23.26% from 344); Blue value is 72 (28.52% from 255 or 20.93% from 344); Max value from RGB is 192 - color contains mainly: red. Hex color #C05048 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05048 is #3FAFB7. Grayscale: #707070. Windows color (decimal): -4173752 or 4739264. OLE color: 4739264.
HSL color Cylindrical-coordinate representation of color #C05048: hue angle of 4º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C05048 is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 80 | 72 | - |
| CMYK | 0 | 0.58 | 0.63 | 0.25 |
| HSL | 4º | 0.49% | 0.52% | - |
| HSV(B) | 4º | 0.63% | 0.75% | - |
| XYZ | 25.78 | 17.41 | 8.13 | - |
| YUV | 112.58 | 105.11 | 184.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 80 | 72 | 0 | 0.58 | 0.63 | 0.25 | 4 | 0.49 | 0.52 |
| Hex | C0 | 50 | 48 | 0 | 3A | 3F | 19 | 4 | 31 | 34 |
| Octal | 300 | 120 | 110 | 0 | 72 | 77 | 31 | 4 | 61 | 64 |
| Binary | 11000000 | 1010000 | 1001000 | 0 | 111010 | 111111 | 11001 | 100 | 110001 | 110100 |
Color Harmonies of #C05048
Complementary color
Monochromatic Colors of #C05048
Black with #C05048
Text Example
Text Example
White with #C05048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05048; }
p { color: rgb(192,80,72); }
H1.HeaderClassName
{
color: #C05048;
}
.AnyTagClassName
{
color: #C05048;
}
</style>
background-color css
<style>
a { background-color: #C05048; }
a { background-color: rgb(192,80,72); }
div.DivClassName
{
background-color: #C05048;
}
.BgClassName
{
background-color: #C05048;
}
</style>
border-color css
<style>
span { border-color: #C05048; }
span { border-color: rgb(192,80,72); }
td.TdClassName
{
border-color: #C05048;
}
.TagClassName
{
border-color: #C05048;
}
</style>