Shades of Sunset #C95449
Tints of Sunset #C95449
RGB
CMYK
RGB Variations
Color information
#C95449 (or 0xC95449) is known color: Sunset. HEX triplet: C9, 54 and 49. RGB value is (201,84,73). Sum of RGB (Red+Green+Blue) = 201+84+73=358 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.15% from 358); Green value is 84 (33.20% from 255 or 23.46% from 358); Blue value is 73 (28.91% from 255 or 20.39% from 358); Max value from RGB is 201 - color contains mainly: red. Hex color #C95449 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95449 is #36ABB6. Grayscale: #757575. Windows color (decimal): -3582903 or 4805833. OLE color: 4805833.
HSL color Cylindrical-coordinate representation of color #C95449: hue angle of 5.16º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C95449 is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 84 | 73 | - |
| CMYK | 0 | 0.58 | 0.64 | 0.21 |
| HSL | 5.16º | 0.54% | 0.54% | - |
| HSV(B) | 5.16º | 0.64% | 0.79% | - |
| XYZ | 28.46 | 19.24 | 8.52 | - |
| YUV | 117.73 | 102.76 | 187.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 84 | 73 | 0 | 0.58 | 0.64 | 0.21 | 5.16 | 0.54 | 0.54 |
| Hex | C9 | 54 | 49 | 0 | 3A | 40 | 15 | 5 | 36 | 36 |
| Octal | 311 | 124 | 111 | 0 | 72 | 100 | 25 | 5 | 66 | 66 |
| Binary | 11001001 | 1010100 | 1001001 | 0 | 111010 | 1000000 | 10101 | 101 | 110110 | 110110 |
Color Harmonies of #C95449
Complementary color
Monochromatic Colors of #C95449
Black with #C95449
Text Example
Text Example
White with #C95449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95449; }
p { color: rgb(201,84,73); }
H1.HeaderClassName
{
color: #C95449;
}
.AnyTagClassName
{
color: #C95449;
}
</style>
background-color css
<style>
a { background-color: #C95449; }
a { background-color: rgb(201,84,73); }
div.DivClassName
{
background-color: #C95449;
}
.BgClassName
{
background-color: #C95449;
}
</style>
border-color css
<style>
span { border-color: #C95449; }
span { border-color: rgb(201,84,73); }
td.TdClassName
{
border-color: #C95449;
}
.TagClassName
{
border-color: #C95449;
}
</style>