Shades of Sunset #C94C46
Tints of Sunset #C94C46
RGB
CMYK
RGB Variations
Color information
#C94C46 (or 0xC94C46) is known color: Sunset. HEX triplet: C9, 4C and 46. RGB value is (201,76,70). Sum of RGB (Red+Green+Blue) = 201+76+70=347 (45% of max value = 765). Red value is 201 (78.91% from 255 or 57.93% from 347); Green value is 76 (30.08% from 255 or 21.90% from 347); Blue value is 70 (27.73% from 255 or 20.17% from 347); Max value from RGB is 201 - color contains mainly: red. Hex color #C94C46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94C46 is #36B3B9. Grayscale: #707070. Windows color (decimal): -3584954 or 4607177. OLE color: 4607177.
HSL color Cylindrical-coordinate representation of color #C94C46: hue angle of 2.75º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C94C46 is Cyan = 0, Magento = 0.62, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 76 | 70 | - |
| CMYK | 0 | 0.62 | 0.65 | 0.21 |
| HSL | 2.75º | 0.55% | 0.53% | - |
| HSV(B) | 2.75º | 0.65% | 0.79% | - |
| XYZ | 27.78 | 18.03 | 7.81 | - |
| YUV | 112.69 | 103.91 | 190.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 76 | 70 | 0 | 0.62 | 0.65 | 0.21 | 2.75 | 0.55 | 0.53 |
| Hex | C9 | 4C | 46 | 0 | 3E | 41 | 15 | 3 | 37 | 35 |
| Octal | 311 | 114 | 106 | 0 | 76 | 101 | 25 | 3 | 67 | 65 |
| Binary | 11001001 | 1001100 | 1000110 | 0 | 111110 | 1000001 | 10101 | 11 | 110111 | 110101 |
Color Harmonies of #C94C46
Complementary color
Monochromatic Colors of #C94C46
Black with #C94C46
Text Example
Text Example
White with #C94C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94C46; }
p { color: rgb(201,76,70); }
H1.HeaderClassName
{
color: #C94C46;
}
.AnyTagClassName
{
color: #C94C46;
}
</style>
background-color css
<style>
a { background-color: #C94C46; }
a { background-color: rgb(201,76,70); }
div.DivClassName
{
background-color: #C94C46;
}
.BgClassName
{
background-color: #C94C46;
}
</style>
border-color css
<style>
span { border-color: #C94C46; }
span { border-color: rgb(201,76,70); }
td.TdClassName
{
border-color: #C94C46;
}
.TagClassName
{
border-color: #C94C46;
}
</style>