Shades of Sunset #C64A46
Tints of Sunset #C64A46
RGB
CMYK
RGB Variations
Color information
#C64A46 (or 0xC64A46) is known color: Sunset. HEX triplet: C6, 4A and 46. RGB value is (198,74,70). Sum of RGB (Red+Green+Blue) = 198+74+70=342 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.89% from 342); Green value is 74 (29.30% from 255 or 21.64% from 342); Blue value is 70 (27.73% from 255 or 20.47% from 342); Max value from RGB is 198 - color contains mainly: red. Hex color #C64A46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64A46 is #39B5B9. Grayscale: #6E6E6E. Windows color (decimal): -3782074 or 4606662. OLE color: 4606662.
HSL color Cylindrical-coordinate representation of color #C64A46: hue angle of 1.88º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C64A46 is Cyan = 0, Magento = 0.63, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 74 | 70 | - |
| CMYK | 0 | 0.63 | 0.65 | 0.22 |
| HSL | 1.88º | 0.53% | 0.53% | - |
| HSV(B) | 1.88º | 0.65% | 0.78% | - |
| XYZ | 26.84 | 17.35 | 7.73 | - |
| YUV | 110.62 | 105.08 | 190.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 74 | 70 | 0 | 0.63 | 0.65 | 0.22 | 1.88 | 0.53 | 0.53 |
| Hex | C6 | 4A | 46 | 0 | 3F | 41 | 16 | 2 | 35 | 35 |
| Octal | 306 | 112 | 106 | 0 | 77 | 101 | 26 | 2 | 65 | 65 |
| Binary | 11000110 | 1001010 | 1000110 | 0 | 111111 | 1000001 | 10110 | 10 | 110101 | 110101 |
Color Harmonies of #C64A46
Complementary color
Monochromatic Colors of #C64A46
Black with #C64A46
Text Example
Text Example
White with #C64A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64A46; }
p { color: rgb(198,74,70); }
H1.HeaderClassName
{
color: #C64A46;
}
.AnyTagClassName
{
color: #C64A46;
}
</style>
background-color css
<style>
a { background-color: #C64A46; }
a { background-color: rgb(198,74,70); }
div.DivClassName
{
background-color: #C64A46;
}
.BgClassName
{
background-color: #C64A46;
}
</style>
border-color css
<style>
span { border-color: #C64A46; }
span { border-color: rgb(198,74,70); }
td.TdClassName
{
border-color: #C64A46;
}
.TagClassName
{
border-color: #C64A46;
}
</style>