Shades of Sunset #C05247
Tints of Sunset #C05247
RGB
CMYK
RGB Variations
Color information
#C05247 (or 0xC05247) is known color: Sunset. HEX triplet: C0, 52 and 47. RGB value is (192,82,71). Sum of RGB (Red+Green+Blue) = 192+82+71=345 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.65% from 345); Green value is 82 (32.42% from 255 or 23.77% from 345); Blue value is 71 (28.12% from 255 or 20.58% from 345); Max value from RGB is 192 - color contains mainly: red. Hex color #C05247 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05247 is #3FADB8. Grayscale: #717171. Windows color (decimal): -4173241 or 4674240. OLE color: 4674240.
HSL color Cylindrical-coordinate representation of color #C05247: hue angle of 5.45º 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 #C05247 is Cyan = 0, Magento = 0.57, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 82 | 71 | - |
| CMYK | 0 | 0.57 | 0.63 | 0.25 |
| HSL | 5.45º | 0.49% | 0.52% | - |
| HSV(B) | 5.45º | 0.63% | 0.75% | - |
| XYZ | 25.89 | 17.7 | 8.01 | - |
| YUV | 113.64 | 103.94 | 183.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 82 | 71 | 0 | 0.57 | 0.63 | 0.25 | 5.45 | 0.49 | 0.52 |
| Hex | C0 | 52 | 47 | 0 | 39 | 3F | 19 | 5 | 31 | 34 |
| Octal | 300 | 122 | 107 | 0 | 71 | 77 | 31 | 5 | 61 | 64 |
| Binary | 11000000 | 1010010 | 1000111 | 0 | 111001 | 111111 | 11001 | 101 | 110001 | 110100 |
Color Harmonies of #C05247
Complementary color
Monochromatic Colors of #C05247
Black with #C05247
Text Example
Text Example
White with #C05247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05247; }
p { color: rgb(192,82,71); }
H1.HeaderClassName
{
color: #C05247;
}
.AnyTagClassName
{
color: #C05247;
}
</style>
background-color css
<style>
a { background-color: #C05247; }
a { background-color: rgb(192,82,71); }
div.DivClassName
{
background-color: #C05247;
}
.BgClassName
{
background-color: #C05247;
}
</style>
border-color css
<style>
span { border-color: #C05247; }
span { border-color: rgb(192,82,71); }
td.TdClassName
{
border-color: #C05247;
}
.TagClassName
{
border-color: #C05247;
}
</style>