Shades of Sunset #C95149
Tints of Sunset #C95149
RGB
CMYK
RGB Variations
Color information
#C95149 (or 0xC95149) is known color: Sunset. HEX triplet: C9, 51 and 49. RGB value is (201,81,73). Sum of RGB (Red+Green+Blue) = 201+81+73=355 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.62% from 355); Green value is 81 (32.03% from 255 or 22.82% from 355); Blue value is 73 (28.91% from 255 or 20.56% from 355); Max value from RGB is 201 - color contains mainly: red. Hex color #C95149 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95149 is #36AEB6. Grayscale: #747474. Windows color (decimal): -3583671 or 4805065. OLE color: 4805065.
HSL color Cylindrical-coordinate representation of color #C95149: hue angle of 3.75º 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 #C95149 is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 81 | 73 | - |
| CMYK | 0 | 0.60 | 0.64 | 0.21 |
| HSL | 3.75º | 0.54% | 0.54% | - |
| HSV(B) | 3.75º | 0.64% | 0.79% | - |
| XYZ | 28.23 | 18.78 | 8.44 | - |
| YUV | 115.97 | 103.76 | 188.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 81 | 73 | 0 | 0.60 | 0.64 | 0.21 | 3.75 | 0.54 | 0.54 |
| Hex | C9 | 51 | 49 | 0 | 3C | 40 | 15 | 4 | 36 | 36 |
| Octal | 311 | 121 | 111 | 0 | 74 | 100 | 25 | 4 | 66 | 66 |
| Binary | 11001001 | 1010001 | 1001001 | 0 | 111100 | 1000000 | 10101 | 100 | 110110 | 110110 |
Color Harmonies of #C95149
Complementary color
Monochromatic Colors of #C95149
Black with #C95149
Text Example
Text Example
White with #C95149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95149; }
p { color: rgb(201,81,73); }
H1.HeaderClassName
{
color: #C95149;
}
.AnyTagClassName
{
color: #C95149;
}
</style>
background-color css
<style>
a { background-color: #C95149; }
a { background-color: rgb(201,81,73); }
div.DivClassName
{
background-color: #C95149;
}
.BgClassName
{
background-color: #C95149;
}
</style>
border-color css
<style>
span { border-color: #C95149; }
span { border-color: rgb(201,81,73); }
td.TdClassName
{
border-color: #C95149;
}
.TagClassName
{
border-color: #C95149;
}
</style>