Shades of Sunset #C2504F
Tints of Sunset #C2504F
RGB
CMYK
RGB Variations
Color information
#C2504F (or 0xC2504F) is known color: Sunset. HEX triplet: C2, 50 and 4F. RGB value is (194,80,79). Sum of RGB (Red+Green+Blue) = 194+80+79=353 (46% of max value = 765). Red value is 194 (76.17% from 255 or 54.96% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 79 (31.25% from 255 or 22.38% from 353); Max value from RGB is 194 - color contains mainly: red. Hex color #C2504F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2504F is #3DAFB0. Grayscale: #727272. Windows color (decimal): -4042673 or 5198018. OLE color: 5198018.
HSL color Cylindrical-coordinate representation of color #C2504F: hue angle of 0.52º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C2504F is Cyan = 0, Magento = 0.59, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 80 | 79 | - |
| CMYK | 0 | 0.59 | 0.59 | 0.24 |
| HSL | 0.52º | 0.49% | 0.54% | - |
| HSV(B) | 0.52º | 0.59% | 0.76% | - |
| XYZ | 26.53 | 17.77 | 9.43 | - |
| YUV | 113.97 | 108.27 | 185.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 80 | 79 | 0 | 0.59 | 0.59 | 0.24 | 0.52 | 0.49 | 0.54 |
| Hex | C2 | 50 | 4F | 0 | 3B | 3B | 18 | 1 | 31 | 36 |
| Octal | 302 | 120 | 117 | 0 | 73 | 73 | 30 | 1 | 61 | 66 |
| Binary | 11000010 | 1010000 | 1001111 | 0 | 111011 | 111011 | 11000 | 1 | 110001 | 110110 |
Color Harmonies of #C2504F
Complementary color
Monochromatic Colors of #C2504F
Black with #C2504F
Text Example
Text Example
White with #C2504F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2504F; }
p { color: rgb(194,80,79); }
H1.HeaderClassName
{
color: #C2504F;
}
.AnyTagClassName
{
color: #C2504F;
}
</style>
background-color css
<style>
a { background-color: #C2504F; }
a { background-color: rgb(194,80,79); }
div.DivClassName
{
background-color: #C2504F;
}
.BgClassName
{
background-color: #C2504F;
}
</style>
border-color css
<style>
span { border-color: #C2504F; }
span { border-color: rgb(194,80,79); }
td.TdClassName
{
border-color: #C2504F;
}
.TagClassName
{
border-color: #C2504F;
}
</style>