Shades of Sunset #C0564F
Tints of Sunset #C0564F
RGB
CMYK
RGB Variations
Color information
#C0564F (or 0xC0564F) is known color: Sunset. HEX triplet: C0, 56 and 4F. RGB value is (192,86,79). Sum of RGB (Red+Green+Blue) = 192+86+79=357 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.78% from 357); Green value is 86 (33.98% from 255 or 24.09% from 357); Blue value is 79 (31.25% from 255 or 22.13% from 357); Max value from RGB is 192 - color contains mainly: red. Hex color #C0564F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0564F is #3FA9B0. Grayscale: #757575. Windows color (decimal): -4172209 or 5199552. OLE color: 5199552.
HSL color Cylindrical-coordinate representation of color #C0564F: hue angle of 3.72º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C0564F is Cyan = 0, Magento = 0.55, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 86 | 79 | - |
| CMYK | 0 | 0.55 | 0.59 | 0.25 |
| HSL | 3.72º | 0.47% | 0.53% | - |
| HSV(B) | 3.72º | 0.59% | 0.75% | - |
| XYZ | 26.48 | 18.43 | 9.56 | - |
| YUV | 116.9 | 106.62 | 181.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 86 | 79 | 0 | 0.55 | 0.59 | 0.25 | 3.72 | 0.47 | 0.53 |
| Hex | C0 | 56 | 4F | 0 | 37 | 3B | 19 | 4 | 2F | 35 |
| Octal | 300 | 126 | 117 | 0 | 67 | 73 | 31 | 4 | 57 | 65 |
| Binary | 11000000 | 1010110 | 1001111 | 0 | 110111 | 111011 | 11001 | 100 | 101111 | 110101 |
Color Harmonies of #C0564F
Complementary color
Monochromatic Colors of #C0564F
Black with #C0564F
Text Example
Text Example
White with #C0564F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0564F; }
p { color: rgb(192,86,79); }
H1.HeaderClassName
{
color: #C0564F;
}
.AnyTagClassName
{
color: #C0564F;
}
</style>
background-color css
<style>
a { background-color: #C0564F; }
a { background-color: rgb(192,86,79); }
div.DivClassName
{
background-color: #C0564F;
}
.BgClassName
{
background-color: #C0564F;
}
</style>
border-color css
<style>
span { border-color: #C0564F; }
span { border-color: rgb(192,86,79); }
td.TdClassName
{
border-color: #C0564F;
}
.TagClassName
{
border-color: #C0564F;
}
</style>