Shades of Cranberry #CA5E7F
Tints of Cranberry #CA5E7F
RGB
CMYK
RGB Variations
Color information
#CA5E7F (or 0xCA5E7F) is known color: Cranberry. HEX triplet: CA, 5E and 7F. RGB value is (202,94,127). Sum of RGB (Red+Green+Blue) = 202+94+127=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 94 (37.11% from 255 or 22.22% from 423); Blue value is 127 (50% from 255 or 30.02% from 423); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5E7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5E7F is #35A180. Grayscale: #828282. Windows color (decimal): -3514753 or 8347338. OLE color: 8347338.
HSL color Cylindrical-coordinate representation of color #CA5E7F: hue angle of 341.67º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CA5E7F is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 94 | 127 | - |
| CMYK | 0 | 0.53 | 0.37 | 0.21 |
| HSL | 341.67º | 0.5% | 0.58% | - |
| HSV(B) | 341.67º | 0.53% | 0.79% | - |
| XYZ | 32.19 | 22.09 | 22.65 | - |
| YUV | 130.05 | 126.28 | 179.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 94 | 127 | 0 | 0.53 | 0.37 | 0.21 | 341.67 | 0.5 | 0.58 |
| Hex | CA | 5E | 7F | 0 | 35 | 25 | 15 | 156 | 32 | 3A |
| Octal | 312 | 136 | 177 | 0 | 65 | 45 | 25 | 526 | 62 | 72 |
| Binary | 11001010 | 1011110 | 1111111 | 0 | 110101 | 100101 | 10101 | 101010110 | 110010 | 111010 |
Color Harmonies of #CA5E7F
Complementary color
Monochromatic Colors of #CA5E7F
Black with #CA5E7F
Text Example
Text Example
White with #CA5E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5E7F; }
p { color: rgb(202,94,127); }
H1.HeaderClassName
{
color: #CA5E7F;
}
.AnyTagClassName
{
color: #CA5E7F;
}
</style>
background-color css
<style>
a { background-color: #CA5E7F; }
a { background-color: rgb(202,94,127); }
div.DivClassName
{
background-color: #CA5E7F;
}
.BgClassName
{
background-color: #CA5E7F;
}
</style>
border-color css
<style>
span { border-color: #CA5E7F; }
span { border-color: rgb(202,94,127); }
td.TdClassName
{
border-color: #CA5E7F;
}
.TagClassName
{
border-color: #CA5E7F;
}
</style>