Shades of Sunset #CA544A
Tints of Sunset #CA544A
RGB
CMYK
RGB Variations
Color information
#CA544A (or 0xCA544A) is known color: Sunset. HEX triplet: CA, 54 and 4A. RGB value is (202,84,74). Sum of RGB (Red+Green+Blue) = 202+84+74=360 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.11% from 360); Green value is 84 (33.20% from 255 or 23.33% from 360); Blue value is 74 (29.30% from 255 or 20.56% from 360); Max value from RGB is 202 - color contains mainly: red. Hex color #CA544A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA544A is #35ABB5. Grayscale: #767676. Windows color (decimal): -3517366 or 4871370. OLE color: 4871370.
HSL color Cylindrical-coordinate representation of color #CA544A: hue angle of 4.69º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CA544A is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 84 | 74 | - |
| CMYK | 0 | 0.58 | 0.63 | 0.21 |
| HSL | 4.69º | 0.55% | 0.54% | - |
| HSV(B) | 4.69º | 0.63% | 0.79% | - |
| XYZ | 28.76 | 19.39 | 8.71 | - |
| YUV | 118.14 | 103.09 | 187.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 84 | 74 | 0 | 0.58 | 0.63 | 0.21 | 4.69 | 0.55 | 0.54 |
| Hex | CA | 54 | 4A | 0 | 3A | 3F | 15 | 5 | 37 | 36 |
| Octal | 312 | 124 | 112 | 0 | 72 | 77 | 25 | 5 | 67 | 66 |
| Binary | 11001010 | 1010100 | 1001010 | 0 | 111010 | 111111 | 10101 | 101 | 110111 | 110110 |
Color Harmonies of #CA544A
Complementary color
Monochromatic Colors of #CA544A
Black with #CA544A
Text Example
Text Example
White with #CA544A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA544A; }
p { color: rgb(202,84,74); }
H1.HeaderClassName
{
color: #CA544A;
}
.AnyTagClassName
{
color: #CA544A;
}
</style>
background-color css
<style>
a { background-color: #CA544A; }
a { background-color: rgb(202,84,74); }
div.DivClassName
{
background-color: #CA544A;
}
.BgClassName
{
background-color: #CA544A;
}
</style>
border-color css
<style>
span { border-color: #CA544A; }
span { border-color: rgb(202,84,74); }
td.TdClassName
{
border-color: #CA544A;
}
.TagClassName
{
border-color: #CA544A;
}
</style>