Shades of Sunset #C95245
Tints of Sunset #C95245
RGB
CMYK
RGB Variations
Color information
#C95245 (or 0xC95245) is known color: Sunset. HEX triplet: C9, 52 and 45. RGB value is (201,82,69). Sum of RGB (Red+Green+Blue) = 201+82+69=352 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.10% from 352); Green value is 82 (32.42% from 255 or 23.30% from 352); Blue value is 69 (27.34% from 255 or 19.60% from 352); Max value from RGB is 201 - color contains mainly: red. Hex color #C95245 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95245 is #36ADBA. Grayscale: #747474. Windows color (decimal): -3583419 or 4543177. OLE color: 4543177.
HSL color Cylindrical-coordinate representation of color #C95245: hue angle of 5.91º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C95245 is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 82 | 69 | - |
| CMYK | 0 | 0.59 | 0.66 | 0.21 |
| HSL | 5.91º | 0.55% | 0.53% | - |
| HSV(B) | 5.91º | 0.66% | 0.79% | - |
| XYZ | 28.18 | 18.88 | 7.79 | - |
| YUV | 116.1 | 101.42 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 82 | 69 | 0 | 0.59 | 0.66 | 0.21 | 5.91 | 0.55 | 0.53 |
| Hex | C9 | 52 | 45 | 0 | 3B | 42 | 15 | 6 | 37 | 35 |
| Octal | 311 | 122 | 105 | 0 | 73 | 102 | 25 | 6 | 67 | 65 |
| Binary | 11001001 | 1010010 | 1000101 | 0 | 111011 | 1000010 | 10101 | 110 | 110111 | 110101 |
Color Harmonies of #C95245
Complementary color
Monochromatic Colors of #C95245
Black with #C95245
Text Example
Text Example
White with #C95245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95245; }
p { color: rgb(201,82,69); }
H1.HeaderClassName
{
color: #C95245;
}
.AnyTagClassName
{
color: #C95245;
}
</style>
background-color css
<style>
a { background-color: #C95245; }
a { background-color: rgb(201,82,69); }
div.DivClassName
{
background-color: #C95245;
}
.BgClassName
{
background-color: #C95245;
}
</style>
border-color css
<style>
span { border-color: #C95245; }
span { border-color: rgb(201,82,69); }
td.TdClassName
{
border-color: #C95245;
}
.TagClassName
{
border-color: #C95245;
}
</style>