Shades of Sunset #C95047
Tints of Sunset #C95047
RGB
CMYK
RGB Variations
Color information
#C95047 (or 0xC95047) is known color: Sunset. HEX triplet: C9, 50 and 47. RGB value is (201,80,71). Sum of RGB (Red+Green+Blue) = 201+80+71=352 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.10% from 352); Green value is 80 (31.64% from 255 or 22.73% from 352); Blue value is 71 (28.12% from 255 or 20.17% from 352); Max value from RGB is 201 - color contains mainly: red. Hex color #C95047 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95047 is #36AFB8. Grayscale: #737373. Windows color (decimal): -3583929 or 4673737. OLE color: 4673737.
HSL color Cylindrical-coordinate representation of color #C95047: hue angle of 4.15º 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 #C95047 is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 80 | 71 | - |
| CMYK | 0 | 0.60 | 0.65 | 0.21 |
| HSL | 4.15º | 0.55% | 0.53% | - |
| HSV(B) | 4.15º | 0.65% | 0.79% | - |
| XYZ | 28.09 | 18.61 | 8.07 | - |
| YUV | 115.15 | 103.09 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 80 | 71 | 0 | 0.60 | 0.65 | 0.21 | 4.15 | 0.55 | 0.53 |
| Hex | C9 | 50 | 47 | 0 | 3C | 41 | 15 | 4 | 37 | 35 |
| Octal | 311 | 120 | 107 | 0 | 74 | 101 | 25 | 4 | 67 | 65 |
| Binary | 11001001 | 1010000 | 1000111 | 0 | 111100 | 1000001 | 10101 | 100 | 110111 | 110101 |
Color Harmonies of #C95047
Complementary color
Monochromatic Colors of #C95047
Black with #C95047
Text Example
Text Example
White with #C95047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95047; }
p { color: rgb(201,80,71); }
H1.HeaderClassName
{
color: #C95047;
}
.AnyTagClassName
{
color: #C95047;
}
</style>
background-color css
<style>
a { background-color: #C95047; }
a { background-color: rgb(201,80,71); }
div.DivClassName
{
background-color: #C95047;
}
.BgClassName
{
background-color: #C95047;
}
</style>
border-color css
<style>
span { border-color: #C95047; }
span { border-color: rgb(201,80,71); }
td.TdClassName
{
border-color: #C95047;
}
.TagClassName
{
border-color: #C95047;
}
</style>