Shades of Sunset #C55648
Tints of Sunset #C55648
RGB
CMYK
RGB Variations
Color information
#C55648 (or 0xC55648) is known color: Sunset. HEX triplet: C5, 56 and 48. RGB value is (197,86,72). Sum of RGB (Red+Green+Blue) = 197+86+72=355 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.49% from 355); Green value is 86 (33.98% from 255 or 24.23% from 355); Blue value is 72 (28.52% from 255 or 20.28% from 355); Max value from RGB is 197 - color contains mainly: red. Hex color #C55648 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55648 is #3AA9B7. Grayscale: #757575. Windows color (decimal): -3844536 or 4740805. OLE color: 4740805.
HSL color Cylindrical-coordinate representation of color #C55648: hue angle of 6.72º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C55648 is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 86 | 72 | - |
| CMYK | 0 | 0.56 | 0.63 | 0.23 |
| HSL | 6.72º | 0.52% | 0.53% | - |
| HSV(B) | 6.72º | 0.63% | 0.77% | - |
| XYZ | 27.52 | 18.99 | 8.35 | - |
| YUV | 117.59 | 102.27 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 86 | 72 | 0 | 0.56 | 0.63 | 0.23 | 6.72 | 0.52 | 0.53 |
| Hex | C5 | 56 | 48 | 0 | 38 | 3F | 17 | 7 | 34 | 35 |
| Octal | 305 | 126 | 110 | 0 | 70 | 77 | 27 | 7 | 64 | 65 |
| Binary | 11000101 | 1010110 | 1001000 | 0 | 111000 | 111111 | 10111 | 111 | 110100 | 110101 |
Color Harmonies of #C55648
Complementary color
Monochromatic Colors of #C55648
Black with #C55648
Text Example
Text Example
White with #C55648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55648; }
p { color: rgb(197,86,72); }
H1.HeaderClassName
{
color: #C55648;
}
.AnyTagClassName
{
color: #C55648;
}
</style>
background-color css
<style>
a { background-color: #C55648; }
a { background-color: rgb(197,86,72); }
div.DivClassName
{
background-color: #C55648;
}
.BgClassName
{
background-color: #C55648;
}
</style>
border-color css
<style>
span { border-color: #C55648; }
span { border-color: rgb(197,86,72); }
td.TdClassName
{
border-color: #C55648;
}
.TagClassName
{
border-color: #C55648;
}
</style>