Shades of Sunset #CA5148
Tints of Sunset #CA5148
RGB
CMYK
RGB Variations
Color information
#CA5148 (or 0xCA5148) is known color: Sunset. HEX triplet: CA, 51 and 48. RGB value is (202,81,72). Sum of RGB (Red+Green+Blue) = 202+81+72=355 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.90% from 355); Green value is 81 (32.03% from 255 or 22.82% from 355); Blue value is 72 (28.52% from 255 or 20.28% from 355); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5148 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5148 is #35AEB7. Grayscale: #747474. Windows color (decimal): -3518136 or 4739530. OLE color: 4739530.
HSL color Cylindrical-coordinate representation of color #CA5148: hue angle of 4.15º 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 #CA5148 is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 81 | 72 | - |
| CMYK | 0 | 0.60 | 0.64 | 0.21 |
| HSL | 4.15º | 0.55% | 0.54% | - |
| HSV(B) | 4.15º | 0.64% | 0.79% | - |
| XYZ | 28.47 | 18.91 | 8.28 | - |
| YUV | 116.15 | 103.09 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 81 | 72 | 0 | 0.60 | 0.64 | 0.21 | 4.15 | 0.55 | 0.54 |
| Hex | CA | 51 | 48 | 0 | 3C | 40 | 15 | 4 | 37 | 36 |
| Octal | 312 | 121 | 110 | 0 | 74 | 100 | 25 | 4 | 67 | 66 |
| Binary | 11001010 | 1010001 | 1001000 | 0 | 111100 | 1000000 | 10101 | 100 | 110111 | 110110 |
Color Harmonies of #CA5148
Complementary color
Monochromatic Colors of #CA5148
Black with #CA5148
Text Example
Text Example
White with #CA5148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5148; }
p { color: rgb(202,81,72); }
H1.HeaderClassName
{
color: #CA5148;
}
.AnyTagClassName
{
color: #CA5148;
}
</style>
background-color css
<style>
a { background-color: #CA5148; }
a { background-color: rgb(202,81,72); }
div.DivClassName
{
background-color: #CA5148;
}
.BgClassName
{
background-color: #CA5148;
}
</style>
border-color css
<style>
span { border-color: #CA5148; }
span { border-color: rgb(202,81,72); }
td.TdClassName
{
border-color: #CA5148;
}
.TagClassName
{
border-color: #CA5148;
}
</style>