Shades of Sunset #C14F47
Tints of Sunset #C14F47
RGB
CMYK
RGB Variations
Color information
#C14F47 (or 0xC14F47) is known color: Sunset. HEX triplet: C1, 4F and 47. RGB value is (193,79,71). Sum of RGB (Red+Green+Blue) = 193+79+71=343 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.27% from 343); Green value is 79 (31.25% from 255 or 23.03% from 343); Blue value is 71 (28.12% from 255 or 20.70% from 343); Max value from RGB is 193 - color contains mainly: red. Hex color #C14F47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C14F47 is #3EB0B8. Grayscale: #707070. Windows color (decimal): -4108473 or 4673473. OLE color: 4673473.
HSL color Cylindrical-coordinate representation of color #C14F47: hue angle of 3.93º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C14F47 is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 79 | 71 | - |
| CMYK | 0 | 0.59 | 0.63 | 0.24 |
| HSL | 3.93º | 0.5% | 0.52% | - |
| HSV(B) | 3.93º | 0.63% | 0.76% | - |
| XYZ | 25.93 | 17.38 | 7.95 | - |
| YUV | 112.17 | 104.77 | 185.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 79 | 71 | 0 | 0.59 | 0.63 | 0.24 | 3.93 | 0.5 | 0.52 |
| Hex | C1 | 4F | 47 | 0 | 3B | 3F | 18 | 4 | 32 | 34 |
| Octal | 301 | 117 | 107 | 0 | 73 | 77 | 30 | 4 | 62 | 64 |
| Binary | 11000001 | 1001111 | 1000111 | 0 | 111011 | 111111 | 11000 | 100 | 110010 | 110100 |
Color Harmonies of #C14F47
Complementary color
Monochromatic Colors of #C14F47
Black with #C14F47
Text Example
Text Example
White with #C14F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14F47; }
p { color: rgb(193,79,71); }
H1.HeaderClassName
{
color: #C14F47;
}
.AnyTagClassName
{
color: #C14F47;
}
</style>
background-color css
<style>
a { background-color: #C14F47; }
a { background-color: rgb(193,79,71); }
div.DivClassName
{
background-color: #C14F47;
}
.BgClassName
{
background-color: #C14F47;
}
</style>
border-color css
<style>
span { border-color: #C14F47; }
span { border-color: rgb(193,79,71); }
td.TdClassName
{
border-color: #C14F47;
}
.TagClassName
{
border-color: #C14F47;
}
</style>