Shades of Sunset #CA5149
Tints of Sunset #CA5149
RGB
CMYK
RGB Variations
Color information
#CA5149 (or 0xCA5149) is known color: Sunset. HEX triplet: CA, 51 and 49. RGB value is (202,81,73). Sum of RGB (Red+Green+Blue) = 202+81+73=356 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.74% from 356); Green value is 81 (32.03% from 255 or 22.75% from 356); Blue value is 73 (28.91% from 255 or 20.51% from 356); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5149 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5149 is #35AEB6. Grayscale: #747474. Windows color (decimal): -3518135 or 4805066. OLE color: 4805066.
HSL color Cylindrical-coordinate representation of color #CA5149: hue angle of 3.72º 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 #CA5149 is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 81 | 73 | - |
| CMYK | 0 | 0.60 | 0.64 | 0.21 |
| HSL | 3.72º | 0.55% | 0.54% | - |
| HSV(B) | 3.72º | 0.64% | 0.79% | - |
| XYZ | 28.5 | 18.92 | 8.45 | - |
| YUV | 116.27 | 103.59 | 189.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 81 | 73 | 0 | 0.60 | 0.64 | 0.21 | 3.72 | 0.55 | 0.54 |
| Hex | CA | 51 | 49 | 0 | 3C | 40 | 15 | 4 | 37 | 36 |
| Octal | 312 | 121 | 111 | 0 | 74 | 100 | 25 | 4 | 67 | 66 |
| Binary | 11001010 | 1010001 | 1001001 | 0 | 111100 | 1000000 | 10101 | 100 | 110111 | 110110 |
Color Harmonies of #CA5149
Complementary color
Monochromatic Colors of #CA5149
Black with #CA5149
Text Example
Text Example
White with #CA5149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5149; }
p { color: rgb(202,81,73); }
H1.HeaderClassName
{
color: #CA5149;
}
.AnyTagClassName
{
color: #CA5149;
}
</style>
background-color css
<style>
a { background-color: #CA5149; }
a { background-color: rgb(202,81,73); }
div.DivClassName
{
background-color: #CA5149;
}
.BgClassName
{
background-color: #CA5149;
}
</style>
border-color css
<style>
span { border-color: #CA5149; }
span { border-color: rgb(202,81,73); }
td.TdClassName
{
border-color: #CA5149;
}
.TagClassName
{
border-color: #CA5149;
}
</style>