Shades of Sunset #C0564C
Tints of Sunset #C0564C
RGB
CMYK
RGB Variations
Color information
#C0564C (or 0xC0564C) is known color: Sunset. HEX triplet: C0, 56 and 4C. RGB value is (192,86,76). Sum of RGB (Red+Green+Blue) = 192+86+76=354 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.24% from 354); Green value is 86 (33.98% from 255 or 24.29% from 354); Blue value is 76 (30.08% from 255 or 21.47% from 354); Max value from RGB is 192 - color contains mainly: red. Hex color #C0564C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0564C is #3FA9B3. Grayscale: #747474. Windows color (decimal): -4172212 or 5002944. OLE color: 5002944.
HSL color Cylindrical-coordinate representation of color #C0564C: hue angle of 5.17º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C0564C is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 86 | 76 | - |
| CMYK | 0 | 0.55 | 0.60 | 0.25 |
| HSL | 5.17º | 0.48% | 0.53% | - |
| HSV(B) | 5.17º | 0.6% | 0.75% | - |
| XYZ | 26.37 | 18.38 | 9 | - |
| YUV | 116.55 | 105.12 | 181.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 86 | 76 | 0 | 0.55 | 0.60 | 0.25 | 5.17 | 0.48 | 0.53 |
| Hex | C0 | 56 | 4C | 0 | 37 | 3C | 19 | 5 | 30 | 35 |
| Octal | 300 | 126 | 114 | 0 | 67 | 74 | 31 | 5 | 60 | 65 |
| Binary | 11000000 | 1010110 | 1001100 | 0 | 110111 | 111100 | 11001 | 101 | 110000 | 110101 |
Color Harmonies of #C0564C
Complementary color
Monochromatic Colors of #C0564C
Black with #C0564C
Text Example
Text Example
White with #C0564C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0564C; }
p { color: rgb(192,86,76); }
H1.HeaderClassName
{
color: #C0564C;
}
.AnyTagClassName
{
color: #C0564C;
}
</style>
background-color css
<style>
a { background-color: #C0564C; }
a { background-color: rgb(192,86,76); }
div.DivClassName
{
background-color: #C0564C;
}
.BgClassName
{
background-color: #C0564C;
}
</style>
border-color css
<style>
span { border-color: #C0564C; }
span { border-color: rgb(192,86,76); }
td.TdClassName
{
border-color: #C0564C;
}
.TagClassName
{
border-color: #C0564C;
}
</style>