Shades of Sunset #C94F43
Tints of Sunset #C94F43
RGB
CMYK
RGB Variations
Color information
#C94F43 (or 0xC94F43) is known color: Sunset. HEX triplet: C9, 4F and 43. RGB value is (201,79,67). Sum of RGB (Red+Green+Blue) = 201+79+67=347 (45% of max value = 765). Red value is 201 (78.91% from 255 or 57.93% from 347); Green value is 79 (31.25% from 255 or 22.77% from 347); Blue value is 67 (26.56% from 255 or 19.31% from 347); Max value from RGB is 201 - color contains mainly: red. Hex color #C94F43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C94F43 is #36B0BC. Grayscale: #727272. Windows color (decimal): -3584189 or 4411337. OLE color: 4411337.
HSL color Cylindrical-coordinate representation of color #C94F43: hue angle of 5.37º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C94F43 is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 79 | 67 | - |
| CMYK | 0 | 0.61 | 0.67 | 0.21 |
| HSL | 5.37º | 0.55% | 0.53% | - |
| HSV(B) | 5.37º | 0.67% | 0.79% | - |
| XYZ | 27.9 | 18.41 | 7.39 | - |
| YUV | 114.11 | 101.42 | 189.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 79 | 67 | 0 | 0.61 | 0.67 | 0.21 | 5.37 | 0.55 | 0.53 |
| Hex | C9 | 4F | 43 | 0 | 3D | 43 | 15 | 5 | 37 | 35 |
| Octal | 311 | 117 | 103 | 0 | 75 | 103 | 25 | 5 | 67 | 65 |
| Binary | 11001001 | 1001111 | 1000011 | 0 | 111101 | 1000011 | 10101 | 101 | 110111 | 110101 |
Color Harmonies of #C94F43
Complementary color
Monochromatic Colors of #C94F43
Black with #C94F43
Text Example
Text Example
White with #C94F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94F43; }
p { color: rgb(201,79,67); }
H1.HeaderClassName
{
color: #C94F43;
}
.AnyTagClassName
{
color: #C94F43;
}
</style>
background-color css
<style>
a { background-color: #C94F43; }
a { background-color: rgb(201,79,67); }
div.DivClassName
{
background-color: #C94F43;
}
.BgClassName
{
background-color: #C94F43;
}
</style>
border-color css
<style>
span { border-color: #C94F43; }
span { border-color: rgb(201,79,67); }
td.TdClassName
{
border-color: #C94F43;
}
.TagClassName
{
border-color: #C94F43;
}
</style>