Shades of Sunset #C94D44
Tints of Sunset #C94D44
RGB
CMYK
RGB Variations
Color information
#C94D44 (or 0xC94D44) is known color: Sunset. HEX triplet: C9, 4D and 44. RGB value is (201,77,68). Sum of RGB (Red+Green+Blue) = 201+77+68=346 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.09% from 346); Green value is 77 (30.47% from 255 or 22.25% from 346); Blue value is 68 (26.95% from 255 or 19.65% from 346); Max value from RGB is 201 - color contains mainly: red. Hex color #C94D44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C94D44 is #36B2BB. Grayscale: #717171. Windows color (decimal): -3584700 or 4476361. OLE color: 4476361.
HSL color Cylindrical-coordinate representation of color #C94D44: hue angle of 4.06º 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 #C94D44 is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 77 | 68 | - |
| CMYK | 0 | 0.62 | 0.66 | 0.21 |
| HSL | 4.06º | 0.55% | 0.53% | - |
| HSV(B) | 4.06º | 0.66% | 0.79% | - |
| XYZ | 27.78 | 18.14 | 7.51 | - |
| YUV | 113.05 | 102.58 | 190.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 77 | 68 | 0 | 0.62 | 0.66 | 0.21 | 4.06 | 0.55 | 0.53 |
| Hex | C9 | 4D | 44 | 0 | 3E | 42 | 15 | 4 | 37 | 35 |
| Octal | 311 | 115 | 104 | 0 | 76 | 102 | 25 | 4 | 67 | 65 |
| Binary | 11001001 | 1001101 | 1000100 | 0 | 111110 | 1000010 | 10101 | 100 | 110111 | 110101 |
Color Harmonies of #C94D44
Complementary color
Monochromatic Colors of #C94D44
Black with #C94D44
Text Example
Text Example
White with #C94D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94D44; }
p { color: rgb(201,77,68); }
H1.HeaderClassName
{
color: #C94D44;
}
.AnyTagClassName
{
color: #C94D44;
}
</style>
background-color css
<style>
a { background-color: #C94D44; }
a { background-color: rgb(201,77,68); }
div.DivClassName
{
background-color: #C94D44;
}
.BgClassName
{
background-color: #C94D44;
}
</style>
border-color css
<style>
span { border-color: #C94D44; }
span { border-color: rgb(201,77,68); }
td.TdClassName
{
border-color: #C94D44;
}
.TagClassName
{
border-color: #C94D44;
}
</style>