Shades of Sunset #C05047
Tints of Sunset #C05047
RGB
CMYK
RGB Variations
Color information
#C05047 (or 0xC05047) is known color: Sunset. HEX triplet: C0, 50 and 47. RGB value is (192,80,71). Sum of RGB (Red+Green+Blue) = 192+80+71=343 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.98% from 343); Green value is 80 (31.64% from 255 or 23.32% from 343); Blue value is 71 (28.12% from 255 or 20.70% from 343); Max value from RGB is 192 - color contains mainly: red. Hex color #C05047 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05047 is #3FAFB8. Grayscale: #707070. Windows color (decimal): -4173753 or 4673728. OLE color: 4673728.
HSL color Cylindrical-coordinate representation of color #C05047: hue angle of 4.46º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C05047 is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 80 | 71 | - |
| CMYK | 0 | 0.58 | 0.63 | 0.25 |
| HSL | 4.46º | 0.49% | 0.52% | - |
| HSV(B) | 4.46º | 0.63% | 0.75% | - |
| XYZ | 25.74 | 17.4 | 7.96 | - |
| YUV | 112.46 | 104.61 | 184.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 80 | 71 | 0 | 0.58 | 0.63 | 0.25 | 4.46 | 0.49 | 0.52 |
| Hex | C0 | 50 | 47 | 0 | 3A | 3F | 19 | 4 | 31 | 34 |
| Octal | 300 | 120 | 107 | 0 | 72 | 77 | 31 | 4 | 61 | 64 |
| Binary | 11000000 | 1010000 | 1000111 | 0 | 111010 | 111111 | 11001 | 100 | 110001 | 110100 |
Color Harmonies of #C05047
Complementary color
Monochromatic Colors of #C05047
Black with #C05047
Text Example
Text Example
White with #C05047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05047; }
p { color: rgb(192,80,71); }
H1.HeaderClassName
{
color: #C05047;
}
.AnyTagClassName
{
color: #C05047;
}
</style>
background-color css
<style>
a { background-color: #C05047; }
a { background-color: rgb(192,80,71); }
div.DivClassName
{
background-color: #C05047;
}
.BgClassName
{
background-color: #C05047;
}
</style>
border-color css
<style>
span { border-color: #C05047; }
span { border-color: rgb(192,80,71); }
td.TdClassName
{
border-color: #C05047;
}
.TagClassName
{
border-color: #C05047;
}
</style>