Shades of Sunset #C1524D
Tints of Sunset #C1524D
RGB
CMYK
RGB Variations
Color information
#C1524D (or 0xC1524D) is known color: Sunset. HEX triplet: C1, 52 and 4D. RGB value is (193,82,77). Sum of RGB (Red+Green+Blue) = 193+82+77=352 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.83% from 352); Green value is 82 (32.42% from 255 or 23.30% from 352); Blue value is 77 (30.47% from 255 or 21.88% from 352); Max value from RGB is 193 - color contains mainly: red. Hex color #C1524D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1524D is #3EADB2. Grayscale: #727272. Windows color (decimal): -4107699 or 5067457. OLE color: 5067457.
HSL color Cylindrical-coordinate representation of color #C1524D: hue angle of 2.59º 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 #C1524D is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 82 | 77 | - |
| CMYK | 0 | 0.58 | 0.60 | 0.24 |
| HSL | 2.59º | 0.48% | 0.53% | - |
| HSV(B) | 2.59º | 0.6% | 0.76% | - |
| XYZ | 26.35 | 17.91 | 9.09 | - |
| YUV | 114.62 | 106.77 | 183.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 82 | 77 | 0 | 0.58 | 0.60 | 0.24 | 2.59 | 0.48 | 0.53 |
| Hex | C1 | 52 | 4D | 0 | 3A | 3C | 18 | 3 | 30 | 35 |
| Octal | 301 | 122 | 115 | 0 | 72 | 74 | 30 | 3 | 60 | 65 |
| Binary | 11000001 | 1010010 | 1001101 | 0 | 111010 | 111100 | 11000 | 11 | 110000 | 110101 |
Color Harmonies of #C1524D
Complementary color
Monochromatic Colors of #C1524D
Black with #C1524D
Text Example
Text Example
White with #C1524D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1524D; }
p { color: rgb(193,82,77); }
H1.HeaderClassName
{
color: #C1524D;
}
.AnyTagClassName
{
color: #C1524D;
}
</style>
background-color css
<style>
a { background-color: #C1524D; }
a { background-color: rgb(193,82,77); }
div.DivClassName
{
background-color: #C1524D;
}
.BgClassName
{
background-color: #C1524D;
}
</style>
border-color css
<style>
span { border-color: #C1524D; }
span { border-color: rgb(193,82,77); }
td.TdClassName
{
border-color: #C1524D;
}
.TagClassName
{
border-color: #C1524D;
}
</style>