Shades of Sunset #C94745
Tints of Sunset #C94745
RGB
CMYK
RGB Variations
Color information
#C94745 (or 0xC94745) is known color: Sunset. HEX triplet: C9, 47 and 45. RGB value is (201,71,69). Sum of RGB (Red+Green+Blue) = 201+71+69=341 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.94% from 341); Green value is 71 (28.12% from 255 or 20.82% from 341); Blue value is 69 (27.34% from 255 or 20.23% from 341); Max value from RGB is 201 - color contains mainly: red. Hex color #C94745 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94745 is #36B8BA. Grayscale: #6D6D6D. Windows color (decimal): -3586235 or 4540361. OLE color: 4540361.
HSL color Cylindrical-coordinate representation of color #C94745: hue angle of 0.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 #C94745 is Cyan = 0, Magento = 0.65, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 71 | 69 | - |
| CMYK | 0 | 0.65 | 0.66 | 0.21 |
| HSL | 0.91º | 0.55% | 0.53% | - |
| HSV(B) | 0.91º | 0.66% | 0.79% | - |
| XYZ | 27.41 | 17.35 | 7.53 | - |
| YUV | 109.64 | 105.07 | 193.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 71 | 69 | 0 | 0.65 | 0.66 | 0.21 | 0.91 | 0.55 | 0.53 |
| Hex | C9 | 47 | 45 | 0 | 41 | 42 | 15 | 1 | 37 | 35 |
| Octal | 311 | 107 | 105 | 0 | 101 | 102 | 25 | 1 | 67 | 65 |
| Binary | 11001001 | 1000111 | 1000101 | 0 | 1000001 | 1000010 | 10101 | 1 | 110111 | 110101 |
Color Harmonies of #C94745
Complementary color
Monochromatic Colors of #C94745
Black with #C94745
Text Example
Text Example
White with #C94745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94745; }
p { color: rgb(201,71,69); }
H1.HeaderClassName
{
color: #C94745;
}
.AnyTagClassName
{
color: #C94745;
}
</style>
background-color css
<style>
a { background-color: #C94745; }
a { background-color: rgb(201,71,69); }
div.DivClassName
{
background-color: #C94745;
}
.BgClassName
{
background-color: #C94745;
}
</style>
border-color css
<style>
span { border-color: #C94745; }
span { border-color: rgb(201,71,69); }
td.TdClassName
{
border-color: #C94745;
}
.TagClassName
{
border-color: #C94745;
}
</style>