Shades of Sunset #CA4A46
Tints of Sunset #CA4A46
RGB
CMYK
RGB Variations
Color information
#CA4A46 (or 0xCA4A46) is known color: Sunset. HEX triplet: CA, 4A and 46. RGB value is (202,74,70). Sum of RGB (Red+Green+Blue) = 202+74+70=346 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.38% from 346); Green value is 74 (29.30% from 255 or 21.39% from 346); Blue value is 70 (27.73% from 255 or 20.23% from 346); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4A46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4A46 is #35B5B9. Grayscale: #6F6F6F. Windows color (decimal): -3519930 or 4606666. OLE color: 4606666.
HSL color Cylindrical-coordinate representation of color #CA4A46: hue angle of 1.82º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CA4A46 is Cyan = 0, Magento = 0.63, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 74 | 70 | - |
| CMYK | 0 | 0.63 | 0.65 | 0.21 |
| HSL | 1.82º | 0.55% | 0.53% | - |
| HSV(B) | 1.82º | 0.65% | 0.79% | - |
| XYZ | 27.91 | 17.9 | 7.78 | - |
| YUV | 111.82 | 104.41 | 192.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 74 | 70 | 0 | 0.63 | 0.65 | 0.21 | 1.82 | 0.55 | 0.53 |
| Hex | CA | 4A | 46 | 0 | 3F | 41 | 15 | 2 | 37 | 35 |
| Octal | 312 | 112 | 106 | 0 | 77 | 101 | 25 | 2 | 67 | 65 |
| Binary | 11001010 | 1001010 | 1000110 | 0 | 111111 | 1000001 | 10101 | 10 | 110111 | 110101 |
Color Harmonies of #CA4A46
Complementary color
Monochromatic Colors of #CA4A46
Black with #CA4A46
Text Example
Text Example
White with #CA4A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4A46; }
p { color: rgb(202,74,70); }
H1.HeaderClassName
{
color: #CA4A46;
}
.AnyTagClassName
{
color: #CA4A46;
}
</style>
background-color css
<style>
a { background-color: #CA4A46; }
a { background-color: rgb(202,74,70); }
div.DivClassName
{
background-color: #CA4A46;
}
.BgClassName
{
background-color: #CA4A46;
}
</style>
border-color css
<style>
span { border-color: #CA4A46; }
span { border-color: rgb(202,74,70); }
td.TdClassName
{
border-color: #CA4A46;
}
.TagClassName
{
border-color: #CA4A46;
}
</style>