Shades of Cranberry #CA4D7D
Tints of Cranberry #CA4D7D
RGB
CMYK
RGB Variations
Color information
#CA4D7D (or 0xCA4D7D) is known color: Cranberry. HEX triplet: CA, 4D and 7D. RGB value is (202,77,125). Sum of RGB (Red+Green+Blue) = 202+77+125=404 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50% from 404); Green value is 77 (30.47% from 255 or 19.06% from 404); Blue value is 125 (49.22% from 255 or 30.94% from 404); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4D7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA4D7D is #35B282. Grayscale: #777777. Windows color (decimal): -3519107 or 8211914. OLE color: 8211914.
HSL color Cylindrical-coordinate representation of color #CA4D7D: hue angle of 336.96º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CA4D7D is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 77 | 125 | - |
| CMYK | 0 | 0.62 | 0.38 | 0.21 |
| HSL | 336.96º | 0.54% | 0.55% | - |
| HSV(B) | 336.96º | 0.62% | 0.79% | - |
| XYZ | 30.71 | 19.34 | 21.52 | - |
| YUV | 119.85 | 130.91 | 186.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 77 | 125 | 0 | 0.62 | 0.38 | 0.21 | 336.96 | 0.54 | 0.55 |
| Hex | CA | 4D | 7D | 0 | 3E | 26 | 15 | 151 | 36 | 37 |
| Octal | 312 | 115 | 175 | 0 | 76 | 46 | 25 | 521 | 66 | 67 |
| Binary | 11001010 | 1001101 | 1111101 | 0 | 111110 | 100110 | 10101 | 101010001 | 110110 | 110111 |
Color Harmonies of #CA4D7D
Complementary color
Monochromatic Colors of #CA4D7D
Black with #CA4D7D
Text Example
Text Example
White with #CA4D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4D7D; }
p { color: rgb(202,77,125); }
H1.HeaderClassName
{
color: #CA4D7D;
}
.AnyTagClassName
{
color: #CA4D7D;
}
</style>
background-color css
<style>
a { background-color: #CA4D7D; }
a { background-color: rgb(202,77,125); }
div.DivClassName
{
background-color: #CA4D7D;
}
.BgClassName
{
background-color: #CA4D7D;
}
</style>
border-color css
<style>
span { border-color: #CA4D7D; }
span { border-color: rgb(202,77,125); }
td.TdClassName
{
border-color: #CA4D7D;
}
.TagClassName
{
border-color: #CA4D7D;
}
</style>