Shades of Cranberry #CA5D7E
Tints of Cranberry #CA5D7E
RGB
CMYK
RGB Variations
Color information
#CA5D7E (or 0xCA5D7E) is known color: Cranberry. HEX triplet: CA, 5D and 7E. RGB value is (202,93,126). Sum of RGB (Red+Green+Blue) = 202+93+126=421 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.98% from 421); Green value is 93 (36.72% from 255 or 22.09% from 421); Blue value is 126 (49.61% from 255 or 29.93% from 421); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5D7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5D7E is #35A281. Grayscale: #818181. Windows color (decimal): -3515010 or 8281546. OLE color: 8281546.
HSL color Cylindrical-coordinate representation of color #CA5D7E: hue angle of 341.83º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CA5D7E is Cyan = 0, Magento = 0.54, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 93 | 126 | - |
| CMYK | 0 | 0.54 | 0.38 | 0.21 |
| HSL | 341.83º | 0.51% | 0.58% | - |
| HSV(B) | 341.83º | 0.54% | 0.79% | - |
| XYZ | 32.04 | 21.89 | 22.28 | - |
| YUV | 129.35 | 126.11 | 179.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 93 | 126 | 0 | 0.54 | 0.38 | 0.21 | 341.83 | 0.51 | 0.58 |
| Hex | CA | 5D | 7E | 0 | 36 | 26 | 15 | 156 | 33 | 3A |
| Octal | 312 | 135 | 176 | 0 | 66 | 46 | 25 | 526 | 63 | 72 |
| Binary | 11001010 | 1011101 | 1111110 | 0 | 110110 | 100110 | 10101 | 101010110 | 110011 | 111010 |
Color Harmonies of #CA5D7E
Complementary color
Monochromatic Colors of #CA5D7E
Black with #CA5D7E
Text Example
Text Example
White with #CA5D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5D7E; }
p { color: rgb(202,93,126); }
H1.HeaderClassName
{
color: #CA5D7E;
}
.AnyTagClassName
{
color: #CA5D7E;
}
</style>
background-color css
<style>
a { background-color: #CA5D7E; }
a { background-color: rgb(202,93,126); }
div.DivClassName
{
background-color: #CA5D7E;
}
.BgClassName
{
background-color: #CA5D7E;
}
</style>
border-color css
<style>
span { border-color: #CA5D7E; }
span { border-color: rgb(202,93,126); }
td.TdClassName
{
border-color: #CA5D7E;
}
.TagClassName
{
border-color: #CA5D7E;
}
</style>