Shades of Sunset #CA4D45
Tints of Sunset #CA4D45
RGB
CMYK
RGB Variations
Color information
#CA4D45 (or 0xCA4D45) is known color: Sunset. HEX triplet: CA, 4D and 45. RGB value is (202,77,69). Sum of RGB (Red+Green+Blue) = 202+77+69=348 (46% of max value = 765). Red value is 202 (79.30% from 255 or 58.05% from 348); Green value is 77 (30.47% from 255 or 22.13% from 348); Blue value is 69 (27.34% from 255 or 19.83% from 348); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4D45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA4D45 is #35B2BA. Grayscale: #717171. Windows color (decimal): -3519163 or 4541898. OLE color: 4541898.
HSL color Cylindrical-coordinate representation of color #CA4D45: hue angle of 3.61º 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 #CA4D45 is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 77 | 69 | - |
| CMYK | 0 | 0.62 | 0.66 | 0.21 |
| HSL | 3.61º | 0.56% | 0.53% | - |
| HSV(B) | 3.61º | 0.66% | 0.79% | - |
| XYZ | 28.09 | 18.29 | 7.68 | - |
| YUV | 113.46 | 102.91 | 191.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 77 | 69 | 0 | 0.62 | 0.66 | 0.21 | 3.61 | 0.56 | 0.53 |
| Hex | CA | 4D | 45 | 0 | 3E | 42 | 15 | 4 | 38 | 35 |
| Octal | 312 | 115 | 105 | 0 | 76 | 102 | 25 | 4 | 70 | 65 |
| Binary | 11001010 | 1001101 | 1000101 | 0 | 111110 | 1000010 | 10101 | 100 | 111000 | 110101 |
Color Harmonies of #CA4D45
Complementary color
Monochromatic Colors of #CA4D45
Black with #CA4D45
Text Example
Text Example
White with #CA4D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4D45; }
p { color: rgb(202,77,69); }
H1.HeaderClassName
{
color: #CA4D45;
}
.AnyTagClassName
{
color: #CA4D45;
}
</style>
background-color css
<style>
a { background-color: #CA4D45; }
a { background-color: rgb(202,77,69); }
div.DivClassName
{
background-color: #CA4D45;
}
.BgClassName
{
background-color: #CA4D45;
}
</style>
border-color css
<style>
span { border-color: #CA4D45; }
span { border-color: rgb(202,77,69); }
td.TdClassName
{
border-color: #CA4D45;
}
.TagClassName
{
border-color: #CA4D45;
}
</style>