Shades of Sunset #C14F44
Tints of Sunset #C14F44
RGB
CMYK
RGB Variations
Color information
#C14F44 (or 0xC14F44) is known color: Sunset. HEX triplet: C1, 4F and 44. RGB value is (193,79,68). Sum of RGB (Red+Green+Blue) = 193+79+68=340 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.76% from 340); Green value is 79 (31.25% from 255 or 23.24% from 340); Blue value is 68 (26.95% from 255 or 20% from 340); Max value from RGB is 193 - color contains mainly: red. Hex color #C14F44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C14F44 is #3EB0BB. Grayscale: #6F6F6F. Windows color (decimal): -4108476 or 4476865. OLE color: 4476865.
HSL color Cylindrical-coordinate representation of color #C14F44: hue angle of 5.28º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C14F44 is Cyan = 0, Magento = 0.59, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 79 | 68 | - |
| CMYK | 0 | 0.59 | 0.65 | 0.24 |
| HSL | 5.28º | 0.5% | 0.51% | - |
| HSV(B) | 5.28º | 0.65% | 0.76% | - |
| XYZ | 25.83 | 17.35 | 7.46 | - |
| YUV | 111.83 | 103.27 | 185.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 79 | 68 | 0 | 0.59 | 0.65 | 0.24 | 5.28 | 0.5 | 0.51 |
| Hex | C1 | 4F | 44 | 0 | 3B | 41 | 18 | 5 | 32 | 33 |
| Octal | 301 | 117 | 104 | 0 | 73 | 101 | 30 | 5 | 62 | 63 |
| Binary | 11000001 | 1001111 | 1000100 | 0 | 111011 | 1000001 | 11000 | 101 | 110010 | 110011 |
Color Harmonies of #C14F44
Complementary color
Monochromatic Colors of #C14F44
Black with #C14F44
Text Example
Text Example
White with #C14F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14F44; }
p { color: rgb(193,79,68); }
H1.HeaderClassName
{
color: #C14F44;
}
.AnyTagClassName
{
color: #C14F44;
}
</style>
background-color css
<style>
a { background-color: #C14F44; }
a { background-color: rgb(193,79,68); }
div.DivClassName
{
background-color: #C14F44;
}
.BgClassName
{
background-color: #C14F44;
}
</style>
border-color css
<style>
span { border-color: #C14F44; }
span { border-color: rgb(193,79,68); }
td.TdClassName
{
border-color: #C14F44;
}
.TagClassName
{
border-color: #C14F44;
}
</style>