Shades of Sunset #C6564A
Tints of Sunset #C6564A
RGB
CMYK
RGB Variations
Color information
#C6564A (or 0xC6564A) is known color: Sunset. HEX triplet: C6, 56 and 4A. RGB value is (198,86,74). Sum of RGB (Red+Green+Blue) = 198+86+74=358 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.31% from 358); Green value is 86 (33.98% from 255 or 24.02% from 358); Blue value is 74 (29.30% from 255 or 20.67% from 358); Max value from RGB is 198 - color contains mainly: red. Hex color #C6564A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6564A is #39A9B5. Grayscale: #767676. Windows color (decimal): -3778998 or 4871878. OLE color: 4871878.
HSL color Cylindrical-coordinate representation of color #C6564A: hue angle of 5.81º 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 #C6564A is Cyan = 0, Magento = 0.57, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 86 | 74 | - |
| CMYK | 0 | 0.57 | 0.63 | 0.22 |
| HSL | 5.81º | 0.52% | 0.53% | - |
| HSV(B) | 5.81º | 0.63% | 0.78% | - |
| XYZ | 27.85 | 19.16 | 8.71 | - |
| YUV | 118.12 | 103.11 | 184.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 86 | 74 | 0 | 0.57 | 0.63 | 0.22 | 5.81 | 0.52 | 0.53 |
| Hex | C6 | 56 | 4A | 0 | 39 | 3F | 16 | 6 | 34 | 35 |
| Octal | 306 | 126 | 112 | 0 | 71 | 77 | 26 | 6 | 64 | 65 |
| Binary | 11000110 | 1010110 | 1001010 | 0 | 111001 | 111111 | 10110 | 110 | 110100 | 110101 |
Color Harmonies of #C6564A
Complementary color
Monochromatic Colors of #C6564A
Black with #C6564A
Text Example
Text Example
White with #C6564A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6564A; }
p { color: rgb(198,86,74); }
H1.HeaderClassName
{
color: #C6564A;
}
.AnyTagClassName
{
color: #C6564A;
}
</style>
background-color css
<style>
a { background-color: #C6564A; }
a { background-color: rgb(198,86,74); }
div.DivClassName
{
background-color: #C6564A;
}
.BgClassName
{
background-color: #C6564A;
}
</style>
border-color css
<style>
span { border-color: #C6564A; }
span { border-color: rgb(198,86,74); }
td.TdClassName
{
border-color: #C6564A;
}
.TagClassName
{
border-color: #C6564A;
}
</style>