Shades of Sunset #C95043
Tints of Sunset #C95043
RGB
CMYK
RGB Variations
Color information
#C95043 (or 0xC95043) is known color: Sunset. HEX triplet: C9, 50 and 43. RGB value is (201,80,67). Sum of RGB (Red+Green+Blue) = 201+80+67=348 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.76% from 348); Green value is 80 (31.64% from 255 or 22.99% from 348); Blue value is 67 (26.56% from 255 or 19.25% from 348); Max value from RGB is 201 - color contains mainly: red. Hex color #C95043 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95043 is #36AFBC. Grayscale: #727272. Windows color (decimal): -3583933 or 4411593. OLE color: 4411593.
HSL color Cylindrical-coordinate representation of color #C95043: hue angle of 5.82º 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 #C95043 is Cyan = 0, Magento = 0.60, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 80 | 67 | - |
| CMYK | 0 | 0.60 | 0.67 | 0.21 |
| HSL | 5.82º | 0.55% | 0.53% | - |
| HSV(B) | 5.82º | 0.67% | 0.79% | - |
| XYZ | 27.97 | 18.56 | 7.42 | - |
| YUV | 114.7 | 101.09 | 189.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 80 | 67 | 0 | 0.60 | 0.67 | 0.21 | 5.82 | 0.55 | 0.53 |
| Hex | C9 | 50 | 43 | 0 | 3C | 43 | 15 | 6 | 37 | 35 |
| Octal | 311 | 120 | 103 | 0 | 74 | 103 | 25 | 6 | 67 | 65 |
| Binary | 11001001 | 1010000 | 1000011 | 0 | 111100 | 1000011 | 10101 | 110 | 110111 | 110101 |
Color Harmonies of #C95043
Complementary color
Monochromatic Colors of #C95043
Black with #C95043
Text Example
Text Example
White with #C95043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95043; }
p { color: rgb(201,80,67); }
H1.HeaderClassName
{
color: #C95043;
}
.AnyTagClassName
{
color: #C95043;
}
</style>
background-color css
<style>
a { background-color: #C95043; }
a { background-color: rgb(201,80,67); }
div.DivClassName
{
background-color: #C95043;
}
.BgClassName
{
background-color: #C95043;
}
</style>
border-color css
<style>
span { border-color: #C95043; }
span { border-color: rgb(201,80,67); }
td.TdClassName
{
border-color: #C95043;
}
.TagClassName
{
border-color: #C95043;
}
</style>