Shades of Cranberry #CA4E7E
Tints of Cranberry #CA4E7E
RGB
CMYK
RGB Variations
Color information
#CA4E7E (or 0xCA4E7E) is known color: Cranberry. HEX triplet: CA, 4E and 7E. RGB value is (202,78,126). Sum of RGB (Red+Green+Blue) = 202+78+126=406 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.75% from 406); Green value is 78 (30.86% from 255 or 19.21% from 406); Blue value is 126 (49.61% from 255 or 31.03% from 406); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4E7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA4E7E is #35B181. Grayscale: #787878. Windows color (decimal): -3518850 or 8277706. OLE color: 8277706.
HSL color Cylindrical-coordinate representation of color #CA4E7E: hue angle of 336.77º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CA4E7E is Cyan = 0, Magento = 0.61, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 78 | 126 | - |
| CMYK | 0 | 0.61 | 0.38 | 0.21 |
| HSL | 336.77º | 0.54% | 0.55% | - |
| HSV(B) | 336.77º | 0.61% | 0.79% | - |
| XYZ | 30.85 | 19.51 | 21.88 | - |
| YUV | 120.55 | 131.08 | 186.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 78 | 126 | 0 | 0.61 | 0.38 | 0.21 | 336.77 | 0.54 | 0.55 |
| Hex | CA | 4E | 7E | 0 | 3D | 26 | 15 | 151 | 36 | 37 |
| Octal | 312 | 116 | 176 | 0 | 75 | 46 | 25 | 521 | 66 | 67 |
| Binary | 11001010 | 1001110 | 1111110 | 0 | 111101 | 100110 | 10101 | 101010001 | 110110 | 110111 |
Color Harmonies of #CA4E7E
Complementary color
Monochromatic Colors of #CA4E7E
Black with #CA4E7E
Text Example
Text Example
White with #CA4E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4E7E; }
p { color: rgb(202,78,126); }
H1.HeaderClassName
{
color: #CA4E7E;
}
.AnyTagClassName
{
color: #CA4E7E;
}
</style>
background-color css
<style>
a { background-color: #CA4E7E; }
a { background-color: rgb(202,78,126); }
div.DivClassName
{
background-color: #CA4E7E;
}
.BgClassName
{
background-color: #CA4E7E;
}
</style>
border-color css
<style>
span { border-color: #CA4E7E; }
span { border-color: rgb(202,78,126); }
td.TdClassName
{
border-color: #CA4E7E;
}
.TagClassName
{
border-color: #CA4E7E;
}
</style>