Shades of Sunset #C2544E
Tints of Sunset #C2544E
RGB
CMYK
RGB Variations
Color information
#C2544E (or 0xC2544E) is known color: Sunset. HEX triplet: C2, 54 and 4E. RGB value is (194,84,78). Sum of RGB (Red+Green+Blue) = 194+84+78=356 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.49% from 356); Green value is 84 (33.20% from 255 or 23.60% from 356); Blue value is 78 (30.86% from 255 or 21.91% from 356); Max value from RGB is 194 - color contains mainly: red. Hex color #C2544E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2544E is #3DABB1. Grayscale: #747474. Windows color (decimal): -4041650 or 5133506. OLE color: 5133506.
HSL color Cylindrical-coordinate representation of color #C2544E: hue angle of 3.1º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C2544E is Cyan = 0, Magento = 0.57, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 84 | 78 | - |
| CMYK | 0 | 0.57 | 0.60 | 0.24 |
| HSL | 3.1º | 0.49% | 0.53% | - |
| HSV(B) | 3.1º | 0.6% | 0.76% | - |
| XYZ | 26.79 | 18.36 | 9.34 | - |
| YUV | 116.21 | 106.44 | 183.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 84 | 78 | 0 | 0.57 | 0.60 | 0.24 | 3.1 | 0.49 | 0.53 |
| Hex | C2 | 54 | 4E | 0 | 39 | 3C | 18 | 3 | 31 | 35 |
| Octal | 302 | 124 | 116 | 0 | 71 | 74 | 30 | 3 | 61 | 65 |
| Binary | 11000010 | 1010100 | 1001110 | 0 | 111001 | 111100 | 11000 | 11 | 110001 | 110101 |
Color Harmonies of #C2544E
Complementary color
Monochromatic Colors of #C2544E
Black with #C2544E
Text Example
Text Example
White with #C2544E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2544E; }
p { color: rgb(194,84,78); }
H1.HeaderClassName
{
color: #C2544E;
}
.AnyTagClassName
{
color: #C2544E;
}
</style>
background-color css
<style>
a { background-color: #C2544E; }
a { background-color: rgb(194,84,78); }
div.DivClassName
{
background-color: #C2544E;
}
.BgClassName
{
background-color: #C2544E;
}
</style>
border-color css
<style>
span { border-color: #C2544E; }
span { border-color: rgb(194,84,78); }
td.TdClassName
{
border-color: #C2544E;
}
.TagClassName
{
border-color: #C2544E;
}
</style>