Shades of Sunset #CA4D42
Tints of Sunset #CA4D42
RGB
CMYK
RGB Variations
Color information
#CA4D42 (or 0xCA4D42) is known color: Sunset. HEX triplet: CA, 4D and 42. RGB value is (202,77,66). Sum of RGB (Red+Green+Blue) = 202+77+66=345 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.55% from 345); Green value is 77 (30.47% from 255 or 22.32% from 345); Blue value is 66 (26.17% from 255 or 19.13% from 345); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4D42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA4D42 is #35B2BD. Grayscale: #717171. Windows color (decimal): -3519166 or 4345290. OLE color: 4345290.
HSL color Cylindrical-coordinate representation of color #CA4D42: hue angle of 4.85º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CA4D42 is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 77 | 66 | - |
| CMYK | 0 | 0.62 | 0.67 | 0.21 |
| HSL | 4.85º | 0.56% | 0.53% | - |
| HSV(B) | 4.85º | 0.67% | 0.79% | - |
| XYZ | 27.99 | 18.26 | 7.2 | - |
| YUV | 113.12 | 101.41 | 191.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 77 | 66 | 0 | 0.62 | 0.67 | 0.21 | 4.85 | 0.56 | 0.53 |
| Hex | CA | 4D | 42 | 0 | 3E | 43 | 15 | 5 | 38 | 35 |
| Octal | 312 | 115 | 102 | 0 | 76 | 103 | 25 | 5 | 70 | 65 |
| Binary | 11001010 | 1001101 | 1000010 | 0 | 111110 | 1000011 | 10101 | 101 | 111000 | 110101 |
Color Harmonies of #CA4D42
Complementary color
Monochromatic Colors of #CA4D42
Black with #CA4D42
Text Example
Text Example
White with #CA4D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4D42; }
p { color: rgb(202,77,66); }
H1.HeaderClassName
{
color: #CA4D42;
}
.AnyTagClassName
{
color: #CA4D42;
}
</style>
background-color css
<style>
a { background-color: #CA4D42; }
a { background-color: rgb(202,77,66); }
div.DivClassName
{
background-color: #CA4D42;
}
.BgClassName
{
background-color: #CA4D42;
}
</style>
border-color css
<style>
span { border-color: #CA4D42; }
span { border-color: rgb(202,77,66); }
td.TdClassName
{
border-color: #CA4D42;
}
.TagClassName
{
border-color: #CA4D42;
}
</style>