Shades of Sunset #C64240
Tints of Sunset #C64240
RGB
CMYK
RGB Variations
Color information
#C64240 (or 0xC64240) is known color: Sunset. HEX triplet: C6, 42 and 40. RGB value is (198,66,64). Sum of RGB (Red+Green+Blue) = 198+66+64=328 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.37% from 328); Green value is 66 (26.17% from 255 or 20.12% from 328); Blue value is 64 (25.39% from 255 or 19.51% from 328); Max value from RGB is 198 - color contains mainly: red. Hex color #C64240 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64240 is #39BDBF. Grayscale: #696969. Windows color (decimal): -3784128 or 4211398. OLE color: 4211398.
HSL color Cylindrical-coordinate representation of color #C64240: hue angle of 0.9º 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 #C64240 is Cyan = 0, Magento = 0.67, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 66 | 64 | - |
| CMYK | 0 | 0.67 | 0.68 | 0.22 |
| HSL | 0.9º | 0.54% | 0.51% | - |
| HSV(B) | 0.9º | 0.68% | 0.78% | - |
| XYZ | 26.16 | 16.27 | 6.61 | - |
| YUV | 105.24 | 104.73 | 194.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 66 | 64 | 0 | 0.67 | 0.68 | 0.22 | 0.9 | 0.54 | 0.51 |
| Hex | C6 | 42 | 40 | 0 | 43 | 44 | 16 | 1 | 36 | 33 |
| Octal | 306 | 102 | 100 | 0 | 103 | 104 | 26 | 1 | 66 | 63 |
| Binary | 11000110 | 1000010 | 1000000 | 0 | 1000011 | 1000100 | 10110 | 1 | 110110 | 110011 |
Color Harmonies of #C64240
Complementary color
Monochromatic Colors of #C64240
Black with #C64240
Text Example
Text Example
White with #C64240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64240; }
p { color: rgb(198,66,64); }
H1.HeaderClassName
{
color: #C64240;
}
.AnyTagClassName
{
color: #C64240;
}
</style>
background-color css
<style>
a { background-color: #C64240; }
a { background-color: rgb(198,66,64); }
div.DivClassName
{
background-color: #C64240;
}
.BgClassName
{
background-color: #C64240;
}
</style>
border-color css
<style>
span { border-color: #C64240; }
span { border-color: rgb(198,66,64); }
td.TdClassName
{
border-color: #C64240;
}
.TagClassName
{
border-color: #C64240;
}
</style>