Shades of Sunset #CA514D
Tints of Sunset #CA514D
RGB
CMYK
RGB Variations
Color information
#CA514D (or 0xCA514D) is known color: Sunset. HEX triplet: CA, 51 and 4D. RGB value is (202,81,77). Sum of RGB (Red+Green+Blue) = 202+81+77=360 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.11% from 360); Green value is 81 (32.03% from 255 or 22.5% from 360); Blue value is 77 (30.47% from 255 or 21.39% from 360); Max value from RGB is 202 - color contains mainly: red. Hex color #CA514D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA514D is #35AEB2. Grayscale: #747474. Windows color (decimal): -3518131 or 5067210. OLE color: 5067210.
HSL color Cylindrical-coordinate representation of color #CA514D: hue angle of 1.92º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CA514D is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 81 | 77 | - |
| CMYK | 0 | 0.60 | 0.62 | 0.21 |
| HSL | 1.92º | 0.54% | 0.55% | - |
| HSV(B) | 1.92º | 0.62% | 0.79% | - |
| XYZ | 28.64 | 18.98 | 9.17 | - |
| YUV | 116.72 | 105.59 | 188.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 81 | 77 | 0 | 0.60 | 0.62 | 0.21 | 1.92 | 0.54 | 0.55 |
| Hex | CA | 51 | 4D | 0 | 3C | 3E | 15 | 2 | 36 | 37 |
| Octal | 312 | 121 | 115 | 0 | 74 | 76 | 25 | 2 | 66 | 67 |
| Binary | 11001010 | 1010001 | 1001101 | 0 | 111100 | 111110 | 10101 | 10 | 110110 | 110111 |
Color Harmonies of #CA514D
Complementary color
Monochromatic Colors of #CA514D
Black with #CA514D
Text Example
Text Example
White with #CA514D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA514D; }
p { color: rgb(202,81,77); }
H1.HeaderClassName
{
color: #CA514D;
}
.AnyTagClassName
{
color: #CA514D;
}
</style>
background-color css
<style>
a { background-color: #CA514D; }
a { background-color: rgb(202,81,77); }
div.DivClassName
{
background-color: #CA514D;
}
.BgClassName
{
background-color: #CA514D;
}
</style>
border-color css
<style>
span { border-color: #CA514D; }
span { border-color: rgb(202,81,77); }
td.TdClassName
{
border-color: #CA514D;
}
.TagClassName
{
border-color: #CA514D;
}
</style>