Shades of Sunset #C14A43
Tints of Sunset #C14A43
RGB
CMYK
RGB Variations
Color information
#C14A43 (or 0xC14A43) is known color: Sunset. HEX triplet: C1, 4A and 43. RGB value is (193,74,67). Sum of RGB (Red+Green+Blue) = 193+74+67=334 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.78% from 334); Green value is 74 (29.30% from 255 or 22.16% from 334); Blue value is 67 (26.56% from 255 or 20.06% from 334); Max value from RGB is 193 - color contains mainly: red. Hex color #C14A43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14A43 is #3EB5BC. Grayscale: #6C6C6C. Windows color (decimal): -4109757 or 4410049. OLE color: 4410049.
HSL color Cylindrical-coordinate representation of color #C14A43: hue angle of 3.33º 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 #C14A43 is Cyan = 0, Magento = 0.62, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 74 | 67 | - |
| CMYK | 0 | 0.62 | 0.65 | 0.24 |
| HSL | 3.33º | 0.5% | 0.51% | - |
| HSV(B) | 3.33º | 0.65% | 0.76% | - |
| XYZ | 25.45 | 16.64 | 7.18 | - |
| YUV | 108.78 | 104.42 | 188.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 74 | 67 | 0 | 0.62 | 0.65 | 0.24 | 3.33 | 0.5 | 0.51 |
| Hex | C1 | 4A | 43 | 0 | 3E | 41 | 18 | 3 | 32 | 33 |
| Octal | 301 | 112 | 103 | 0 | 76 | 101 | 30 | 3 | 62 | 63 |
| Binary | 11000001 | 1001010 | 1000011 | 0 | 111110 | 1000001 | 11000 | 11 | 110010 | 110011 |
Color Harmonies of #C14A43
Complementary color
Monochromatic Colors of #C14A43
Black with #C14A43
Text Example
Text Example
White with #C14A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14A43; }
p { color: rgb(193,74,67); }
H1.HeaderClassName
{
color: #C14A43;
}
.AnyTagClassName
{
color: #C14A43;
}
</style>
background-color css
<style>
a { background-color: #C14A43; }
a { background-color: rgb(193,74,67); }
div.DivClassName
{
background-color: #C14A43;
}
.BgClassName
{
background-color: #C14A43;
}
</style>
border-color css
<style>
span { border-color: #C14A43; }
span { border-color: rgb(193,74,67); }
td.TdClassName
{
border-color: #C14A43;
}
.TagClassName
{
border-color: #C14A43;
}
</style>