Shades of Sunset #C94F48
Tints of Sunset #C94F48
RGB
CMYK
RGB Variations
Color information
#C94F48 (or 0xC94F48) is known color: Sunset. HEX triplet: C9, 4F and 48. RGB value is (201,79,72). Sum of RGB (Red+Green+Blue) = 201+79+72=352 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.10% from 352); Green value is 79 (31.25% from 255 or 22.44% from 352); Blue value is 72 (28.52% from 255 or 20.45% from 352); Max value from RGB is 201 - color contains mainly: red. Hex color #C94F48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C94F48 is #36B0B7. Grayscale: #727272. Windows color (decimal): -3584184 or 4739017. OLE color: 4739017.
HSL color Cylindrical-coordinate representation of color #C94F48: hue angle of 3.26º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C94F48 is Cyan = 0, Magento = 0.61, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 79 | 72 | - |
| CMYK | 0 | 0.61 | 0.64 | 0.21 |
| HSL | 3.26º | 0.54% | 0.54% | - |
| HSV(B) | 3.26º | 0.64% | 0.79% | - |
| XYZ | 28.05 | 18.48 | 8.22 | - |
| YUV | 114.68 | 103.92 | 189.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 79 | 72 | 0 | 0.61 | 0.64 | 0.21 | 3.26 | 0.54 | 0.54 |
| Hex | C9 | 4F | 48 | 0 | 3D | 40 | 15 | 3 | 36 | 36 |
| Octal | 311 | 117 | 110 | 0 | 75 | 100 | 25 | 3 | 66 | 66 |
| Binary | 11001001 | 1001111 | 1001000 | 0 | 111101 | 1000000 | 10101 | 11 | 110110 | 110110 |
Color Harmonies of #C94F48
Complementary color
Monochromatic Colors of #C94F48
Black with #C94F48
Text Example
Text Example
White with #C94F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94F48; }
p { color: rgb(201,79,72); }
H1.HeaderClassName
{
color: #C94F48;
}
.AnyTagClassName
{
color: #C94F48;
}
</style>
background-color css
<style>
a { background-color: #C94F48; }
a { background-color: rgb(201,79,72); }
div.DivClassName
{
background-color: #C94F48;
}
.BgClassName
{
background-color: #C94F48;
}
</style>
border-color css
<style>
span { border-color: #C94F48; }
span { border-color: rgb(201,79,72); }
td.TdClassName
{
border-color: #C94F48;
}
.TagClassName
{
border-color: #C94F48;
}
</style>