Shades of Sunset #CA5349
Tints of Sunset #CA5349
RGB
CMYK
RGB Variations
Color information
#CA5349 (or 0xCA5349) is known color: Sunset. HEX triplet: CA, 53 and 49. RGB value is (202,83,73). Sum of RGB (Red+Green+Blue) = 202+83+73=358 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.42% from 358); Green value is 83 (32.81% from 255 or 23.18% from 358); Blue value is 73 (28.91% from 255 or 20.39% from 358); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5349 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5349 is #35ACB6. Grayscale: #757575. Windows color (decimal): -3517623 or 4805578. OLE color: 4805578.
HSL color Cylindrical-coordinate representation of color #CA5349: hue angle of 4.65º 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 #CA5349 is Cyan = 0, Magento = 0.59, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 83 | 73 | - |
| CMYK | 0 | 0.59 | 0.64 | 0.21 |
| HSL | 4.65º | 0.55% | 0.54% | - |
| HSV(B) | 4.65º | 0.64% | 0.79% | - |
| XYZ | 28.65 | 19.22 | 8.5 | - |
| YUV | 117.44 | 102.92 | 188.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 83 | 73 | 0 | 0.59 | 0.64 | 0.21 | 4.65 | 0.55 | 0.54 |
| Hex | CA | 53 | 49 | 0 | 3B | 40 | 15 | 5 | 37 | 36 |
| Octal | 312 | 123 | 111 | 0 | 73 | 100 | 25 | 5 | 67 | 66 |
| Binary | 11001010 | 1010011 | 1001001 | 0 | 111011 | 1000000 | 10101 | 101 | 110111 | 110110 |
Color Harmonies of #CA5349
Complementary color
Monochromatic Colors of #CA5349
Black with #CA5349
Text Example
Text Example
White with #CA5349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5349; }
p { color: rgb(202,83,73); }
H1.HeaderClassName
{
color: #CA5349;
}
.AnyTagClassName
{
color: #CA5349;
}
</style>
background-color css
<style>
a { background-color: #CA5349; }
a { background-color: rgb(202,83,73); }
div.DivClassName
{
background-color: #CA5349;
}
.BgClassName
{
background-color: #CA5349;
}
</style>
border-color css
<style>
span { border-color: #CA5349; }
span { border-color: rgb(202,83,73); }
td.TdClassName
{
border-color: #CA5349;
}
.TagClassName
{
border-color: #CA5349;
}
</style>