Shades of Sunset #CA5043
Tints of Sunset #CA5043
RGB
CMYK
RGB Variations
Color information
#CA5043 (or 0xCA5043) is known color: Sunset. HEX triplet: CA, 50 and 43. RGB value is (202,80,67). Sum of RGB (Red+Green+Blue) = 202+80+67=349 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.88% from 349); Green value is 80 (31.64% from 255 or 22.92% from 349); Blue value is 67 (26.56% from 255 or 19.20% from 349); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5043 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5043 is #35AFBC. Grayscale: #737373. Windows color (decimal): -3518397 or 4411594. OLE color: 4411594.
HSL color Cylindrical-coordinate representation of color #CA5043: hue angle of 5.78º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CA5043 is Cyan = 0, Magento = 0.60, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 80 | 67 | - |
| CMYK | 0 | 0.60 | 0.67 | 0.21 |
| HSL | 5.78º | 0.56% | 0.53% | - |
| HSV(B) | 5.78º | 0.67% | 0.79% | - |
| XYZ | 28.24 | 18.7 | 7.43 | - |
| YUV | 115 | 100.92 | 190.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 80 | 67 | 0 | 0.60 | 0.67 | 0.21 | 5.78 | 0.56 | 0.53 |
| Hex | CA | 50 | 43 | 0 | 3C | 43 | 15 | 6 | 38 | 35 |
| Octal | 312 | 120 | 103 | 0 | 74 | 103 | 25 | 6 | 70 | 65 |
| Binary | 11001010 | 1010000 | 1000011 | 0 | 111100 | 1000011 | 10101 | 110 | 111000 | 110101 |
Color Harmonies of #CA5043
Complementary color
Monochromatic Colors of #CA5043
Black with #CA5043
Text Example
Text Example
White with #CA5043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5043; }
p { color: rgb(202,80,67); }
H1.HeaderClassName
{
color: #CA5043;
}
.AnyTagClassName
{
color: #CA5043;
}
</style>
background-color css
<style>
a { background-color: #CA5043; }
a { background-color: rgb(202,80,67); }
div.DivClassName
{
background-color: #CA5043;
}
.BgClassName
{
background-color: #CA5043;
}
</style>
border-color css
<style>
span { border-color: #CA5043; }
span { border-color: rgb(202,80,67); }
td.TdClassName
{
border-color: #CA5043;
}
.TagClassName
{
border-color: #CA5043;
}
</style>