Shades of Sunset #C64A45
Tints of Sunset #C64A45
RGB
CMYK
RGB Variations
Color information
#C64A45 (or 0xC64A45) is known color: Sunset. HEX triplet: C6, 4A and 45. RGB value is (198,74,69). Sum of RGB (Red+Green+Blue) = 198+74+69=341 (45% of max value = 765). Red value is 198 (77.73% from 255 or 58.06% from 341); Green value is 74 (29.30% from 255 or 21.70% from 341); Blue value is 69 (27.34% from 255 or 20.23% from 341); Max value from RGB is 198 - color contains mainly: red. Hex color #C64A45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64A45 is #39B5BA. Grayscale: #6E6E6E. Windows color (decimal): -3782075 or 4541126. OLE color: 4541126.
HSL color Cylindrical-coordinate representation of color #C64A45: hue angle of 2.33º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C64A45 is Cyan = 0, Magento = 0.63, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 74 | 69 | - |
| CMYK | 0 | 0.63 | 0.65 | 0.22 |
| HSL | 2.33º | 0.53% | 0.52% | - |
| HSV(B) | 2.33º | 0.65% | 0.78% | - |
| XYZ | 26.81 | 17.33 | 7.56 | - |
| YUV | 110.51 | 104.58 | 190.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 74 | 69 | 0 | 0.63 | 0.65 | 0.22 | 2.33 | 0.53 | 0.52 |
| Hex | C6 | 4A | 45 | 0 | 3F | 41 | 16 | 2 | 35 | 34 |
| Octal | 306 | 112 | 105 | 0 | 77 | 101 | 26 | 2 | 65 | 64 |
| Binary | 11000110 | 1001010 | 1000101 | 0 | 111111 | 1000001 | 10110 | 10 | 110101 | 110100 |
Color Harmonies of #C64A45
Complementary color
Monochromatic Colors of #C64A45
Black with #C64A45
Text Example
Text Example
White with #C64A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64A45; }
p { color: rgb(198,74,69); }
H1.HeaderClassName
{
color: #C64A45;
}
.AnyTagClassName
{
color: #C64A45;
}
</style>
background-color css
<style>
a { background-color: #C64A45; }
a { background-color: rgb(198,74,69); }
div.DivClassName
{
background-color: #C64A45;
}
.BgClassName
{
background-color: #C64A45;
}
</style>
border-color css
<style>
span { border-color: #C64A45; }
span { border-color: rgb(198,74,69); }
td.TdClassName
{
border-color: #C64A45;
}
.TagClassName
{
border-color: #C64A45;
}
</style>