Shades of Sunset #CA4845
Tints of Sunset #CA4845
RGB
CMYK
RGB Variations
Color information
#CA4845 (or 0xCA4845) is known color: Sunset. HEX triplet: CA, 48 and 45. RGB value is (202,72,69). Sum of RGB (Red+Green+Blue) = 202+72+69=343 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.89% from 343); Green value is 72 (28.52% from 255 or 20.99% from 343); Blue value is 69 (27.34% from 255 or 20.12% from 343); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4845 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4845 is #35B7BA. Grayscale: #6E6E6E. Windows color (decimal): -3520443 or 4540618. OLE color: 4540618.
HSL color Cylindrical-coordinate representation of color #CA4845: hue angle of 1.35º 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 #CA4845 is Cyan = 0, Magento = 0.64, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 72 | 69 | - |
| CMYK | 0 | 0.64 | 0.66 | 0.21 |
| HSL | 1.35º | 0.56% | 0.53% | - |
| HSV(B) | 1.35º | 0.66% | 0.79% | - |
| XYZ | 27.75 | 17.62 | 7.57 | - |
| YUV | 110.53 | 104.57 | 193.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 72 | 69 | 0 | 0.64 | 0.66 | 0.21 | 1.35 | 0.56 | 0.53 |
| Hex | CA | 48 | 45 | 0 | 40 | 42 | 15 | 1 | 38 | 35 |
| Octal | 312 | 110 | 105 | 0 | 100 | 102 | 25 | 1 | 70 | 65 |
| Binary | 11001010 | 1001000 | 1000101 | 0 | 1000000 | 1000010 | 10101 | 1 | 111000 | 110101 |
Color Harmonies of #CA4845
Complementary color
Monochromatic Colors of #CA4845
Black with #CA4845
Text Example
Text Example
White with #CA4845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4845; }
p { color: rgb(202,72,69); }
H1.HeaderClassName
{
color: #CA4845;
}
.AnyTagClassName
{
color: #CA4845;
}
</style>
background-color css
<style>
a { background-color: #CA4845; }
a { background-color: rgb(202,72,69); }
div.DivClassName
{
background-color: #CA4845;
}
.BgClassName
{
background-color: #CA4845;
}
</style>
border-color css
<style>
span { border-color: #CA4845; }
span { border-color: rgb(202,72,69); }
td.TdClassName
{
border-color: #CA4845;
}
.TagClassName
{
border-color: #CA4845;
}
</style>