Shades of Sunset #C94A44
Tints of Sunset #C94A44
RGB
CMYK
RGB Variations
Color information
#C94A44 (or 0xC94A44) is known color: Sunset. HEX triplet: C9, 4A and 44. RGB value is (201,74,68). Sum of RGB (Red+Green+Blue) = 201+74+68=343 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.60% from 343); Green value is 74 (29.30% from 255 or 21.57% from 343); Blue value is 68 (26.95% from 255 or 19.83% from 343); Max value from RGB is 201 - color contains mainly: red. Hex color #C94A44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94A44 is #36B5BB. Grayscale: #6F6F6F. Windows color (decimal): -3585468 or 4475593. OLE color: 4475593.
HSL color Cylindrical-coordinate representation of color #C94A44: hue angle of 2.71º 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 #C94A44 is Cyan = 0, Magento = 0.63, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 74 | 68 | - |
| CMYK | 0 | 0.63 | 0.66 | 0.21 |
| HSL | 2.71º | 0.55% | 0.53% | - |
| HSV(B) | 2.71º | 0.66% | 0.79% | - |
| XYZ | 27.58 | 17.73 | 7.44 | - |
| YUV | 111.29 | 103.58 | 191.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 74 | 68 | 0 | 0.63 | 0.66 | 0.21 | 2.71 | 0.55 | 0.53 |
| Hex | C9 | 4A | 44 | 0 | 3F | 42 | 15 | 3 | 37 | 35 |
| Octal | 311 | 112 | 104 | 0 | 77 | 102 | 25 | 3 | 67 | 65 |
| Binary | 11001001 | 1001010 | 1000100 | 0 | 111111 | 1000010 | 10101 | 11 | 110111 | 110101 |
Color Harmonies of #C94A44
Complementary color
Monochromatic Colors of #C94A44
Black with #C94A44
Text Example
Text Example
White with #C94A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94A44; }
p { color: rgb(201,74,68); }
H1.HeaderClassName
{
color: #C94A44;
}
.AnyTagClassName
{
color: #C94A44;
}
</style>
background-color css
<style>
a { background-color: #C94A44; }
a { background-color: rgb(201,74,68); }
div.DivClassName
{
background-color: #C94A44;
}
.BgClassName
{
background-color: #C94A44;
}
</style>
border-color css
<style>
span { border-color: #C94A44; }
span { border-color: rgb(201,74,68); }
td.TdClassName
{
border-color: #C94A44;
}
.TagClassName
{
border-color: #C94A44;
}
</style>