Shades of Sunset #C1534E
Tints of Sunset #C1534E
RGB
CMYK
RGB Variations
Color information
#C1534E (or 0xC1534E) is known color: Sunset. HEX triplet: C1, 53 and 4E. RGB value is (193,83,78). Sum of RGB (Red+Green+Blue) = 193+83+78=354 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.52% from 354); Green value is 83 (32.81% from 255 or 23.45% from 354); Blue value is 78 (30.86% from 255 or 22.03% from 354); Max value from RGB is 193 - color contains mainly: red. Hex color #C1534E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1534E is #3EACB1. Grayscale: #737373. Windows color (decimal): -4107442 or 5133249. OLE color: 5133249.
HSL color Cylindrical-coordinate representation of color #C1534E: hue angle of 2.61º 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 #C1534E is Cyan = 0, Magento = 0.57, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 83 | 78 | - |
| CMYK | 0 | 0.57 | 0.60 | 0.24 |
| HSL | 2.61º | 0.48% | 0.53% | - |
| HSV(B) | 2.61º | 0.6% | 0.76% | - |
| XYZ | 26.46 | 18.07 | 9.3 | - |
| YUV | 115.32 | 106.94 | 183.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 83 | 78 | 0 | 0.57 | 0.60 | 0.24 | 2.61 | 0.48 | 0.53 |
| Hex | C1 | 53 | 4E | 0 | 39 | 3C | 18 | 3 | 30 | 35 |
| Octal | 301 | 123 | 116 | 0 | 71 | 74 | 30 | 3 | 60 | 65 |
| Binary | 11000001 | 1010011 | 1001110 | 0 | 111001 | 111100 | 11000 | 11 | 110000 | 110101 |
Color Harmonies of #C1534E
Complementary color
Monochromatic Colors of #C1534E
Black with #C1534E
Text Example
Text Example
White with #C1534E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1534E; }
p { color: rgb(193,83,78); }
H1.HeaderClassName
{
color: #C1534E;
}
.AnyTagClassName
{
color: #C1534E;
}
</style>
background-color css
<style>
a { background-color: #C1534E; }
a { background-color: rgb(193,83,78); }
div.DivClassName
{
background-color: #C1534E;
}
.BgClassName
{
background-color: #C1534E;
}
</style>
border-color css
<style>
span { border-color: #C1534E; }
span { border-color: rgb(193,83,78); }
td.TdClassName
{
border-color: #C1534E;
}
.TagClassName
{
border-color: #C1534E;
}
</style>