Shades of Sunset #C95145
Tints of Sunset #C95145
RGB
CMYK
RGB Variations
Color information
#C95145 (or 0xC95145) is known color: Sunset. HEX triplet: C9, 51 and 45. RGB value is (201,81,69). Sum of RGB (Red+Green+Blue) = 201+81+69=351 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.26% from 351); Green value is 81 (32.03% from 255 or 23.08% from 351); Blue value is 69 (27.34% from 255 or 19.66% from 351); Max value from RGB is 201 - color contains mainly: red. Hex color #C95145 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95145 is #36AEBA. Grayscale: #737373. Windows color (decimal): -3583675 or 4542921. OLE color: 4542921.
HSL color Cylindrical-coordinate representation of color #C95145: hue angle of 5.45º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C95145 is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 81 | 69 | - |
| CMYK | 0 | 0.60 | 0.66 | 0.21 |
| HSL | 5.45º | 0.55% | 0.53% | - |
| HSV(B) | 5.45º | 0.66% | 0.79% | - |
| XYZ | 28.1 | 18.73 | 7.76 | - |
| YUV | 115.51 | 101.76 | 188.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 81 | 69 | 0 | 0.60 | 0.66 | 0.21 | 5.45 | 0.55 | 0.53 |
| Hex | C9 | 51 | 45 | 0 | 3C | 42 | 15 | 5 | 37 | 35 |
| Octal | 311 | 121 | 105 | 0 | 74 | 102 | 25 | 5 | 67 | 65 |
| Binary | 11001001 | 1010001 | 1000101 | 0 | 111100 | 1000010 | 10101 | 101 | 110111 | 110101 |
Color Harmonies of #C95145
Complementary color
Monochromatic Colors of #C95145
Black with #C95145
Text Example
Text Example
White with #C95145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95145; }
p { color: rgb(201,81,69); }
H1.HeaderClassName
{
color: #C95145;
}
.AnyTagClassName
{
color: #C95145;
}
</style>
background-color css
<style>
a { background-color: #C95145; }
a { background-color: rgb(201,81,69); }
div.DivClassName
{
background-color: #C95145;
}
.BgClassName
{
background-color: #C95145;
}
</style>
border-color css
<style>
span { border-color: #C95145; }
span { border-color: rgb(201,81,69); }
td.TdClassName
{
border-color: #C95145;
}
.TagClassName
{
border-color: #C95145;
}
</style>