Shades of Sunset #CA4D49
Tints of Sunset #CA4D49
RGB
CMYK
RGB Variations
Color information
#CA4D49 (or 0xCA4D49) is known color: Sunset. HEX triplet: CA, 4D and 49. RGB value is (202,77,73). Sum of RGB (Red+Green+Blue) = 202+77+73=352 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.39% from 352); Green value is 77 (30.47% from 255 or 21.88% from 352); Blue value is 73 (28.91% from 255 or 20.74% from 352); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4D49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA4D49 is #35B2B6. Grayscale: #727272. Windows color (decimal): -3519159 or 4804042. OLE color: 4804042.
HSL color Cylindrical-coordinate representation of color #CA4D49: hue angle of 1.86º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CA4D49 is Cyan = 0, Magento = 0.62, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 77 | 73 | - |
| CMYK | 0 | 0.62 | 0.64 | 0.21 |
| HSL | 1.86º | 0.55% | 0.54% | - |
| HSV(B) | 1.86º | 0.64% | 0.79% | - |
| XYZ | 28.21 | 18.35 | 8.36 | - |
| YUV | 113.92 | 104.91 | 190.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 77 | 73 | 0 | 0.62 | 0.64 | 0.21 | 1.86 | 0.55 | 0.54 |
| Hex | CA | 4D | 49 | 0 | 3E | 40 | 15 | 2 | 37 | 36 |
| Octal | 312 | 115 | 111 | 0 | 76 | 100 | 25 | 2 | 67 | 66 |
| Binary | 11001010 | 1001101 | 1001001 | 0 | 111110 | 1000000 | 10101 | 10 | 110111 | 110110 |
Color Harmonies of #CA4D49
Complementary color
Monochromatic Colors of #CA4D49
Black with #CA4D49
Text Example
Text Example
White with #CA4D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4D49; }
p { color: rgb(202,77,73); }
H1.HeaderClassName
{
color: #CA4D49;
}
.AnyTagClassName
{
color: #CA4D49;
}
</style>
background-color css
<style>
a { background-color: #CA4D49; }
a { background-color: rgb(202,77,73); }
div.DivClassName
{
background-color: #CA4D49;
}
.BgClassName
{
background-color: #CA4D49;
}
</style>
border-color css
<style>
span { border-color: #CA4D49; }
span { border-color: rgb(202,77,73); }
td.TdClassName
{
border-color: #CA4D49;
}
.TagClassName
{
border-color: #CA4D49;
}
</style>