Shades of Sunset #C65146
Tints of Sunset #C65146
RGB
CMYK
RGB Variations
Color information
#C65146 (or 0xC65146) is known color: Sunset. HEX triplet: C6, 51 and 46. RGB value is (198,81,70). Sum of RGB (Red+Green+Blue) = 198+81+70=349 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.73% from 349); Green value is 81 (32.03% from 255 or 23.21% from 349); Blue value is 70 (27.73% from 255 or 20.06% from 349); Max value from RGB is 198 - color contains mainly: red. Hex color #C65146 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65146 is #39AEB9. Grayscale: #727272. Windows color (decimal): -3780282 or 4608454. OLE color: 4608454.
HSL color Cylindrical-coordinate representation of color #C65146: hue angle of 5.16º 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 #C65146 is Cyan = 0, Magento = 0.59, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 81 | 70 | - |
| CMYK | 0 | 0.59 | 0.65 | 0.22 |
| HSL | 5.16º | 0.53% | 0.53% | - |
| HSV(B) | 5.16º | 0.65% | 0.78% | - |
| XYZ | 27.34 | 18.33 | 7.89 | - |
| YUV | 114.73 | 102.76 | 187.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 81 | 70 | 0 | 0.59 | 0.65 | 0.22 | 5.16 | 0.53 | 0.53 |
| Hex | C6 | 51 | 46 | 0 | 3B | 41 | 16 | 5 | 35 | 35 |
| Octal | 306 | 121 | 106 | 0 | 73 | 101 | 26 | 5 | 65 | 65 |
| Binary | 11000110 | 1010001 | 1000110 | 0 | 111011 | 1000001 | 10110 | 101 | 110101 | 110101 |
Color Harmonies of #C65146
Complementary color
Monochromatic Colors of #C65146
Black with #C65146
Text Example
Text Example
White with #C65146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65146; }
p { color: rgb(198,81,70); }
H1.HeaderClassName
{
color: #C65146;
}
.AnyTagClassName
{
color: #C65146;
}
</style>
background-color css
<style>
a { background-color: #C65146; }
a { background-color: rgb(198,81,70); }
div.DivClassName
{
background-color: #C65146;
}
.BgClassName
{
background-color: #C65146;
}
</style>
border-color css
<style>
span { border-color: #C65146; }
span { border-color: rgb(198,81,70); }
td.TdClassName
{
border-color: #C65146;
}
.TagClassName
{
border-color: #C65146;
}
</style>