Shades of Sunset #C2514A
Tints of Sunset #C2514A
RGB
CMYK
RGB Variations
Color information
#C2514A (or 0xC2514A) is known color: Sunset. HEX triplet: C2, 51 and 4A. RGB value is (194,81,74). Sum of RGB (Red+Green+Blue) = 194+81+74=349 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.59% from 349); Green value is 81 (32.03% from 255 or 23.21% from 349); Blue value is 74 (29.30% from 255 or 21.20% from 349); Max value from RGB is 194 - color contains mainly: red. Hex color #C2514A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2514A is #3DAEB5. Grayscale: #727272. Windows color (decimal): -4042422 or 4870594. OLE color: 4870594.
HSL color Cylindrical-coordinate representation of color #C2514A: hue angle of 3.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C2514A is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 81 | 74 | - |
| CMYK | 0 | 0.58 | 0.62 | 0.24 |
| HSL | 3.5º | 0.5% | 0.53% | - |
| HSV(B) | 3.5º | 0.62% | 0.76% | - |
| XYZ | 26.43 | 17.85 | 8.53 | - |
| YUV | 113.99 | 105.44 | 185.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 81 | 74 | 0 | 0.58 | 0.62 | 0.24 | 3.5 | 0.5 | 0.53 |
| Hex | C2 | 51 | 4A | 0 | 3A | 3E | 18 | 4 | 32 | 35 |
| Octal | 302 | 121 | 112 | 0 | 72 | 76 | 30 | 4 | 62 | 65 |
| Binary | 11000010 | 1010001 | 1001010 | 0 | 111010 | 111110 | 11000 | 100 | 110010 | 110101 |
Color Harmonies of #C2514A
Complementary color
Monochromatic Colors of #C2514A
Black with #C2514A
Text Example
Text Example
White with #C2514A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2514A; }
p { color: rgb(194,81,74); }
H1.HeaderClassName
{
color: #C2514A;
}
.AnyTagClassName
{
color: #C2514A;
}
</style>
background-color css
<style>
a { background-color: #C2514A; }
a { background-color: rgb(194,81,74); }
div.DivClassName
{
background-color: #C2514A;
}
.BgClassName
{
background-color: #C2514A;
}
</style>
border-color css
<style>
span { border-color: #C2514A; }
span { border-color: rgb(194,81,74); }
td.TdClassName
{
border-color: #C2514A;
}
.TagClassName
{
border-color: #C2514A;
}
</style>