Shades of Sunset #C5564B
Tints of Sunset #C5564B
RGB
CMYK
RGB Variations
Color information
#C5564B (or 0xC5564B) is known color: Sunset. HEX triplet: C5, 56 and 4B. RGB value is (197,86,75). Sum of RGB (Red+Green+Blue) = 197+86+75=358 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.03% from 358); Green value is 86 (33.98% from 255 or 24.02% from 358); Blue value is 75 (29.69% from 255 or 20.95% from 358); Max value from RGB is 197 - color contains mainly: red. Hex color #C5564B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5564B is #3AA9B4. Grayscale: #767676. Windows color (decimal): -3844533 or 4937413. OLE color: 4937413.
HSL color Cylindrical-coordinate representation of color #C5564B: hue angle of 5.41º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C5564B is Cyan = 0, Magento = 0.56, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 86 | 75 | - |
| CMYK | 0 | 0.56 | 0.62 | 0.23 |
| HSL | 5.41º | 0.51% | 0.53% | - |
| HSV(B) | 5.41º | 0.62% | 0.77% | - |
| XYZ | 27.62 | 19.03 | 8.87 | - |
| YUV | 117.94 | 103.77 | 184.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 86 | 75 | 0 | 0.56 | 0.62 | 0.23 | 5.41 | 0.51 | 0.53 |
| Hex | C5 | 56 | 4B | 0 | 38 | 3E | 17 | 5 | 33 | 35 |
| Octal | 305 | 126 | 113 | 0 | 70 | 76 | 27 | 5 | 63 | 65 |
| Binary | 11000101 | 1010110 | 1001011 | 0 | 111000 | 111110 | 10111 | 101 | 110011 | 110101 |
Color Harmonies of #C5564B
Complementary color
Monochromatic Colors of #C5564B
Black with #C5564B
Text Example
Text Example
White with #C5564B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5564B; }
p { color: rgb(197,86,75); }
H1.HeaderClassName
{
color: #C5564B;
}
.AnyTagClassName
{
color: #C5564B;
}
</style>
background-color css
<style>
a { background-color: #C5564B; }
a { background-color: rgb(197,86,75); }
div.DivClassName
{
background-color: #C5564B;
}
.BgClassName
{
background-color: #C5564B;
}
</style>
border-color css
<style>
span { border-color: #C5564B; }
span { border-color: rgb(197,86,75); }
td.TdClassName
{
border-color: #C5564B;
}
.TagClassName
{
border-color: #C5564B;
}
</style>