Shades of Sunset #C1564D
Tints of Sunset #C1564D
RGB
CMYK
RGB Variations
Color information
#C1564D (or 0xC1564D) is known color: Sunset. HEX triplet: C1, 56 and 4D. RGB value is (193,86,77). Sum of RGB (Red+Green+Blue) = 193+86+77=356 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.21% from 356); Green value is 86 (33.98% from 255 or 24.16% from 356); Blue value is 77 (30.47% from 255 or 21.63% from 356); Max value from RGB is 193 - color contains mainly: red. Hex color #C1564D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1564D is #3EA9B2. Grayscale: #757575. Windows color (decimal): -4106675 or 5068481. OLE color: 5068481.
HSL color Cylindrical-coordinate representation of color #C1564D: hue angle of 4.66º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C1564D is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 86 | 77 | - |
| CMYK | 0 | 0.55 | 0.60 | 0.24 |
| HSL | 4.66º | 0.48% | 0.53% | - |
| HSV(B) | 4.66º | 0.6% | 0.76% | - |
| XYZ | 26.66 | 18.53 | 9.19 | - |
| YUV | 116.97 | 105.45 | 182.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 86 | 77 | 0 | 0.55 | 0.60 | 0.24 | 4.66 | 0.48 | 0.53 |
| Hex | C1 | 56 | 4D | 0 | 37 | 3C | 18 | 5 | 30 | 35 |
| Octal | 301 | 126 | 115 | 0 | 67 | 74 | 30 | 5 | 60 | 65 |
| Binary | 11000001 | 1010110 | 1001101 | 0 | 110111 | 111100 | 11000 | 101 | 110000 | 110101 |
Color Harmonies of #C1564D
Complementary color
Monochromatic Colors of #C1564D
Black with #C1564D
Text Example
Text Example
White with #C1564D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1564D; }
p { color: rgb(193,86,77); }
H1.HeaderClassName
{
color: #C1564D;
}
.AnyTagClassName
{
color: #C1564D;
}
</style>
background-color css
<style>
a { background-color: #C1564D; }
a { background-color: rgb(193,86,77); }
div.DivClassName
{
background-color: #C1564D;
}
.BgClassName
{
background-color: #C1564D;
}
</style>
border-color css
<style>
span { border-color: #C1564D; }
span { border-color: rgb(193,86,77); }
td.TdClassName
{
border-color: #C1564D;
}
.TagClassName
{
border-color: #C1564D;
}
</style>