Shades of Sunset #CA5045
Tints of Sunset #CA5045
RGB
CMYK
RGB Variations
Color information
#CA5045 (or 0xCA5045) is known color: Sunset. HEX triplet: CA, 50 and 45. RGB value is (202,80,69). Sum of RGB (Red+Green+Blue) = 202+80+69=351 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.55% from 351); Green value is 80 (31.64% from 255 or 22.79% from 351); Blue value is 69 (27.34% from 255 or 19.66% from 351); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5045 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5045 is #35AFBA. Grayscale: #737373. Windows color (decimal): -3518395 or 4542666. OLE color: 4542666.
HSL color Cylindrical-coordinate representation of color #CA5045: hue angle of 4.96º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CA5045 is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 80 | 69 | - |
| CMYK | 0 | 0.60 | 0.66 | 0.21 |
| HSL | 4.96º | 0.56% | 0.53% | - |
| HSV(B) | 4.96º | 0.66% | 0.79% | - |
| XYZ | 28.3 | 18.72 | 7.75 | - |
| YUV | 115.22 | 101.92 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 80 | 69 | 0 | 0.60 | 0.66 | 0.21 | 4.96 | 0.56 | 0.53 |
| Hex | CA | 50 | 45 | 0 | 3C | 42 | 15 | 5 | 38 | 35 |
| Octal | 312 | 120 | 105 | 0 | 74 | 102 | 25 | 5 | 70 | 65 |
| Binary | 11001010 | 1010000 | 1000101 | 0 | 111100 | 1000010 | 10101 | 101 | 111000 | 110101 |
Color Harmonies of #CA5045
Complementary color
Monochromatic Colors of #CA5045
Black with #CA5045
Text Example
Text Example
White with #CA5045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5045; }
p { color: rgb(202,80,69); }
H1.HeaderClassName
{
color: #CA5045;
}
.AnyTagClassName
{
color: #CA5045;
}
</style>
background-color css
<style>
a { background-color: #CA5045; }
a { background-color: rgb(202,80,69); }
div.DivClassName
{
background-color: #CA5045;
}
.BgClassName
{
background-color: #CA5045;
}
</style>
border-color css
<style>
span { border-color: #CA5045; }
span { border-color: rgb(202,80,69); }
td.TdClassName
{
border-color: #CA5045;
}
.TagClassName
{
border-color: #CA5045;
}
</style>