Shades of Sunset #C0544C
Tints of Sunset #C0544C
RGB
CMYK
RGB Variations
Color information
#C0544C (or 0xC0544C) is known color: Sunset. HEX triplet: C0, 54 and 4C. RGB value is (192,84,76). Sum of RGB (Red+Green+Blue) = 192+84+76=352 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.55% from 352); Green value is 84 (33.20% from 255 or 23.86% from 352); Blue value is 76 (30.08% from 255 or 21.59% from 352); Max value from RGB is 192 - color contains mainly: red. Hex color #C0544C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0544C is #3FABB3. Grayscale: #737373. Windows color (decimal): -4172724 or 5002432. OLE color: 5002432.
HSL color Cylindrical-coordinate representation of color #C0544C: hue angle of 4.14º 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 #C0544C is Cyan = 0, Magento = 0.56, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 84 | 76 | - |
| CMYK | 0 | 0.56 | 0.60 | 0.25 |
| HSL | 4.14º | 0.48% | 0.53% | - |
| HSV(B) | 4.14º | 0.6% | 0.75% | - |
| XYZ | 26.21 | 18.07 | 8.94 | - |
| YUV | 115.38 | 105.78 | 182.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 84 | 76 | 0 | 0.56 | 0.60 | 0.25 | 4.14 | 0.48 | 0.53 |
| Hex | C0 | 54 | 4C | 0 | 38 | 3C | 19 | 4 | 30 | 35 |
| Octal | 300 | 124 | 114 | 0 | 70 | 74 | 31 | 4 | 60 | 65 |
| Binary | 11000000 | 1010100 | 1001100 | 0 | 111000 | 111100 | 11001 | 100 | 110000 | 110101 |
Color Harmonies of #C0544C
Complementary color
Monochromatic Colors of #C0544C
Black with #C0544C
Text Example
Text Example
White with #C0544C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0544C; }
p { color: rgb(192,84,76); }
H1.HeaderClassName
{
color: #C0544C;
}
.AnyTagClassName
{
color: #C0544C;
}
</style>
background-color css
<style>
a { background-color: #C0544C; }
a { background-color: rgb(192,84,76); }
div.DivClassName
{
background-color: #C0544C;
}
.BgClassName
{
background-color: #C0544C;
}
</style>
border-color css
<style>
span { border-color: #C0544C; }
span { border-color: rgb(192,84,76); }
td.TdClassName
{
border-color: #C0544C;
}
.TagClassName
{
border-color: #C0544C;
}
</style>