Shades of Sunset #CA4E4A
Tints of Sunset #CA4E4A
RGB
CMYK
RGB Variations
Color information
#CA4E4A (or 0xCA4E4A) is known color: Sunset. HEX triplet: CA, 4E and 4A. RGB value is (202,78,74). Sum of RGB (Red+Green+Blue) = 202+78+74=354 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.06% from 354); Green value is 78 (30.86% from 255 or 22.03% from 354); Blue value is 74 (29.30% from 255 or 20.90% from 354); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4E4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA4E4A is #35B1B5. Grayscale: #727272. Windows color (decimal): -3518902 or 4869834. OLE color: 4869834.
HSL color Cylindrical-coordinate representation of color #CA4E4A: hue angle of 1.88º 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 #CA4E4A is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 78 | 74 | - |
| CMYK | 0 | 0.61 | 0.63 | 0.21 |
| HSL | 1.88º | 0.55% | 0.54% | - |
| HSV(B) | 1.88º | 0.63% | 0.79% | - |
| XYZ | 28.32 | 18.5 | 8.56 | - |
| YUV | 114.62 | 105.08 | 190.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 78 | 74 | 0 | 0.61 | 0.63 | 0.21 | 1.88 | 0.55 | 0.54 |
| Hex | CA | 4E | 4A | 0 | 3D | 3F | 15 | 2 | 37 | 36 |
| Octal | 312 | 116 | 112 | 0 | 75 | 77 | 25 | 2 | 67 | 66 |
| Binary | 11001010 | 1001110 | 1001010 | 0 | 111101 | 111111 | 10101 | 10 | 110111 | 110110 |
Color Harmonies of #CA4E4A
Complementary color
Monochromatic Colors of #CA4E4A
Black with #CA4E4A
Text Example
Text Example
White with #CA4E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4E4A; }
p { color: rgb(202,78,74); }
H1.HeaderClassName
{
color: #CA4E4A;
}
.AnyTagClassName
{
color: #CA4E4A;
}
</style>
background-color css
<style>
a { background-color: #CA4E4A; }
a { background-color: rgb(202,78,74); }
div.DivClassName
{
background-color: #CA4E4A;
}
.BgClassName
{
background-color: #CA4E4A;
}
</style>
border-color css
<style>
span { border-color: #CA4E4A; }
span { border-color: rgb(202,78,74); }
td.TdClassName
{
border-color: #CA4E4A;
}
.TagClassName
{
border-color: #CA4E4A;
}
</style>