Shades of Sunset #C14C44
Tints of Sunset #C14C44
RGB
CMYK
RGB Variations
Color information
#C14C44 (or 0xC14C44) is known color: Sunset. HEX triplet: C1, 4C and 44. RGB value is (193,76,68). Sum of RGB (Red+Green+Blue) = 193+76+68=337 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.27% from 337); Green value is 76 (30.08% from 255 or 22.55% from 337); Blue value is 68 (26.95% from 255 or 20.18% from 337); Max value from RGB is 193 - color contains mainly: red. Hex color #C14C44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14C44 is #3EB3BB. Grayscale: #6E6E6E. Windows color (decimal): -4109244 or 4476097. OLE color: 4476097.
HSL color Cylindrical-coordinate representation of color #C14C44: hue angle of 3.84º 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 #C14C44 is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 76 | 68 | - |
| CMYK | 0 | 0.61 | 0.65 | 0.24 |
| HSL | 3.84º | 0.5% | 0.51% | - |
| HSV(B) | 3.84º | 0.65% | 0.76% | - |
| XYZ | 25.62 | 16.92 | 7.39 | - |
| YUV | 110.07 | 104.26 | 187.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 76 | 68 | 0 | 0.61 | 0.65 | 0.24 | 3.84 | 0.5 | 0.51 |
| Hex | C1 | 4C | 44 | 0 | 3D | 41 | 18 | 4 | 32 | 33 |
| Octal | 301 | 114 | 104 | 0 | 75 | 101 | 30 | 4 | 62 | 63 |
| Binary | 11000001 | 1001100 | 1000100 | 0 | 111101 | 1000001 | 11000 | 100 | 110010 | 110011 |
Color Harmonies of #C14C44
Complementary color
Monochromatic Colors of #C14C44
Black with #C14C44
Text Example
Text Example
White with #C14C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14C44; }
p { color: rgb(193,76,68); }
H1.HeaderClassName
{
color: #C14C44;
}
.AnyTagClassName
{
color: #C14C44;
}
</style>
background-color css
<style>
a { background-color: #C14C44; }
a { background-color: rgb(193,76,68); }
div.DivClassName
{
background-color: #C14C44;
}
.BgClassName
{
background-color: #C14C44;
}
</style>
border-color css
<style>
span { border-color: #C14C44; }
span { border-color: rgb(193,76,68); }
td.TdClassName
{
border-color: #C14C44;
}
.TagClassName
{
border-color: #C14C44;
}
</style>