Shades of Sunset #C65046
Tints of Sunset #C65046
RGB
CMYK
RGB Variations
Color information
#C65046 (or 0xC65046) is known color: Sunset. HEX triplet: C6, 50 and 46. RGB value is (198,80,70). Sum of RGB (Red+Green+Blue) = 198+80+70=348 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.90% from 348); Green value is 80 (31.64% from 255 or 22.99% from 348); Blue value is 70 (27.73% from 255 or 20.11% from 348); Max value from RGB is 198 - color contains mainly: red. Hex color #C65046 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65046 is #39AFB9. Grayscale: #727272. Windows color (decimal): -3780538 or 4608198. OLE color: 4608198.
HSL color Cylindrical-coordinate representation of color #C65046: hue angle of 4.69º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C65046 is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 80 | 70 | - |
| CMYK | 0 | 0.60 | 0.65 | 0.22 |
| HSL | 4.69º | 0.53% | 0.53% | - |
| HSV(B) | 4.69º | 0.65% | 0.78% | - |
| XYZ | 27.26 | 18.19 | 7.87 | - |
| YUV | 114.14 | 103.09 | 187.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 80 | 70 | 0 | 0.60 | 0.65 | 0.22 | 4.69 | 0.53 | 0.53 |
| Hex | C6 | 50 | 46 | 0 | 3C | 41 | 16 | 5 | 35 | 35 |
| Octal | 306 | 120 | 106 | 0 | 74 | 101 | 26 | 5 | 65 | 65 |
| Binary | 11000110 | 1010000 | 1000110 | 0 | 111100 | 1000001 | 10110 | 101 | 110101 | 110101 |
Color Harmonies of #C65046
Complementary color
Monochromatic Colors of #C65046
Black with #C65046
Text Example
Text Example
White with #C65046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65046; }
p { color: rgb(198,80,70); }
H1.HeaderClassName
{
color: #C65046;
}
.AnyTagClassName
{
color: #C65046;
}
</style>
background-color css
<style>
a { background-color: #C65046; }
a { background-color: rgb(198,80,70); }
div.DivClassName
{
background-color: #C65046;
}
.BgClassName
{
background-color: #C65046;
}
</style>
border-color css
<style>
span { border-color: #C65046; }
span { border-color: rgb(198,80,70); }
td.TdClassName
{
border-color: #C65046;
}
.TagClassName
{
border-color: #C65046;
}
</style>