Shades of Sunset #CA4644
Tints of Sunset #CA4644
RGB
CMYK
RGB Variations
Color information
#CA4644 (or 0xCA4644) is known color: Sunset. HEX triplet: CA, 46 and 44. RGB value is (202,70,68). Sum of RGB (Red+Green+Blue) = 202+70+68=340 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.41% from 340); Green value is 70 (27.73% from 255 or 20.59% from 340); Blue value is 68 (26.95% from 255 or 20% from 340); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4644 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4644 is #35B9BB. Grayscale: #6D6D6D. Windows color (decimal): -3520956 or 4474570. OLE color: 4474570.
HSL color Cylindrical-coordinate representation of color #CA4644: hue angle of 0.9º 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 #CA4644 is Cyan = 0, Magento = 0.65, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 70 | 68 | - |
| CMYK | 0 | 0.65 | 0.66 | 0.21 |
| HSL | 0.9º | 0.56% | 0.53% | - |
| HSV(B) | 0.9º | 0.66% | 0.79% | - |
| XYZ | 27.59 | 17.35 | 7.36 | - |
| YUV | 109.24 | 104.73 | 194.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 70 | 68 | 0 | 0.65 | 0.66 | 0.21 | 0.9 | 0.56 | 0.53 |
| Hex | CA | 46 | 44 | 0 | 41 | 42 | 15 | 1 | 38 | 35 |
| Octal | 312 | 106 | 104 | 0 | 101 | 102 | 25 | 1 | 70 | 65 |
| Binary | 11001010 | 1000110 | 1000100 | 0 | 1000001 | 1000010 | 10101 | 1 | 111000 | 110101 |
Color Harmonies of #CA4644
Complementary color
Monochromatic Colors of #CA4644
Black with #CA4644
Text Example
Text Example
White with #CA4644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4644; }
p { color: rgb(202,70,68); }
H1.HeaderClassName
{
color: #CA4644;
}
.AnyTagClassName
{
color: #CA4644;
}
</style>
background-color css
<style>
a { background-color: #CA4644; }
a { background-color: rgb(202,70,68); }
div.DivClassName
{
background-color: #CA4644;
}
.BgClassName
{
background-color: #CA4644;
}
</style>
border-color css
<style>
span { border-color: #CA4644; }
span { border-color: rgb(202,70,68); }
td.TdClassName
{
border-color: #CA4644;
}
.TagClassName
{
border-color: #CA4644;
}
</style>