Shades of Sunset #C0544D
Tints of Sunset #C0544D
RGB
CMYK
RGB Variations
Color information
#C0544D (or 0xC0544D) is known color: Sunset. HEX triplet: C0, 54 and 4D. RGB value is (192,84,77). Sum of RGB (Red+Green+Blue) = 192+84+77=353 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.39% from 353); Green value is 84 (33.20% from 255 or 23.80% from 353); Blue value is 77 (30.47% from 255 or 21.81% from 353); Max value from RGB is 192 - color contains mainly: red. Hex color #C0544D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0544D is #3FABB2. Grayscale: #737373. Windows color (decimal): -4172723 or 5067968. OLE color: 5067968.
HSL color Cylindrical-coordinate representation of color #C0544D: hue angle of 3.65º 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 #C0544D is Cyan = 0, Magento = 0.56, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 84 | 77 | - |
| CMYK | 0 | 0.56 | 0.60 | 0.25 |
| HSL | 3.65º | 0.48% | 0.53% | - |
| HSV(B) | 3.65º | 0.6% | 0.75% | - |
| XYZ | 26.25 | 18.08 | 9.13 | - |
| YUV | 115.49 | 106.28 | 182.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 84 | 77 | 0 | 0.56 | 0.60 | 0.25 | 3.65 | 0.48 | 0.53 |
| Hex | C0 | 54 | 4D | 0 | 38 | 3C | 19 | 4 | 30 | 35 |
| Octal | 300 | 124 | 115 | 0 | 70 | 74 | 31 | 4 | 60 | 65 |
| Binary | 11000000 | 1010100 | 1001101 | 0 | 111000 | 111100 | 11001 | 100 | 110000 | 110101 |
Color Harmonies of #C0544D
Complementary color
Monochromatic Colors of #C0544D
Black with #C0544D
Text Example
Text Example
White with #C0544D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0544D; }
p { color: rgb(192,84,77); }
H1.HeaderClassName
{
color: #C0544D;
}
.AnyTagClassName
{
color: #C0544D;
}
</style>
background-color css
<style>
a { background-color: #C0544D; }
a { background-color: rgb(192,84,77); }
div.DivClassName
{
background-color: #C0544D;
}
.BgClassName
{
background-color: #C0544D;
}
</style>
border-color css
<style>
span { border-color: #C0544D; }
span { border-color: rgb(192,84,77); }
td.TdClassName
{
border-color: #C0544D;
}
.TagClassName
{
border-color: #C0544D;
}
</style>