Shades of Sunset #C05446
Tints of Sunset #C05446
RGB
CMYK
RGB Variations
Color information
#C05446 (or 0xC05446) is known color: Sunset. HEX triplet: C0, 54 and 46. RGB value is (192,84,70). Sum of RGB (Red+Green+Blue) = 192+84+70=346 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.49% from 346); Green value is 84 (33.20% from 255 or 24.28% from 346); Blue value is 70 (27.73% from 255 or 20.23% from 346); Max value from RGB is 192 - color contains mainly: red. Hex color #C05446 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05446 is #3FABB9. Grayscale: #727272. Windows color (decimal): -4172730 or 4609216. OLE color: 4609216.
HSL color Cylindrical-coordinate representation of color #C05446: hue angle of 6.89º 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 #C05446 is Cyan = 0, Magento = 0.56, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 84 | 70 | - |
| CMYK | 0 | 0.56 | 0.64 | 0.25 |
| HSL | 6.89º | 0.49% | 0.51% | - |
| HSV(B) | 6.89º | 0.64% | 0.75% | - |
| XYZ | 26.01 | 17.99 | 7.9 | - |
| YUV | 114.7 | 102.78 | 183.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 84 | 70 | 0 | 0.56 | 0.64 | 0.25 | 6.89 | 0.49 | 0.51 |
| Hex | C0 | 54 | 46 | 0 | 38 | 40 | 19 | 7 | 31 | 33 |
| Octal | 300 | 124 | 106 | 0 | 70 | 100 | 31 | 7 | 61 | 63 |
| Binary | 11000000 | 1010100 | 1000110 | 0 | 111000 | 1000000 | 11001 | 111 | 110001 | 110011 |
Color Harmonies of #C05446
Complementary color
Monochromatic Colors of #C05446
Black with #C05446
Text Example
Text Example
White with #C05446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05446; }
p { color: rgb(192,84,70); }
H1.HeaderClassName
{
color: #C05446;
}
.AnyTagClassName
{
color: #C05446;
}
</style>
background-color css
<style>
a { background-color: #C05446; }
a { background-color: rgb(192,84,70); }
div.DivClassName
{
background-color: #C05446;
}
.BgClassName
{
background-color: #C05446;
}
</style>
border-color css
<style>
span { border-color: #C05446; }
span { border-color: rgb(192,84,70); }
td.TdClassName
{
border-color: #C05446;
}
.TagClassName
{
border-color: #C05446;
}
</style>