Shades of Sunset #CA5048
Tints of Sunset #CA5048
RGB
CMYK
RGB Variations
Color information
#CA5048 (or 0xCA5048) is known color: Sunset. HEX triplet: CA, 50 and 48. RGB value is (202,80,72). Sum of RGB (Red+Green+Blue) = 202+80+72=354 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.06% from 354); Green value is 80 (31.64% from 255 or 22.60% from 354); Blue value is 72 (28.52% from 255 or 20.34% from 354); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5048 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5048 is #35AFB7. Grayscale: #737373. Windows color (decimal): -3518392 or 4739274. OLE color: 4739274.
HSL color Cylindrical-coordinate representation of color #CA5048: hue angle of 3.69º 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 #CA5048 is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 80 | 72 | - |
| CMYK | 0 | 0.60 | 0.64 | 0.21 |
| HSL | 3.69º | 0.55% | 0.54% | - |
| HSV(B) | 3.69º | 0.64% | 0.79% | - |
| XYZ | 28.4 | 18.76 | 8.26 | - |
| YUV | 115.57 | 103.42 | 189.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 80 | 72 | 0 | 0.60 | 0.64 | 0.21 | 3.69 | 0.55 | 0.54 |
| Hex | CA | 50 | 48 | 0 | 3C | 40 | 15 | 4 | 37 | 36 |
| Octal | 312 | 120 | 110 | 0 | 74 | 100 | 25 | 4 | 67 | 66 |
| Binary | 11001010 | 1010000 | 1001000 | 0 | 111100 | 1000000 | 10101 | 100 | 110111 | 110110 |
Color Harmonies of #CA5048
Complementary color
Monochromatic Colors of #CA5048
Black with #CA5048
Text Example
Text Example
White with #CA5048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5048; }
p { color: rgb(202,80,72); }
H1.HeaderClassName
{
color: #CA5048;
}
.AnyTagClassName
{
color: #CA5048;
}
</style>
background-color css
<style>
a { background-color: #CA5048; }
a { background-color: rgb(202,80,72); }
div.DivClassName
{
background-color: #CA5048;
}
.BgClassName
{
background-color: #CA5048;
}
</style>
border-color css
<style>
span { border-color: #CA5048; }
span { border-color: rgb(202,80,72); }
td.TdClassName
{
border-color: #CA5048;
}
.TagClassName
{
border-color: #CA5048;
}
</style>