Shades of Sunset #C64540
Tints of Sunset #C64540
RGB
CMYK
RGB Variations
Color information
#C64540 (or 0xC64540) is known color: Sunset. HEX triplet: C6, 45 and 40. RGB value is (198,69,64). Sum of RGB (Red+Green+Blue) = 198+69+64=331 (43% of max value = 765). Red value is 198 (77.73% from 255 or 59.82% from 331); Green value is 69 (27.34% from 255 or 20.85% from 331); Blue value is 64 (25.39% from 255 or 19.34% from 331); Max value from RGB is 198 - color contains mainly: red. Hex color #C64540 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64540 is #39BABF. Grayscale: #6B6B6B. Windows color (decimal): -3783360 or 4212166. OLE color: 4212166.
HSL color Cylindrical-coordinate representation of color #C64540: hue angle of 2.24º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C64540 is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 69 | 64 | - |
| CMYK | 0 | 0.65 | 0.68 | 0.22 |
| HSL | 2.24º | 0.54% | 0.51% | - |
| HSV(B) | 2.24º | 0.68% | 0.78% | - |
| XYZ | 26.34 | 16.63 | 6.67 | - |
| YUV | 107 | 103.74 | 192.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 69 | 64 | 0 | 0.65 | 0.68 | 0.22 | 2.24 | 0.54 | 0.51 |
| Hex | C6 | 45 | 40 | 0 | 41 | 44 | 16 | 2 | 36 | 33 |
| Octal | 306 | 105 | 100 | 0 | 101 | 104 | 26 | 2 | 66 | 63 |
| Binary | 11000110 | 1000101 | 1000000 | 0 | 1000001 | 1000100 | 10110 | 10 | 110110 | 110011 |
Color Harmonies of #C64540
Complementary color
Monochromatic Colors of #C64540
Black with #C64540
Text Example
Text Example
White with #C64540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64540; }
p { color: rgb(198,69,64); }
H1.HeaderClassName
{
color: #C64540;
}
.AnyTagClassName
{
color: #C64540;
}
</style>
background-color css
<style>
a { background-color: #C64540; }
a { background-color: rgb(198,69,64); }
div.DivClassName
{
background-color: #C64540;
}
.BgClassName
{
background-color: #C64540;
}
</style>
border-color css
<style>
span { border-color: #C64540; }
span { border-color: rgb(198,69,64); }
td.TdClassName
{
border-color: #C64540;
}
.TagClassName
{
border-color: #C64540;
}
</style>