Shades of Sunset #C15448
Tints of Sunset #C15448
RGB
CMYK
RGB Variations
Color information
#C15448 (or 0xC15448) is known color: Sunset. HEX triplet: C1, 54 and 48. RGB value is (193,84,72). Sum of RGB (Red+Green+Blue) = 193+84+72=349 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.30% from 349); Green value is 84 (33.20% from 255 or 24.07% from 349); Blue value is 72 (28.52% from 255 or 20.63% from 349); Max value from RGB is 193 - color contains mainly: red. Hex color #C15448 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15448 is #3EABB7. Grayscale: #737373. Windows color (decimal): -4107192 or 4740289. OLE color: 4740289.
HSL color Cylindrical-coordinate representation of color #C15448: hue angle of 5.95º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C15448 is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 84 | 72 | - |
| CMYK | 0 | 0.56 | 0.63 | 0.24 |
| HSL | 5.95º | 0.49% | 0.52% | - |
| HSV(B) | 5.95º | 0.63% | 0.76% | - |
| XYZ | 26.33 | 18.15 | 8.25 | - |
| YUV | 115.22 | 103.61 | 183.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 84 | 72 | 0 | 0.56 | 0.63 | 0.24 | 5.95 | 0.49 | 0.52 |
| Hex | C1 | 54 | 48 | 0 | 38 | 3F | 18 | 6 | 31 | 34 |
| Octal | 301 | 124 | 110 | 0 | 70 | 77 | 30 | 6 | 61 | 64 |
| Binary | 11000001 | 1010100 | 1001000 | 0 | 111000 | 111111 | 11000 | 110 | 110001 | 110100 |
Color Harmonies of #C15448
Complementary color
Monochromatic Colors of #C15448
Black with #C15448
Text Example
Text Example
White with #C15448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15448; }
p { color: rgb(193,84,72); }
H1.HeaderClassName
{
color: #C15448;
}
.AnyTagClassName
{
color: #C15448;
}
</style>
background-color css
<style>
a { background-color: #C15448; }
a { background-color: rgb(193,84,72); }
div.DivClassName
{
background-color: #C15448;
}
.BgClassName
{
background-color: #C15448;
}
</style>
border-color css
<style>
span { border-color: #C15448; }
span { border-color: rgb(193,84,72); }
td.TdClassName
{
border-color: #C15448;
}
.TagClassName
{
border-color: #C15448;
}
</style>