Shades of Sunset #C94D43
Tints of Sunset #C94D43
RGB
CMYK
RGB Variations
Color information
#C94D43 (or 0xC94D43) is known color: Sunset. HEX triplet: C9, 4D and 43. RGB value is (201,77,67). Sum of RGB (Red+Green+Blue) = 201+77+67=345 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.26% from 345); Green value is 77 (30.47% from 255 or 22.32% from 345); Blue value is 67 (26.56% from 255 or 19.42% from 345); Max value from RGB is 201 - color contains mainly: red. Hex color #C94D43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C94D43 is #36B2BC. Grayscale: #717171. Windows color (decimal): -3584701 or 4410825. OLE color: 4410825.
HSL color Cylindrical-coordinate representation of color #C94D43: hue angle of 4.48º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C94D43 is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 77 | 67 | - |
| CMYK | 0 | 0.62 | 0.67 | 0.21 |
| HSL | 4.48º | 0.55% | 0.53% | - |
| HSV(B) | 4.48º | 0.67% | 0.79% | - |
| XYZ | 27.75 | 18.13 | 7.35 | - |
| YUV | 112.94 | 102.08 | 190.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 77 | 67 | 0 | 0.62 | 0.67 | 0.21 | 4.48 | 0.55 | 0.53 |
| Hex | C9 | 4D | 43 | 0 | 3E | 43 | 15 | 4 | 37 | 35 |
| Octal | 311 | 115 | 103 | 0 | 76 | 103 | 25 | 4 | 67 | 65 |
| Binary | 11001001 | 1001101 | 1000011 | 0 | 111110 | 1000011 | 10101 | 100 | 110111 | 110101 |
Color Harmonies of #C94D43
Complementary color
Monochromatic Colors of #C94D43
Black with #C94D43
Text Example
Text Example
White with #C94D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94D43; }
p { color: rgb(201,77,67); }
H1.HeaderClassName
{
color: #C94D43;
}
.AnyTagClassName
{
color: #C94D43;
}
</style>
background-color css
<style>
a { background-color: #C94D43; }
a { background-color: rgb(201,77,67); }
div.DivClassName
{
background-color: #C94D43;
}
.BgClassName
{
background-color: #C94D43;
}
</style>
border-color css
<style>
span { border-color: #C94D43; }
span { border-color: rgb(201,77,67); }
td.TdClassName
{
border-color: #C94D43;
}
.TagClassName
{
border-color: #C94D43;
}
</style>