Shades of Sunset #C14C46
Tints of Sunset #C14C46
RGB
CMYK
RGB Variations
Color information
#C14C46 (or 0xC14C46) is known color: Sunset. HEX triplet: C1, 4C and 46. RGB value is (193,76,70). Sum of RGB (Red+Green+Blue) = 193+76+70=339 (44% of max value = 765). Red value is 193 (75.78% from 255 or 56.93% from 339); Green value is 76 (30.08% from 255 or 22.42% from 339); Blue value is 70 (27.73% from 255 or 20.65% from 339); Max value from RGB is 193 - color contains mainly: red. Hex color #C14C46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14C46 is #3EB3B9. Grayscale: #6E6E6E. Windows color (decimal): -4109242 or 4607169. OLE color: 4607169.
HSL color Cylindrical-coordinate representation of color #C14C46: hue angle of 2.93º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C14C46 is Cyan = 0, Magento = 0.61, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 76 | 70 | - |
| CMYK | 0 | 0.61 | 0.64 | 0.24 |
| HSL | 2.93º | 0.5% | 0.52% | - |
| HSV(B) | 2.93º | 0.64% | 0.76% | - |
| XYZ | 25.68 | 16.95 | 7.71 | - |
| YUV | 110.3 | 105.26 | 186.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 76 | 70 | 0 | 0.61 | 0.64 | 0.24 | 2.93 | 0.5 | 0.52 |
| Hex | C1 | 4C | 46 | 0 | 3D | 40 | 18 | 3 | 32 | 34 |
| Octal | 301 | 114 | 106 | 0 | 75 | 100 | 30 | 3 | 62 | 64 |
| Binary | 11000001 | 1001100 | 1000110 | 0 | 111101 | 1000000 | 11000 | 11 | 110010 | 110100 |
Color Harmonies of #C14C46
Complementary color
Monochromatic Colors of #C14C46
Black with #C14C46
Text Example
Text Example
White with #C14C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14C46; }
p { color: rgb(193,76,70); }
H1.HeaderClassName
{
color: #C14C46;
}
.AnyTagClassName
{
color: #C14C46;
}
</style>
background-color css
<style>
a { background-color: #C14C46; }
a { background-color: rgb(193,76,70); }
div.DivClassName
{
background-color: #C14C46;
}
.BgClassName
{
background-color: #C14C46;
}
</style>
border-color css
<style>
span { border-color: #C14C46; }
span { border-color: rgb(193,76,70); }
td.TdClassName
{
border-color: #C14C46;
}
.TagClassName
{
border-color: #C14C46;
}
</style>