Shades of Sunset #C2504D
Tints of Sunset #C2504D
RGB
CMYK
RGB Variations
Color information
#C2504D (or 0xC2504D) is known color: Sunset. HEX triplet: C2, 50 and 4D. RGB value is (194,80,77). Sum of RGB (Red+Green+Blue) = 194+80+77=351 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.27% from 351); Green value is 80 (31.64% from 255 or 22.79% from 351); Blue value is 77 (30.47% from 255 or 21.94% from 351); Max value from RGB is 194 - color contains mainly: red. Hex color #C2504D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2504D is #3DAFB2. Grayscale: #717171. Windows color (decimal): -4042675 or 5066946. OLE color: 5066946.
HSL color Cylindrical-coordinate representation of color #C2504D: hue angle of 1.54º 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 #C2504D is Cyan = 0, Magento = 0.59, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 80 | 77 | - |
| CMYK | 0 | 0.59 | 0.60 | 0.24 |
| HSL | 1.54º | 0.49% | 0.53% | - |
| HSV(B) | 1.54º | 0.6% | 0.76% | - |
| XYZ | 26.46 | 17.74 | 9.05 | - |
| YUV | 113.74 | 107.27 | 185.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 80 | 77 | 0 | 0.59 | 0.60 | 0.24 | 1.54 | 0.49 | 0.53 |
| Hex | C2 | 50 | 4D | 0 | 3B | 3C | 18 | 2 | 31 | 35 |
| Octal | 302 | 120 | 115 | 0 | 73 | 74 | 30 | 2 | 61 | 65 |
| Binary | 11000010 | 1010000 | 1001101 | 0 | 111011 | 111100 | 11000 | 10 | 110001 | 110101 |
Color Harmonies of #C2504D
Complementary color
Monochromatic Colors of #C2504D
Black with #C2504D
Text Example
Text Example
White with #C2504D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2504D; }
p { color: rgb(194,80,77); }
H1.HeaderClassName
{
color: #C2504D;
}
.AnyTagClassName
{
color: #C2504D;
}
</style>
background-color css
<style>
a { background-color: #C2504D; }
a { background-color: rgb(194,80,77); }
div.DivClassName
{
background-color: #C2504D;
}
.BgClassName
{
background-color: #C2504D;
}
</style>
border-color css
<style>
span { border-color: #C2504D; }
span { border-color: rgb(194,80,77); }
td.TdClassName
{
border-color: #C2504D;
}
.TagClassName
{
border-color: #C2504D;
}
</style>