Shades of Sunset #C1534D
Tints of Sunset #C1534D
RGB
CMYK
RGB Variations
Color information
#C1534D (or 0xC1534D) is known color: Sunset. HEX triplet: C1, 53 and 4D. RGB value is (193,83,77). Sum of RGB (Red+Green+Blue) = 193+83+77=353 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.67% from 353); Green value is 83 (32.81% from 255 or 23.51% from 353); Blue value is 77 (30.47% from 255 or 21.81% from 353); Max value from RGB is 193 - color contains mainly: red. Hex color #C1534D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1534D is #3EACB2. Grayscale: #737373. Windows color (decimal): -4107443 or 5067713. OLE color: 5067713.
HSL color Cylindrical-coordinate representation of color #C1534D: hue angle of 3.1º 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 #C1534D is Cyan = 0, Magento = 0.57, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 83 | 77 | - |
| CMYK | 0 | 0.57 | 0.60 | 0.24 |
| HSL | 3.1º | 0.48% | 0.53% | - |
| HSV(B) | 3.1º | 0.6% | 0.76% | - |
| XYZ | 26.43 | 18.06 | 9.11 | - |
| YUV | 115.21 | 106.44 | 183.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 83 | 77 | 0 | 0.57 | 0.60 | 0.24 | 3.1 | 0.48 | 0.53 |
| Hex | C1 | 53 | 4D | 0 | 39 | 3C | 18 | 3 | 30 | 35 |
| Octal | 301 | 123 | 115 | 0 | 71 | 74 | 30 | 3 | 60 | 65 |
| Binary | 11000001 | 1010011 | 1001101 | 0 | 111001 | 111100 | 11000 | 11 | 110000 | 110101 |
Color Harmonies of #C1534D
Complementary color
Monochromatic Colors of #C1534D
Black with #C1534D
Text Example
Text Example
White with #C1534D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1534D; }
p { color: rgb(193,83,77); }
H1.HeaderClassName
{
color: #C1534D;
}
.AnyTagClassName
{
color: #C1534D;
}
</style>
background-color css
<style>
a { background-color: #C1534D; }
a { background-color: rgb(193,83,77); }
div.DivClassName
{
background-color: #C1534D;
}
.BgClassName
{
background-color: #C1534D;
}
</style>
border-color css
<style>
span { border-color: #C1534D; }
span { border-color: rgb(193,83,77); }
td.TdClassName
{
border-color: #C1534D;
}
.TagClassName
{
border-color: #C1534D;
}
</style>