Shades of Sunset #C64C46
Tints of Sunset #C64C46
RGB
CMYK
RGB Variations
Color information
#C64C46 (or 0xC64C46) is known color: Sunset. HEX triplet: C6, 4C and 46. RGB value is (198,76,70). Sum of RGB (Red+Green+Blue) = 198+76+70=344 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.56% from 344); Green value is 76 (30.08% from 255 or 22.09% from 344); Blue value is 70 (27.73% from 255 or 20.35% from 344); Max value from RGB is 198 - color contains mainly: red. Hex color #C64C46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64C46 is #39B3B9. Grayscale: #6F6F6F. Windows color (decimal): -3781562 or 4607174. OLE color: 4607174.
HSL color Cylindrical-coordinate representation of color #C64C46: hue angle of 2.81º 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 #C64C46 is Cyan = 0, Magento = 0.62, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 76 | 70 | - |
| CMYK | 0 | 0.62 | 0.65 | 0.22 |
| HSL | 2.81º | 0.53% | 0.53% | - |
| HSV(B) | 2.81º | 0.65% | 0.78% | - |
| XYZ | 26.98 | 17.62 | 7.77 | - |
| YUV | 111.79 | 104.42 | 189.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 76 | 70 | 0 | 0.62 | 0.65 | 0.22 | 2.81 | 0.53 | 0.53 |
| Hex | C6 | 4C | 46 | 0 | 3E | 41 | 16 | 3 | 35 | 35 |
| Octal | 306 | 114 | 106 | 0 | 76 | 101 | 26 | 3 | 65 | 65 |
| Binary | 11000110 | 1001100 | 1000110 | 0 | 111110 | 1000001 | 10110 | 11 | 110101 | 110101 |
Color Harmonies of #C64C46
Complementary color
Monochromatic Colors of #C64C46
Black with #C64C46
Text Example
Text Example
White with #C64C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64C46; }
p { color: rgb(198,76,70); }
H1.HeaderClassName
{
color: #C64C46;
}
.AnyTagClassName
{
color: #C64C46;
}
</style>
background-color css
<style>
a { background-color: #C64C46; }
a { background-color: rgb(198,76,70); }
div.DivClassName
{
background-color: #C64C46;
}
.BgClassName
{
background-color: #C64C46;
}
</style>
border-color css
<style>
span { border-color: #C64C46; }
span { border-color: rgb(198,76,70); }
td.TdClassName
{
border-color: #C64C46;
}
.TagClassName
{
border-color: #C64C46;
}
</style>