Shades of Sunset #C15344
Tints of Sunset #C15344
RGB
CMYK
RGB Variations
Color information
#C15344 (or 0xC15344) is known color: Sunset. HEX triplet: C1, 53 and 44. RGB value is (193,83,68). Sum of RGB (Red+Green+Blue) = 193+83+68=344 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.10% from 344); Green value is 83 (32.81% from 255 or 24.13% from 344); Blue value is 68 (26.95% from 255 or 19.77% from 344); Max value from RGB is 193 - color contains mainly: red. Hex color #C15344 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15344 is #3EACBB. Grayscale: #727272. Windows color (decimal): -4107452 or 4477889. OLE color: 4477889.
HSL color Cylindrical-coordinate representation of color #C15344: hue angle of 7.2º 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 #C15344 is Cyan = 0, Magento = 0.57, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 83 | 68 | - |
| CMYK | 0 | 0.57 | 0.65 | 0.24 |
| HSL | 7.2º | 0.5% | 0.51% | - |
| HSV(B) | 7.2º | 0.65% | 0.76% | - |
| XYZ | 26.13 | 17.94 | 7.55 | - |
| YUV | 114.18 | 101.94 | 184.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 83 | 68 | 0 | 0.57 | 0.65 | 0.24 | 7.2 | 0.5 | 0.51 |
| Hex | C1 | 53 | 44 | 0 | 39 | 41 | 18 | 7 | 32 | 33 |
| Octal | 301 | 123 | 104 | 0 | 71 | 101 | 30 | 7 | 62 | 63 |
| Binary | 11000001 | 1010011 | 1000100 | 0 | 111001 | 1000001 | 11000 | 111 | 110010 | 110011 |
Color Harmonies of #C15344
Complementary color
Monochromatic Colors of #C15344
Black with #C15344
Text Example
Text Example
White with #C15344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15344; }
p { color: rgb(193,83,68); }
H1.HeaderClassName
{
color: #C15344;
}
.AnyTagClassName
{
color: #C15344;
}
</style>
background-color css
<style>
a { background-color: #C15344; }
a { background-color: rgb(193,83,68); }
div.DivClassName
{
background-color: #C15344;
}
.BgClassName
{
background-color: #C15344;
}
</style>
border-color css
<style>
span { border-color: #C15344; }
span { border-color: rgb(193,83,68); }
td.TdClassName
{
border-color: #C15344;
}
.TagClassName
{
border-color: #C15344;
}
</style>