Shades of Cranberry #CA4778
Tints of Cranberry #CA4778
RGB
CMYK
RGB Variations
Color information
#CA4778 (or 0xCA4778) is known color: Cranberry. HEX triplet: CA, 47 and 78. RGB value is (202,71,120). Sum of RGB (Red+Green+Blue) = 202+71+120=393 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.40% from 393); Green value is 71 (28.12% from 255 or 18.07% from 393); Blue value is 120 (47.27% from 255 or 30.53% from 393); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4778 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4778 is #35B887. Grayscale: #737373. Windows color (decimal): -3520648 or 7882698. OLE color: 7882698.
HSL color Cylindrical-coordinate representation of color #CA4778: hue angle of 337.56º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CA4778 is Cyan = 0, Magento = 0.65, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 71 | 120 | - |
| CMYK | 0 | 0.65 | 0.41 | 0.21 |
| HSL | 337.56º | 0.55% | 0.54% | - |
| HSV(B) | 337.56º | 0.65% | 0.79% | - |
| XYZ | 30 | 18.42 | 19.74 | - |
| YUV | 115.76 | 130.4 | 189.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 71 | 120 | 0 | 0.65 | 0.41 | 0.21 | 337.56 | 0.55 | 0.54 |
| Hex | CA | 47 | 78 | 0 | 41 | 29 | 15 | 152 | 37 | 36 |
| Octal | 312 | 107 | 170 | 0 | 101 | 51 | 25 | 522 | 67 | 66 |
| Binary | 11001010 | 1000111 | 1111000 | 0 | 1000001 | 101001 | 10101 | 101010010 | 110111 | 110110 |
Color Harmonies of #CA4778
Complementary color
Monochromatic Colors of #CA4778
Black with #CA4778
Text Example
Text Example
White with #CA4778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4778; }
p { color: rgb(202,71,120); }
H1.HeaderClassName
{
color: #CA4778;
}
.AnyTagClassName
{
color: #CA4778;
}
</style>
background-color css
<style>
a { background-color: #CA4778; }
a { background-color: rgb(202,71,120); }
div.DivClassName
{
background-color: #CA4778;
}
.BgClassName
{
background-color: #CA4778;
}
</style>
border-color css
<style>
span { border-color: #CA4778; }
span { border-color: rgb(202,71,120); }
td.TdClassName
{
border-color: #CA4778;
}
.TagClassName
{
border-color: #CA4778;
}
</style>