Shades of Sunset #C05245
Tints of Sunset #C05245
RGB
CMYK
RGB Variations
Color information
#C05245 (or 0xC05245) is known color: Sunset. HEX triplet: C0, 52 and 45. RGB value is (192,82,69). Sum of RGB (Red+Green+Blue) = 192+82+69=343 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.98% from 343); Green value is 82 (32.42% from 255 or 23.91% from 343); Blue value is 69 (27.34% from 255 or 20.12% from 343); Max value from RGB is 192 - color contains mainly: red. Hex color #C05245 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05245 is #3FADBA. Grayscale: #717171. Windows color (decimal): -4173243 or 4543168. OLE color: 4543168.
HSL color Cylindrical-coordinate representation of color #C05245: hue angle of 6.34º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C05245 is Cyan = 0, Magento = 0.57, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 82 | 69 | - |
| CMYK | 0 | 0.57 | 0.64 | 0.25 |
| HSL | 6.34º | 0.49% | 0.51% | - |
| HSV(B) | 6.34º | 0.64% | 0.75% | - |
| XYZ | 25.83 | 17.67 | 7.68 | - |
| YUV | 113.41 | 102.94 | 184.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 82 | 69 | 0 | 0.57 | 0.64 | 0.25 | 6.34 | 0.49 | 0.51 |
| Hex | C0 | 52 | 45 | 0 | 39 | 40 | 19 | 6 | 31 | 33 |
| Octal | 300 | 122 | 105 | 0 | 71 | 100 | 31 | 6 | 61 | 63 |
| Binary | 11000000 | 1010010 | 1000101 | 0 | 111001 | 1000000 | 11001 | 110 | 110001 | 110011 |
Color Harmonies of #C05245
Complementary color
Monochromatic Colors of #C05245
Black with #C05245
Text Example
Text Example
White with #C05245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05245; }
p { color: rgb(192,82,69); }
H1.HeaderClassName
{
color: #C05245;
}
.AnyTagClassName
{
color: #C05245;
}
</style>
background-color css
<style>
a { background-color: #C05245; }
a { background-color: rgb(192,82,69); }
div.DivClassName
{
background-color: #C05245;
}
.BgClassName
{
background-color: #C05245;
}
</style>
border-color css
<style>
span { border-color: #C05245; }
span { border-color: rgb(192,82,69); }
td.TdClassName
{
border-color: #C05245;
}
.TagClassName
{
border-color: #C05245;
}
</style>