Shades of Sunset #C05249
Tints of Sunset #C05249
RGB
CMYK
RGB Variations
Color information
#C05249 (or 0xC05249) is known color: Sunset. HEX triplet: C0, 52 and 49. RGB value is (192,82,73). Sum of RGB (Red+Green+Blue) = 192+82+73=347 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.33% from 347); Green value is 82 (32.42% from 255 or 23.63% from 347); Blue value is 73 (28.91% from 255 or 21.04% from 347); Max value from RGB is 192 - color contains mainly: red. Hex color #C05249 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05249 is #3FADB6. Grayscale: #727272. Windows color (decimal): -4173239 or 4805312. OLE color: 4805312.
HSL color Cylindrical-coordinate representation of color #C05249: hue angle of 4.54º 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 #C05249 is Cyan = 0, Magento = 0.57, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 82 | 73 | - |
| CMYK | 0 | 0.57 | 0.62 | 0.25 |
| HSL | 4.54º | 0.49% | 0.52% | - |
| HSV(B) | 4.54º | 0.62% | 0.75% | - |
| XYZ | 25.96 | 17.72 | 8.36 | - |
| YUV | 113.86 | 104.94 | 183.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 82 | 73 | 0 | 0.57 | 0.62 | 0.25 | 4.54 | 0.49 | 0.52 |
| Hex | C0 | 52 | 49 | 0 | 39 | 3E | 19 | 5 | 31 | 34 |
| Octal | 300 | 122 | 111 | 0 | 71 | 76 | 31 | 5 | 61 | 64 |
| Binary | 11000000 | 1010010 | 1001001 | 0 | 111001 | 111110 | 11001 | 101 | 110001 | 110100 |
Color Harmonies of #C05249
Complementary color
Monochromatic Colors of #C05249
Black with #C05249
Text Example
Text Example
White with #C05249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05249; }
p { color: rgb(192,82,73); }
H1.HeaderClassName
{
color: #C05249;
}
.AnyTagClassName
{
color: #C05249;
}
</style>
background-color css
<style>
a { background-color: #C05249; }
a { background-color: rgb(192,82,73); }
div.DivClassName
{
background-color: #C05249;
}
.BgClassName
{
background-color: #C05249;
}
</style>
border-color css
<style>
span { border-color: #C05249; }
span { border-color: rgb(192,82,73); }
td.TdClassName
{
border-color: #C05249;
}
.TagClassName
{
border-color: #C05249;
}
</style>