Shades of Sunset #C64E45
Tints of Sunset #C64E45
RGB
CMYK
RGB Variations
Color information
#C64E45 (or 0xC64E45) is known color: Sunset. HEX triplet: C6, 4E and 45. RGB value is (198,78,69). Sum of RGB (Red+Green+Blue) = 198+78+69=345 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.39% from 345); Green value is 78 (30.86% from 255 or 22.61% from 345); Blue value is 69 (27.34% from 255 or 20% from 345); Max value from RGB is 198 - color contains mainly: red. Hex color #C64E45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C64E45 is #39B1BA. Grayscale: #717171. Windows color (decimal): -3781051 or 4542150. OLE color: 4542150.
HSL color Cylindrical-coordinate representation of color #C64E45: hue angle of 4.19º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C64E45 is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 78 | 69 | - |
| CMYK | 0 | 0.61 | 0.65 | 0.22 |
| HSL | 4.19º | 0.53% | 0.52% | - |
| HSV(B) | 4.19º | 0.65% | 0.78% | - |
| XYZ | 27.09 | 17.88 | 7.65 | - |
| YUV | 112.85 | 103.26 | 188.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 78 | 69 | 0 | 0.61 | 0.65 | 0.22 | 4.19 | 0.53 | 0.52 |
| Hex | C6 | 4E | 45 | 0 | 3D | 41 | 16 | 4 | 35 | 34 |
| Octal | 306 | 116 | 105 | 0 | 75 | 101 | 26 | 4 | 65 | 64 |
| Binary | 11000110 | 1001110 | 1000101 | 0 | 111101 | 1000001 | 10110 | 100 | 110101 | 110100 |
Color Harmonies of #C64E45
Complementary color
Monochromatic Colors of #C64E45
Black with #C64E45
Text Example
Text Example
White with #C64E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64E45; }
p { color: rgb(198,78,69); }
H1.HeaderClassName
{
color: #C64E45;
}
.AnyTagClassName
{
color: #C64E45;
}
</style>
background-color css
<style>
a { background-color: #C64E45; }
a { background-color: rgb(198,78,69); }
div.DivClassName
{
background-color: #C64E45;
}
.BgClassName
{
background-color: #C64E45;
}
</style>
border-color css
<style>
span { border-color: #C64E45; }
span { border-color: rgb(198,78,69); }
td.TdClassName
{
border-color: #C64E45;
}
.TagClassName
{
border-color: #C64E45;
}
</style>