Shades of Sunset #C94945
Tints of Sunset #C94945
RGB
CMYK
RGB Variations
Color information
#C94945 (or 0xC94945) is known color: Sunset. HEX triplet: C9, 49 and 45. RGB value is (201,73,69). Sum of RGB (Red+Green+Blue) = 201+73+69=343 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.60% from 343); Green value is 73 (28.91% from 255 or 21.28% from 343); Blue value is 69 (27.34% from 255 or 20.12% from 343); Max value from RGB is 201 - color contains mainly: red. Hex color #C94945 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94945 is #36B6BA. Grayscale: #6E6E6E. Windows color (decimal): -3585723 or 4540873. OLE color: 4540873.
HSL color Cylindrical-coordinate representation of color #C94945: hue angle of 1.82º 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 #C94945 is Cyan = 0, Magento = 0.64, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 73 | 69 | - |
| CMYK | 0 | 0.64 | 0.66 | 0.21 |
| HSL | 1.82º | 0.55% | 0.53% | - |
| HSV(B) | 1.82º | 0.66% | 0.79% | - |
| XYZ | 27.54 | 17.61 | 7.58 | - |
| YUV | 110.82 | 104.41 | 192.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 73 | 69 | 0 | 0.64 | 0.66 | 0.21 | 1.82 | 0.55 | 0.53 |
| Hex | C9 | 49 | 45 | 0 | 40 | 42 | 15 | 2 | 37 | 35 |
| Octal | 311 | 111 | 105 | 0 | 100 | 102 | 25 | 2 | 67 | 65 |
| Binary | 11001001 | 1001001 | 1000101 | 0 | 1000000 | 1000010 | 10101 | 10 | 110111 | 110101 |
Color Harmonies of #C94945
Complementary color
Monochromatic Colors of #C94945
Black with #C94945
Text Example
Text Example
White with #C94945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94945; }
p { color: rgb(201,73,69); }
H1.HeaderClassName
{
color: #C94945;
}
.AnyTagClassName
{
color: #C94945;
}
</style>
background-color css
<style>
a { background-color: #C94945; }
a { background-color: rgb(201,73,69); }
div.DivClassName
{
background-color: #C94945;
}
.BgClassName
{
background-color: #C94945;
}
</style>
border-color css
<style>
span { border-color: #C94945; }
span { border-color: rgb(201,73,69); }
td.TdClassName
{
border-color: #C94945;
}
.TagClassName
{
border-color: #C94945;
}
</style>