Shades of Sunset #C94D4B
Tints of Sunset #C94D4B
RGB
CMYK
RGB Variations
Color information
#C94D4B (or 0xC94D4B) is known color: Sunset. HEX triplet: C9, 4D and 4B. RGB value is (201,77,75). Sum of RGB (Red+Green+Blue) = 201+77+75=353 (46% of max value = 765). Red value is 201 (78.91% from 255 or 56.94% from 353); Green value is 77 (30.47% from 255 or 21.81% from 353); Blue value is 75 (29.69% from 255 or 21.25% from 353); Max value from RGB is 201 - color contains mainly: red. Hex color #C94D4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C94D4B is #36B2B4. Grayscale: #717171. Windows color (decimal): -3584693 or 4935113. OLE color: 4935113.
HSL color Cylindrical-coordinate representation of color #C94D4B: hue angle of 0.95º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C94D4B is Cyan = 0, Magento = 0.62, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 77 | 75 | - |
| CMYK | 0 | 0.62 | 0.63 | 0.21 |
| HSL | 0.95º | 0.54% | 0.54% | - |
| HSV(B) | 0.95º | 0.63% | 0.79% | - |
| XYZ | 28.01 | 18.23 | 8.7 | - |
| YUV | 113.85 | 106.08 | 190.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 77 | 75 | 0 | 0.62 | 0.63 | 0.21 | 0.95 | 0.54 | 0.54 |
| Hex | C9 | 4D | 4B | 0 | 3E | 3F | 15 | 1 | 36 | 36 |
| Octal | 311 | 115 | 113 | 0 | 76 | 77 | 25 | 1 | 66 | 66 |
| Binary | 11001001 | 1001101 | 1001011 | 0 | 111110 | 111111 | 10101 | 1 | 110110 | 110110 |
Color Harmonies of #C94D4B
Complementary color
Monochromatic Colors of #C94D4B
Black with #C94D4B
Text Example
Text Example
White with #C94D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94D4B; }
p { color: rgb(201,77,75); }
H1.HeaderClassName
{
color: #C94D4B;
}
.AnyTagClassName
{
color: #C94D4B;
}
</style>
background-color css
<style>
a { background-color: #C94D4B; }
a { background-color: rgb(201,77,75); }
div.DivClassName
{
background-color: #C94D4B;
}
.BgClassName
{
background-color: #C94D4B;
}
</style>
border-color css
<style>
span { border-color: #C94D4B; }
span { border-color: rgb(201,77,75); }
td.TdClassName
{
border-color: #C94D4B;
}
.TagClassName
{
border-color: #C94D4B;
}
</style>