Shades of Sunset #C14C42
Tints of Sunset #C14C42
RGB
CMYK
RGB Variations
Color information
#C14C42 (or 0xC14C42) is known color: Sunset. HEX triplet: C1, 4C and 42. RGB value is (193,76,66). Sum of RGB (Red+Green+Blue) = 193+76+66=335 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.61% from 335); Green value is 76 (30.08% from 255 or 22.69% from 335); Blue value is 66 (26.17% from 255 or 19.70% from 335); Max value from RGB is 193 - color contains mainly: red. Hex color #C14C42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14C42 is #3EB3BD. Grayscale: #6E6E6E. Windows color (decimal): -4109246 or 4345025. OLE color: 4345025.
HSL color Cylindrical-coordinate representation of color #C14C42: hue angle of 4.72º 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 #C14C42 is Cyan = 0, Magento = 0.61, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 76 | 66 | - |
| CMYK | 0 | 0.61 | 0.66 | 0.24 |
| HSL | 4.72º | 0.51% | 0.51% | - |
| HSV(B) | 4.72º | 0.66% | 0.76% | - |
| XYZ | 25.56 | 16.9 | 7.07 | - |
| YUV | 109.84 | 103.26 | 187.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 76 | 66 | 0 | 0.61 | 0.66 | 0.24 | 4.72 | 0.51 | 0.51 |
| Hex | C1 | 4C | 42 | 0 | 3D | 42 | 18 | 5 | 33 | 33 |
| Octal | 301 | 114 | 102 | 0 | 75 | 102 | 30 | 5 | 63 | 63 |
| Binary | 11000001 | 1001100 | 1000010 | 0 | 111101 | 1000010 | 11000 | 101 | 110011 | 110011 |
Color Harmonies of #C14C42
Complementary color
Monochromatic Colors of #C14C42
Black with #C14C42
Text Example
Text Example
White with #C14C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14C42; }
p { color: rgb(193,76,66); }
H1.HeaderClassName
{
color: #C14C42;
}
.AnyTagClassName
{
color: #C14C42;
}
</style>
background-color css
<style>
a { background-color: #C14C42; }
a { background-color: rgb(193,76,66); }
div.DivClassName
{
background-color: #C14C42;
}
.BgClassName
{
background-color: #C14C42;
}
</style>
border-color css
<style>
span { border-color: #C14C42; }
span { border-color: rgb(193,76,66); }
td.TdClassName
{
border-color: #C14C42;
}
.TagClassName
{
border-color: #C14C42;
}
</style>