Shades of Sunset #C2514C
Tints of Sunset #C2514C
RGB
CMYK
RGB Variations
Color information
#C2514C (or 0xC2514C) is known color: Sunset. HEX triplet: C2, 51 and 4C. RGB value is (194,81,76). Sum of RGB (Red+Green+Blue) = 194+81+76=351 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.27% from 351); Green value is 81 (32.03% from 255 or 23.08% from 351); Blue value is 76 (30.08% from 255 or 21.65% from 351); Max value from RGB is 194 - color contains mainly: red. Hex color #C2514C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2514C is #3DAEB3. Grayscale: #727272. Windows color (decimal): -4042420 or 5001666. OLE color: 5001666.
HSL color Cylindrical-coordinate representation of color #C2514C: hue angle of 2.54º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C2514C is Cyan = 0, Magento = 0.58, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 81 | 76 | - |
| CMYK | 0 | 0.58 | 0.61 | 0.24 |
| HSL | 2.54º | 0.49% | 0.53% | - |
| HSV(B) | 2.54º | 0.61% | 0.76% | - |
| XYZ | 26.5 | 17.88 | 8.89 | - |
| YUV | 114.22 | 106.44 | 184.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 81 | 76 | 0 | 0.58 | 0.61 | 0.24 | 2.54 | 0.49 | 0.53 |
| Hex | C2 | 51 | 4C | 0 | 3A | 3D | 18 | 3 | 31 | 35 |
| Octal | 302 | 121 | 114 | 0 | 72 | 75 | 30 | 3 | 61 | 65 |
| Binary | 11000010 | 1010001 | 1001100 | 0 | 111010 | 111101 | 11000 | 11 | 110001 | 110101 |
Color Harmonies of #C2514C
Complementary color
Monochromatic Colors of #C2514C
Black with #C2514C
Text Example
Text Example
White with #C2514C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2514C; }
p { color: rgb(194,81,76); }
H1.HeaderClassName
{
color: #C2514C;
}
.AnyTagClassName
{
color: #C2514C;
}
</style>
background-color css
<style>
a { background-color: #C2514C; }
a { background-color: rgb(194,81,76); }
div.DivClassName
{
background-color: #C2514C;
}
.BgClassName
{
background-color: #C2514C;
}
</style>
border-color css
<style>
span { border-color: #C2514C; }
span { border-color: rgb(194,81,76); }
td.TdClassName
{
border-color: #C2514C;
}
.TagClassName
{
border-color: #C2514C;
}
</style>