Shades of Sunset #C1544D
Tints of Sunset #C1544D
RGB
CMYK
RGB Variations
Color information
#C1544D (or 0xC1544D) is known color: Sunset. HEX triplet: C1, 54 and 4D. RGB value is (193,84,77). Sum of RGB (Red+Green+Blue) = 193+84+77=354 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.52% from 354); Green value is 84 (33.20% from 255 or 23.73% from 354); Blue value is 77 (30.47% from 255 or 21.75% from 354); Max value from RGB is 193 - color contains mainly: red. Hex color #C1544D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1544D is #3EABB2. Grayscale: #737373. Windows color (decimal): -4107187 or 5067969. OLE color: 5067969.
HSL color Cylindrical-coordinate representation of color #C1544D: hue angle of 3.62º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C1544D is Cyan = 0, Magento = 0.56, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 84 | 77 | - |
| CMYK | 0 | 0.56 | 0.60 | 0.24 |
| HSL | 3.62º | 0.48% | 0.53% | - |
| HSV(B) | 3.62º | 0.6% | 0.76% | - |
| XYZ | 26.5 | 18.21 | 9.14 | - |
| YUV | 115.79 | 106.11 | 183.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 84 | 77 | 0 | 0.56 | 0.60 | 0.24 | 3.62 | 0.48 | 0.53 |
| Hex | C1 | 54 | 4D | 0 | 38 | 3C | 18 | 4 | 30 | 35 |
| Octal | 301 | 124 | 115 | 0 | 70 | 74 | 30 | 4 | 60 | 65 |
| Binary | 11000001 | 1010100 | 1001101 | 0 | 111000 | 111100 | 11000 | 100 | 110000 | 110101 |
Color Harmonies of #C1544D
Complementary color
Monochromatic Colors of #C1544D
Black with #C1544D
Text Example
Text Example
White with #C1544D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1544D; }
p { color: rgb(193,84,77); }
H1.HeaderClassName
{
color: #C1544D;
}
.AnyTagClassName
{
color: #C1544D;
}
</style>
background-color css
<style>
a { background-color: #C1544D; }
a { background-color: rgb(193,84,77); }
div.DivClassName
{
background-color: #C1544D;
}
.BgClassName
{
background-color: #C1544D;
}
</style>
border-color css
<style>
span { border-color: #C1544D; }
span { border-color: rgb(193,84,77); }
td.TdClassName
{
border-color: #C1544D;
}
.TagClassName
{
border-color: #C1544D;
}
</style>