Shades of Sunset #C95046
Tints of Sunset #C95046
RGB
CMYK
RGB Variations
Color information
#C95046 (or 0xC95046) is known color: Sunset. HEX triplet: C9, 50 and 46. RGB value is (201,80,70). Sum of RGB (Red+Green+Blue) = 201+80+70=351 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.26% from 351); Green value is 80 (31.64% from 255 or 22.79% from 351); Blue value is 70 (27.73% from 255 or 19.94% from 351); Max value from RGB is 201 - color contains mainly: red. Hex color #C95046 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95046 is #36AFB9. Grayscale: #737373. Windows color (decimal): -3583930 or 4608201. OLE color: 4608201.
HSL color Cylindrical-coordinate representation of color #C95046: hue angle of 4.58º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C95046 is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 80 | 70 | - |
| CMYK | 0 | 0.60 | 0.65 | 0.21 |
| HSL | 4.58º | 0.55% | 0.53% | - |
| HSV(B) | 4.58º | 0.65% | 0.79% | - |
| XYZ | 28.06 | 18.6 | 7.9 | - |
| YUV | 115.04 | 102.59 | 189.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 80 | 70 | 0 | 0.60 | 0.65 | 0.21 | 4.58 | 0.55 | 0.53 |
| Hex | C9 | 50 | 46 | 0 | 3C | 41 | 15 | 5 | 37 | 35 |
| Octal | 311 | 120 | 106 | 0 | 74 | 101 | 25 | 5 | 67 | 65 |
| Binary | 11001001 | 1010000 | 1000110 | 0 | 111100 | 1000001 | 10101 | 101 | 110111 | 110101 |
Color Harmonies of #C95046
Complementary color
Monochromatic Colors of #C95046
Black with #C95046
Text Example
Text Example
White with #C95046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95046; }
p { color: rgb(201,80,70); }
H1.HeaderClassName
{
color: #C95046;
}
.AnyTagClassName
{
color: #C95046;
}
</style>
background-color css
<style>
a { background-color: #C95046; }
a { background-color: rgb(201,80,70); }
div.DivClassName
{
background-color: #C95046;
}
.BgClassName
{
background-color: #C95046;
}
</style>
border-color css
<style>
span { border-color: #C95046; }
span { border-color: rgb(201,80,70); }
td.TdClassName
{
border-color: #C95046;
}
.TagClassName
{
border-color: #C95046;
}
</style>