Shades of Sunset #C1504F
Tints of Sunset #C1504F
RGB
CMYK
RGB Variations
Color information
#C1504F (or 0xC1504F) is known color: Sunset. HEX triplet: C1, 50 and 4F. RGB value is (193,80,79). Sum of RGB (Red+Green+Blue) = 193+80+79=352 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.83% from 352); Green value is 80 (31.64% from 255 or 22.73% from 352); Blue value is 79 (31.25% from 255 or 22.44% from 352); Max value from RGB is 193 - color contains mainly: red. Hex color #C1504F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1504F is #3EAFB0. Grayscale: #717171. Windows color (decimal): -4108209 or 5198017. OLE color: 5198017.
HSL color Cylindrical-coordinate representation of color #C1504F: hue angle of 0.53º 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 #C1504F is Cyan = 0, Magento = 0.59, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 80 | 79 | - |
| CMYK | 0 | 0.59 | 0.59 | 0.24 |
| HSL | 0.53º | 0.48% | 0.53% | - |
| HSV(B) | 0.53º | 0.59% | 0.76% | - |
| XYZ | 26.27 | 17.64 | 9.42 | - |
| YUV | 113.67 | 108.44 | 184.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 80 | 79 | 0 | 0.59 | 0.59 | 0.24 | 0.53 | 0.48 | 0.53 |
| Hex | C1 | 50 | 4F | 0 | 3B | 3B | 18 | 1 | 30 | 35 |
| Octal | 301 | 120 | 117 | 0 | 73 | 73 | 30 | 1 | 60 | 65 |
| Binary | 11000001 | 1010000 | 1001111 | 0 | 111011 | 111011 | 11000 | 1 | 110000 | 110101 |
Color Harmonies of #C1504F
Complementary color
Monochromatic Colors of #C1504F
Black with #C1504F
Text Example
Text Example
White with #C1504F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1504F; }
p { color: rgb(193,80,79); }
H1.HeaderClassName
{
color: #C1504F;
}
.AnyTagClassName
{
color: #C1504F;
}
</style>
background-color css
<style>
a { background-color: #C1504F; }
a { background-color: rgb(193,80,79); }
div.DivClassName
{
background-color: #C1504F;
}
.BgClassName
{
background-color: #C1504F;
}
</style>
border-color css
<style>
span { border-color: #C1504F; }
span { border-color: rgb(193,80,79); }
td.TdClassName
{
border-color: #C1504F;
}
.TagClassName
{
border-color: #C1504F;
}
</style>