Shades of Sunset #C94843
Tints of Sunset #C94843
RGB
CMYK
RGB Variations
Color information
#C94843 (or 0xC94843) is known color: Sunset. HEX triplet: C9, 48 and 43. RGB value is (201,72,67). Sum of RGB (Red+Green+Blue) = 201+72+67=340 (45% of max value = 765). Red value is 201 (78.91% from 255 or 59.12% from 340); Green value is 72 (28.52% from 255 or 21.18% from 340); Blue value is 67 (26.56% from 255 or 19.71% from 340); Max value from RGB is 201 - color contains mainly: red. Hex color #C94843 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94843 is #36B7BC. Grayscale: #6E6E6E. Windows color (decimal): -3585981 or 4409545. OLE color: 4409545.
HSL color Cylindrical-coordinate representation of color #C94843: hue angle of 2.24º 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 #C94843 is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 72 | 67 | - |
| CMYK | 0 | 0.64 | 0.67 | 0.21 |
| HSL | 2.24º | 0.55% | 0.53% | - |
| HSV(B) | 2.24º | 0.67% | 0.79% | - |
| XYZ | 27.42 | 17.46 | 7.23 | - |
| YUV | 110 | 103.74 | 192.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 72 | 67 | 0 | 0.64 | 0.67 | 0.21 | 2.24 | 0.55 | 0.53 |
| Hex | C9 | 48 | 43 | 0 | 40 | 43 | 15 | 2 | 37 | 35 |
| Octal | 311 | 110 | 103 | 0 | 100 | 103 | 25 | 2 | 67 | 65 |
| Binary | 11001001 | 1001000 | 1000011 | 0 | 1000000 | 1000011 | 10101 | 10 | 110111 | 110101 |
Color Harmonies of #C94843
Complementary color
Monochromatic Colors of #C94843
Black with #C94843
Text Example
Text Example
White with #C94843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94843; }
p { color: rgb(201,72,67); }
H1.HeaderClassName
{
color: #C94843;
}
.AnyTagClassName
{
color: #C94843;
}
</style>
background-color css
<style>
a { background-color: #C94843; }
a { background-color: rgb(201,72,67); }
div.DivClassName
{
background-color: #C94843;
}
.BgClassName
{
background-color: #C94843;
}
</style>
border-color css
<style>
span { border-color: #C94843; }
span { border-color: rgb(201,72,67); }
td.TdClassName
{
border-color: #C94843;
}
.TagClassName
{
border-color: #C94843;
}
</style>