Shades of Sunset #C94D4C
Tints of Sunset #C94D4C
RGB
CMYK
RGB Variations
Color information
#C94D4C (or 0xC94D4C) is known color: Sunset. HEX triplet: C9, 4D and 4C. RGB value is (201,77,76). Sum of RGB (Red+Green+Blue) = 201+77+76=354 (46% of max value = 765). Red value is 201 (78.91% from 255 or 56.78% from 354); Green value is 77 (30.47% from 255 or 21.75% from 354); Blue value is 76 (30.08% from 255 or 21.47% from 354); Max value from RGB is 201 - color contains mainly: red. Hex color #C94D4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C94D4C is #36B2B3. Grayscale: #727272. Windows color (decimal): -3584692 or 5000649. OLE color: 5000649.
HSL color Cylindrical-coordinate representation of color #C94D4C: hue angle of 0.48º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C94D4C is Cyan = 0, Magento = 0.62, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 77 | 76 | - |
| CMYK | 0 | 0.62 | 0.62 | 0.21 |
| HSL | 0.48º | 0.54% | 0.54% | - |
| HSV(B) | 0.48º | 0.62% | 0.79% | - |
| XYZ | 28.05 | 18.25 | 8.88 | - |
| YUV | 113.96 | 106.58 | 190.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 77 | 76 | 0 | 0.62 | 0.62 | 0.21 | 0.48 | 0.54 | 0.54 |
| Hex | C9 | 4D | 4C | 0 | 3E | 3E | 15 | 0 | 36 | 36 |
| Octal | 311 | 115 | 114 | 0 | 76 | 76 | 25 | 0 | 66 | 66 |
| Binary | 11001001 | 1001101 | 1001100 | 0 | 111110 | 111110 | 10101 | 0 | 110110 | 110110 |
Color Harmonies of #C94D4C
Complementary color
Monochromatic Colors of #C94D4C
Black with #C94D4C
Text Example
Text Example
White with #C94D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94D4C; }
p { color: rgb(201,77,76); }
H1.HeaderClassName
{
color: #C94D4C;
}
.AnyTagClassName
{
color: #C94D4C;
}
</style>
background-color css
<style>
a { background-color: #C94D4C; }
a { background-color: rgb(201,77,76); }
div.DivClassName
{
background-color: #C94D4C;
}
.BgClassName
{
background-color: #C94D4C;
}
</style>
border-color css
<style>
span { border-color: #C94D4C; }
span { border-color: rgb(201,77,76); }
td.TdClassName
{
border-color: #C94D4C;
}
.TagClassName
{
border-color: #C94D4C;
}
</style>