Shades of Sunset #C14F42
Tints of Sunset #C14F42
RGB
CMYK
RGB Variations
Color information
#C14F42 (or 0xC14F42) is known color: Sunset. HEX triplet: C1, 4F and 42. RGB value is (193,79,66). Sum of RGB (Red+Green+Blue) = 193+79+66=338 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.10% from 338); Green value is 79 (31.25% from 255 or 23.37% from 338); Blue value is 66 (26.17% from 255 or 19.53% from 338); Max value from RGB is 193 - color contains mainly: red. Hex color #C14F42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C14F42 is #3EB0BD. Grayscale: #6F6F6F. Windows color (decimal): -4108478 or 4345793. OLE color: 4345793.
HSL color Cylindrical-coordinate representation of color #C14F42: hue angle of 6.14º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C14F42 is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 79 | 66 | - |
| CMYK | 0 | 0.59 | 0.66 | 0.24 |
| HSL | 6.14º | 0.51% | 0.51% | - |
| HSV(B) | 6.14º | 0.66% | 0.76% | - |
| XYZ | 25.77 | 17.32 | 7.14 | - |
| YUV | 111.6 | 102.27 | 186.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 79 | 66 | 0 | 0.59 | 0.66 | 0.24 | 6.14 | 0.51 | 0.51 |
| Hex | C1 | 4F | 42 | 0 | 3B | 42 | 18 | 6 | 33 | 33 |
| Octal | 301 | 117 | 102 | 0 | 73 | 102 | 30 | 6 | 63 | 63 |
| Binary | 11000001 | 1001111 | 1000010 | 0 | 111011 | 1000010 | 11000 | 110 | 110011 | 110011 |
Color Harmonies of #C14F42
Complementary color
Monochromatic Colors of #C14F42
Black with #C14F42
Text Example
Text Example
White with #C14F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14F42; }
p { color: rgb(193,79,66); }
H1.HeaderClassName
{
color: #C14F42;
}
.AnyTagClassName
{
color: #C14F42;
}
</style>
background-color css
<style>
a { background-color: #C14F42; }
a { background-color: rgb(193,79,66); }
div.DivClassName
{
background-color: #C14F42;
}
.BgClassName
{
background-color: #C14F42;
}
</style>
border-color css
<style>
span { border-color: #C14F42; }
span { border-color: rgb(193,79,66); }
td.TdClassName
{
border-color: #C14F42;
}
.TagClassName
{
border-color: #C14F42;
}
</style>