Shades of Cranberry #CA4C7D
Tints of Cranberry #CA4C7D
RGB
CMYK
RGB Variations
Color information
#CA4C7D (or 0xCA4C7D) is known color: Cranberry. HEX triplet: CA, 4C and 7D. RGB value is (202,76,125). Sum of RGB (Red+Green+Blue) = 202+76+125=403 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.12% from 403); Green value is 76 (30.08% from 255 or 18.86% from 403); Blue value is 125 (49.22% from 255 or 31.02% from 403); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4C7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4C7D is #35B382. Grayscale: #777777. Windows color (decimal): -3519363 or 8211658. OLE color: 8211658.
HSL color Cylindrical-coordinate representation of color #CA4C7D: hue angle of 336.67º 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 #CA4C7D is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 76 | 125 | - |
| CMYK | 0 | 0.62 | 0.38 | 0.21 |
| HSL | 336.67º | 0.54% | 0.55% | - |
| HSV(B) | 336.67º | 0.62% | 0.79% | - |
| XYZ | 30.64 | 19.21 | 21.49 | - |
| YUV | 119.26 | 131.24 | 187.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 76 | 125 | 0 | 0.62 | 0.38 | 0.21 | 336.67 | 0.54 | 0.55 |
| Hex | CA | 4C | 7D | 0 | 3E | 26 | 15 | 151 | 36 | 37 |
| Octal | 312 | 114 | 175 | 0 | 76 | 46 | 25 | 521 | 66 | 67 |
| Binary | 11001010 | 1001100 | 1111101 | 0 | 111110 | 100110 | 10101 | 101010001 | 110110 | 110111 |
Color Harmonies of #CA4C7D
Complementary color
Monochromatic Colors of #CA4C7D
Black with #CA4C7D
Text Example
Text Example
White with #CA4C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4C7D; }
p { color: rgb(202,76,125); }
H1.HeaderClassName
{
color: #CA4C7D;
}
.AnyTagClassName
{
color: #CA4C7D;
}
</style>
background-color css
<style>
a { background-color: #CA4C7D; }
a { background-color: rgb(202,76,125); }
div.DivClassName
{
background-color: #CA4C7D;
}
.BgClassName
{
background-color: #CA4C7D;
}
</style>
border-color css
<style>
span { border-color: #CA4C7D; }
span { border-color: rgb(202,76,125); }
td.TdClassName
{
border-color: #CA4C7D;
}
.TagClassName
{
border-color: #CA4C7D;
}
</style>