Shades of Sunset #C94846
Tints of Sunset #C94846
RGB
CMYK
RGB Variations
Color information
#C94846 (or 0xC94846) is known color: Sunset. HEX triplet: C9, 48 and 46. RGB value is (201,72,70). Sum of RGB (Red+Green+Blue) = 201+72+70=343 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.60% from 343); Green value is 72 (28.52% from 255 or 20.99% from 343); Blue value is 70 (27.73% from 255 or 20.41% from 343); Max value from RGB is 201 - color contains mainly: red. Hex color #C94846 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94846 is #36B7B9. Grayscale: #6E6E6E. Windows color (decimal): -3585978 or 4606153. OLE color: 4606153.
HSL color Cylindrical-coordinate representation of color #C94846: hue angle of 0.92º 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 #C94846 is Cyan = 0, Magento = 0.64, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 72 | 70 | - |
| CMYK | 0 | 0.64 | 0.65 | 0.21 |
| HSL | 0.92º | 0.55% | 0.53% | - |
| HSV(B) | 0.92º | 0.65% | 0.79% | - |
| XYZ | 27.51 | 17.49 | 7.72 | - |
| YUV | 110.34 | 105.24 | 192.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 72 | 70 | 0 | 0.64 | 0.65 | 0.21 | 0.92 | 0.55 | 0.53 |
| Hex | C9 | 48 | 46 | 0 | 40 | 41 | 15 | 1 | 37 | 35 |
| Octal | 311 | 110 | 106 | 0 | 100 | 101 | 25 | 1 | 67 | 65 |
| Binary | 11001001 | 1001000 | 1000110 | 0 | 1000000 | 1000001 | 10101 | 1 | 110111 | 110101 |
Color Harmonies of #C94846
Complementary color
Monochromatic Colors of #C94846
Black with #C94846
Text Example
Text Example
White with #C94846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94846; }
p { color: rgb(201,72,70); }
H1.HeaderClassName
{
color: #C94846;
}
.AnyTagClassName
{
color: #C94846;
}
</style>
background-color css
<style>
a { background-color: #C94846; }
a { background-color: rgb(201,72,70); }
div.DivClassName
{
background-color: #C94846;
}
.BgClassName
{
background-color: #C94846;
}
</style>
border-color css
<style>
span { border-color: #C94846; }
span { border-color: rgb(201,72,70); }
td.TdClassName
{
border-color: #C94846;
}
.TagClassName
{
border-color: #C94846;
}
</style>