Shades of Sunset #C64A41
Tints of Sunset #C64A41
RGB
CMYK
RGB Variations
Color information
#C64A41 (or 0xC64A41) is known color: Sunset. HEX triplet: C6, 4A and 41. RGB value is (198,74,65). Sum of RGB (Red+Green+Blue) = 198+74+65=337 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.75% from 337); Green value is 74 (29.30% from 255 or 21.96% from 337); Blue value is 65 (25.78% from 255 or 19.29% from 337); Max value from RGB is 198 - color contains mainly: red. Hex color #C64A41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64A41 is #39B5BE. Grayscale: #6E6E6E. Windows color (decimal): -3782079 or 4278982. OLE color: 4278982.
HSL color Cylindrical-coordinate representation of color #C64A41: hue angle of 4.06º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C64A41 is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 74 | 65 | - |
| CMYK | 0 | 0.63 | 0.67 | 0.22 |
| HSL | 4.06º | 0.54% | 0.52% | - |
| HSV(B) | 4.06º | 0.67% | 0.78% | - |
| XYZ | 26.69 | 17.28 | 6.93 | - |
| YUV | 110.05 | 102.58 | 190.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 74 | 65 | 0 | 0.63 | 0.67 | 0.22 | 4.06 | 0.54 | 0.52 |
| Hex | C6 | 4A | 41 | 0 | 3F | 43 | 16 | 4 | 36 | 34 |
| Octal | 306 | 112 | 101 | 0 | 77 | 103 | 26 | 4 | 66 | 64 |
| Binary | 11000110 | 1001010 | 1000001 | 0 | 111111 | 1000011 | 10110 | 100 | 110110 | 110100 |
Color Harmonies of #C64A41
Complementary color
Monochromatic Colors of #C64A41
Black with #C64A41
Text Example
Text Example
White with #C64A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64A41; }
p { color: rgb(198,74,65); }
H1.HeaderClassName
{
color: #C64A41;
}
.AnyTagClassName
{
color: #C64A41;
}
</style>
background-color css
<style>
a { background-color: #C64A41; }
a { background-color: rgb(198,74,65); }
div.DivClassName
{
background-color: #C64A41;
}
.BgClassName
{
background-color: #C64A41;
}
</style>
border-color css
<style>
span { border-color: #C64A41; }
span { border-color: rgb(198,74,65); }
td.TdClassName
{
border-color: #C64A41;
}
.TagClassName
{
border-color: #C64A41;
}
</style>