Shades of Sunset #C4564A
Tints of Sunset #C4564A
RGB
CMYK
RGB Variations
Color information
#C4564A (or 0xC4564A) is known color: Sunset. HEX triplet: C4, 56 and 4A. RGB value is (196,86,74). Sum of RGB (Red+Green+Blue) = 196+86+74=356 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.06% from 356); Green value is 86 (33.98% from 255 or 24.16% from 356); Blue value is 74 (29.30% from 255 or 20.79% from 356); Max value from RGB is 196 - color contains mainly: red. Hex color #C4564A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4564A is #3BA9B5. Grayscale: #757575. Windows color (decimal): -3910070 or 4871876. OLE color: 4871876.
HSL color Cylindrical-coordinate representation of color #C4564A: hue angle of 5.9º 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 #C4564A is Cyan = 0, Magento = 0.56, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 86 | 74 | - |
| CMYK | 0 | 0.56 | 0.62 | 0.23 |
| HSL | 5.9º | 0.51% | 0.53% | - |
| HSV(B) | 5.9º | 0.62% | 0.77% | - |
| XYZ | 27.33 | 18.89 | 8.68 | - |
| YUV | 117.52 | 103.44 | 183.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 86 | 74 | 0 | 0.56 | 0.62 | 0.23 | 5.9 | 0.51 | 0.53 |
| Hex | C4 | 56 | 4A | 0 | 38 | 3E | 17 | 6 | 33 | 35 |
| Octal | 304 | 126 | 112 | 0 | 70 | 76 | 27 | 6 | 63 | 65 |
| Binary | 11000100 | 1010110 | 1001010 | 0 | 111000 | 111110 | 10111 | 110 | 110011 | 110101 |
Color Harmonies of #C4564A
Complementary color
Monochromatic Colors of #C4564A
Black with #C4564A
Text Example
Text Example
White with #C4564A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4564A; }
p { color: rgb(196,86,74); }
H1.HeaderClassName
{
color: #C4564A;
}
.AnyTagClassName
{
color: #C4564A;
}
</style>
background-color css
<style>
a { background-color: #C4564A; }
a { background-color: rgb(196,86,74); }
div.DivClassName
{
background-color: #C4564A;
}
.BgClassName
{
background-color: #C4564A;
}
</style>
border-color css
<style>
span { border-color: #C4564A; }
span { border-color: rgb(196,86,74); }
td.TdClassName
{
border-color: #C4564A;
}
.TagClassName
{
border-color: #C4564A;
}
</style>