Shades of Sunset #C64645
Tints of Sunset #C64645
RGB
CMYK
RGB Variations
Color information
#C64645 (or 0xC64645) is known color: Sunset. HEX triplet: C6, 46 and 45. RGB value is (198,70,69). Sum of RGB (Red+Green+Blue) = 198+70+69=337 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.75% from 337); Green value is 70 (27.73% from 255 or 20.77% from 337); Blue value is 69 (27.34% from 255 or 20.47% from 337); Max value from RGB is 198 - color contains mainly: red. Hex color #C64645 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64645 is #39B9BA. Grayscale: #6C6C6C. Windows color (decimal): -3783099 or 4540102. OLE color: 4540102.
HSL color Cylindrical-coordinate representation of color #C64645: hue angle of 0.47º 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 #C64645 is Cyan = 0, Magento = 0.65, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 70 | 69 | - |
| CMYK | 0 | 0.65 | 0.65 | 0.22 |
| HSL | 0.47º | 0.53% | 0.52% | - |
| HSV(B) | 0.47º | 0.65% | 0.78% | - |
| XYZ | 26.55 | 16.82 | 7.48 | - |
| YUV | 108.16 | 105.91 | 192.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 70 | 69 | 0 | 0.65 | 0.65 | 0.22 | 0.47 | 0.53 | 0.52 |
| Hex | C6 | 46 | 45 | 0 | 41 | 41 | 16 | 0 | 35 | 34 |
| Octal | 306 | 106 | 105 | 0 | 101 | 101 | 26 | 0 | 65 | 64 |
| Binary | 11000110 | 1000110 | 1000101 | 0 | 1000001 | 1000001 | 10110 | 0 | 110101 | 110100 |
Color Harmonies of #C64645
Complementary color
Monochromatic Colors of #C64645
Black with #C64645
Text Example
Text Example
White with #C64645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64645; }
p { color: rgb(198,70,69); }
H1.HeaderClassName
{
color: #C64645;
}
.AnyTagClassName
{
color: #C64645;
}
</style>
background-color css
<style>
a { background-color: #C64645; }
a { background-color: rgb(198,70,69); }
div.DivClassName
{
background-color: #C64645;
}
.BgClassName
{
background-color: #C64645;
}
</style>
border-color css
<style>
span { border-color: #C64645; }
span { border-color: rgb(198,70,69); }
td.TdClassName
{
border-color: #C64645;
}
.TagClassName
{
border-color: #C64645;
}
</style>