Shades of Sunset #C1544A
Tints of Sunset #C1544A
RGB
CMYK
RGB Variations
Color information
#C1544A (or 0xC1544A) is known color: Sunset. HEX triplet: C1, 54 and 4A. RGB value is (193,84,74). Sum of RGB (Red+Green+Blue) = 193+84+74=351 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.99% from 351); Green value is 84 (33.20% from 255 or 23.93% from 351); Blue value is 74 (29.30% from 255 or 21.08% from 351); Max value from RGB is 193 - color contains mainly: red. Hex color #C1544A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1544A is #3EABB5. Grayscale: #737373. Windows color (decimal): -4107190 or 4871361. OLE color: 4871361.
HSL color Cylindrical-coordinate representation of color #C1544A: hue angle of 5.04º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C1544A is Cyan = 0, Magento = 0.56, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 84 | 74 | - |
| CMYK | 0 | 0.56 | 0.62 | 0.24 |
| HSL | 5.04º | 0.49% | 0.52% | - |
| HSV(B) | 5.04º | 0.62% | 0.76% | - |
| XYZ | 26.4 | 18.17 | 8.59 | - |
| YUV | 115.45 | 104.61 | 183.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 84 | 74 | 0 | 0.56 | 0.62 | 0.24 | 5.04 | 0.49 | 0.52 |
| Hex | C1 | 54 | 4A | 0 | 38 | 3E | 18 | 5 | 31 | 34 |
| Octal | 301 | 124 | 112 | 0 | 70 | 76 | 30 | 5 | 61 | 64 |
| Binary | 11000001 | 1010100 | 1001010 | 0 | 111000 | 111110 | 11000 | 101 | 110001 | 110100 |
Color Harmonies of #C1544A
Complementary color
Monochromatic Colors of #C1544A
Black with #C1544A
Text Example
Text Example
White with #C1544A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1544A; }
p { color: rgb(193,84,74); }
H1.HeaderClassName
{
color: #C1544A;
}
.AnyTagClassName
{
color: #C1544A;
}
</style>
background-color css
<style>
a { background-color: #C1544A; }
a { background-color: rgb(193,84,74); }
div.DivClassName
{
background-color: #C1544A;
}
.BgClassName
{
background-color: #C1544A;
}
</style>
border-color css
<style>
span { border-color: #C1544A; }
span { border-color: rgb(193,84,74); }
td.TdClassName
{
border-color: #C1544A;
}
.TagClassName
{
border-color: #C1544A;
}
</style>