Shades of Sunset #C64B49
Tints of Sunset #C64B49
RGB
CMYK
RGB Variations
Color information
#C64B49 (or 0xC64B49) is known color: Sunset. HEX triplet: C6, 4B and 49. RGB value is (198,75,73). Sum of RGB (Red+Green+Blue) = 198+75+73=346 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.23% from 346); Green value is 75 (29.69% from 255 or 21.68% from 346); Blue value is 73 (28.91% from 255 or 21.10% from 346); Max value from RGB is 198 - color contains mainly: red. Hex color #C64B49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64B49 is #39B4B6. Grayscale: #6F6F6F. Windows color (decimal): -3781815 or 4803526. OLE color: 4803526.
HSL color Cylindrical-coordinate representation of color #C64B49: hue angle of 0.96º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C64B49 is Cyan = 0, Magento = 0.62, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 75 | 73 | - |
| CMYK | 0 | 0.62 | 0.63 | 0.22 |
| HSL | 0.96º | 0.52% | 0.53% | - |
| HSV(B) | 0.96º | 0.63% | 0.78% | - |
| XYZ | 27.01 | 17.52 | 8.26 | - |
| YUV | 111.55 | 106.25 | 189.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 75 | 73 | 0 | 0.62 | 0.63 | 0.22 | 0.96 | 0.52 | 0.53 |
| Hex | C6 | 4B | 49 | 0 | 3E | 3F | 16 | 1 | 34 | 35 |
| Octal | 306 | 113 | 111 | 0 | 76 | 77 | 26 | 1 | 64 | 65 |
| Binary | 11000110 | 1001011 | 1001001 | 0 | 111110 | 111111 | 10110 | 1 | 110100 | 110101 |
Color Harmonies of #C64B49
Complementary color
Monochromatic Colors of #C64B49
Black with #C64B49
Text Example
Text Example
White with #C64B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64B49; }
p { color: rgb(198,75,73); }
H1.HeaderClassName
{
color: #C64B49;
}
.AnyTagClassName
{
color: #C64B49;
}
</style>
background-color css
<style>
a { background-color: #C64B49; }
a { background-color: rgb(198,75,73); }
div.DivClassName
{
background-color: #C64B49;
}
.BgClassName
{
background-color: #C64B49;
}
</style>
border-color css
<style>
span { border-color: #C64B49; }
span { border-color: rgb(198,75,73); }
td.TdClassName
{
border-color: #C64B49;
}
.TagClassName
{
border-color: #C64B49;
}
</style>