Shades of Sunset #C1534F
Tints of Sunset #C1534F
RGB
CMYK
RGB Variations
Color information
#C1534F (or 0xC1534F) is known color: Sunset. HEX triplet: C1, 53 and 4F. RGB value is (193,83,79). Sum of RGB (Red+Green+Blue) = 193+83+79=355 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.37% from 355); Green value is 83 (32.81% from 255 or 23.38% from 355); Blue value is 79 (31.25% from 255 or 22.25% from 355); Max value from RGB is 193 - color contains mainly: red. Hex color #C1534F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1534F is #3EACB0. Grayscale: #737373. Windows color (decimal): -4107441 or 5198785. OLE color: 5198785.
HSL color Cylindrical-coordinate representation of color #C1534F: hue angle of 2.11º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C1534F is Cyan = 0, Magento = 0.57, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 83 | 79 | - |
| CMYK | 0 | 0.57 | 0.59 | 0.24 |
| HSL | 2.11º | 0.48% | 0.53% | - |
| HSV(B) | 2.11º | 0.59% | 0.76% | - |
| XYZ | 26.5 | 18.09 | 9.49 | - |
| YUV | 115.43 | 107.44 | 183.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 83 | 79 | 0 | 0.57 | 0.59 | 0.24 | 2.11 | 0.48 | 0.53 |
| Hex | C1 | 53 | 4F | 0 | 39 | 3B | 18 | 2 | 30 | 35 |
| Octal | 301 | 123 | 117 | 0 | 71 | 73 | 30 | 2 | 60 | 65 |
| Binary | 11000001 | 1010011 | 1001111 | 0 | 111001 | 111011 | 11000 | 10 | 110000 | 110101 |
Color Harmonies of #C1534F
Complementary color
Monochromatic Colors of #C1534F
Black with #C1534F
Text Example
Text Example
White with #C1534F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1534F; }
p { color: rgb(193,83,79); }
H1.HeaderClassName
{
color: #C1534F;
}
.AnyTagClassName
{
color: #C1534F;
}
</style>
background-color css
<style>
a { background-color: #C1534F; }
a { background-color: rgb(193,83,79); }
div.DivClassName
{
background-color: #C1534F;
}
.BgClassName
{
background-color: #C1534F;
}
</style>
border-color css
<style>
span { border-color: #C1534F; }
span { border-color: rgb(193,83,79); }
td.TdClassName
{
border-color: #C1534F;
}
.TagClassName
{
border-color: #C1534F;
}
</style>