Shades of Sunset #C6564C
Tints of Sunset #C6564C
RGB
CMYK
RGB Variations
Color information
#C6564C (or 0xC6564C) is known color: Sunset. HEX triplet: C6, 56 and 4C. RGB value is (198,86,76). Sum of RGB (Red+Green+Blue) = 198+86+76=360 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55% from 360); Green value is 86 (33.98% from 255 or 23.89% from 360); Blue value is 76 (30.08% from 255 or 21.11% from 360); Max value from RGB is 198 - color contains mainly: red. Hex color #C6564C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6564C is #39A9B3. Grayscale: #767676. Windows color (decimal): -3778996 or 5002950. OLE color: 5002950.
HSL color Cylindrical-coordinate representation of color #C6564C: hue angle of 4.92º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C6564C is Cyan = 0, Magento = 0.57, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 86 | 76 | - |
| CMYK | 0 | 0.57 | 0.62 | 0.22 |
| HSL | 4.92º | 0.52% | 0.54% | - |
| HSV(B) | 4.92º | 0.62% | 0.78% | - |
| XYZ | 27.92 | 19.18 | 9.07 | - |
| YUV | 118.35 | 104.11 | 184.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 86 | 76 | 0 | 0.57 | 0.62 | 0.22 | 4.92 | 0.52 | 0.54 |
| Hex | C6 | 56 | 4C | 0 | 39 | 3E | 16 | 5 | 34 | 36 |
| Octal | 306 | 126 | 114 | 0 | 71 | 76 | 26 | 5 | 64 | 66 |
| Binary | 11000110 | 1010110 | 1001100 | 0 | 111001 | 111110 | 10110 | 101 | 110100 | 110110 |
Color Harmonies of #C6564C
Complementary color
Monochromatic Colors of #C6564C
Black with #C6564C
Text Example
Text Example
White with #C6564C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6564C; }
p { color: rgb(198,86,76); }
H1.HeaderClassName
{
color: #C6564C;
}
.AnyTagClassName
{
color: #C6564C;
}
</style>
background-color css
<style>
a { background-color: #C6564C; }
a { background-color: rgb(198,86,76); }
div.DivClassName
{
background-color: #C6564C;
}
.BgClassName
{
background-color: #C6564C;
}
</style>
border-color css
<style>
span { border-color: #C6564C; }
span { border-color: rgb(198,86,76); }
td.TdClassName
{
border-color: #C6564C;
}
.TagClassName
{
border-color: #C6564C;
}
</style>