Shades of Sunset #CA4B49
Tints of Sunset #CA4B49
RGB
CMYK
RGB Variations
Color information
#CA4B49 (or 0xCA4B49) is known color: Sunset. HEX triplet: CA, 4B and 49. RGB value is (202,75,73). Sum of RGB (Red+Green+Blue) = 202+75+73=350 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.71% from 350); Green value is 75 (29.69% from 255 or 21.43% from 350); Blue value is 73 (28.91% from 255 or 20.86% from 350); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4B49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4B49 is #35B4B6. Grayscale: #707070. Windows color (decimal): -3519671 or 4803530. OLE color: 4803530.
HSL color Cylindrical-coordinate representation of color #CA4B49: hue angle of 0.93º 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 #CA4B49 is Cyan = 0, Magento = 0.63, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 75 | 73 | - |
| CMYK | 0 | 0.63 | 0.64 | 0.21 |
| HSL | 0.93º | 0.55% | 0.54% | - |
| HSV(B) | 0.93º | 0.64% | 0.79% | - |
| XYZ | 28.08 | 18.07 | 8.31 | - |
| YUV | 112.75 | 105.58 | 191.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 75 | 73 | 0 | 0.63 | 0.64 | 0.21 | 0.93 | 0.55 | 0.54 |
| Hex | CA | 4B | 49 | 0 | 3F | 40 | 15 | 1 | 37 | 36 |
| Octal | 312 | 113 | 111 | 0 | 77 | 100 | 25 | 1 | 67 | 66 |
| Binary | 11001010 | 1001011 | 1001001 | 0 | 111111 | 1000000 | 10101 | 1 | 110111 | 110110 |
Color Harmonies of #CA4B49
Complementary color
Monochromatic Colors of #CA4B49
Black with #CA4B49
Text Example
Text Example
White with #CA4B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4B49; }
p { color: rgb(202,75,73); }
H1.HeaderClassName
{
color: #CA4B49;
}
.AnyTagClassName
{
color: #CA4B49;
}
</style>
background-color css
<style>
a { background-color: #CA4B49; }
a { background-color: rgb(202,75,73); }
div.DivClassName
{
background-color: #CA4B49;
}
.BgClassName
{
background-color: #CA4B49;
}
</style>
border-color css
<style>
span { border-color: #CA4B49; }
span { border-color: rgb(202,75,73); }
td.TdClassName
{
border-color: #CA4B49;
}
.TagClassName
{
border-color: #CA4B49;
}
</style>