Shades of Cranberry #CA5A7E
Tints of Cranberry #CA5A7E
RGB
CMYK
RGB Variations
Color information
#CA5A7E (or 0xCA5A7E) is known color: Cranberry. HEX triplet: CA, 5A and 7E. RGB value is (202,90,126). Sum of RGB (Red+Green+Blue) = 202+90+126=418 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.33% from 418); Green value is 90 (35.55% from 255 or 21.53% from 418); Blue value is 126 (49.61% from 255 or 30.14% from 418); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5A7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5A7E is #35A581. Grayscale: #7F7F7F. Windows color (decimal): -3515778 or 8280778. OLE color: 8280778.
HSL color Cylindrical-coordinate representation of color #CA5A7E: hue angle of 340.71º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CA5A7E is Cyan = 0, Magento = 0.55, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 90 | 126 | - |
| CMYK | 0 | 0.55 | 0.38 | 0.21 |
| HSL | 340.71º | 0.51% | 0.57% | - |
| HSV(B) | 340.71º | 0.55% | 0.79% | - |
| XYZ | 31.78 | 21.38 | 22.19 | - |
| YUV | 127.59 | 127.11 | 181.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 90 | 126 | 0 | 0.55 | 0.38 | 0.21 | 340.71 | 0.51 | 0.57 |
| Hex | CA | 5A | 7E | 0 | 37 | 26 | 15 | 155 | 33 | 39 |
| Octal | 312 | 132 | 176 | 0 | 67 | 46 | 25 | 525 | 63 | 71 |
| Binary | 11001010 | 1011010 | 1111110 | 0 | 110111 | 100110 | 10101 | 101010101 | 110011 | 111001 |
Color Harmonies of #CA5A7E
Complementary color
Monochromatic Colors of #CA5A7E
Black with #CA5A7E
Text Example
Text Example
White with #CA5A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5A7E; }
p { color: rgb(202,90,126); }
H1.HeaderClassName
{
color: #CA5A7E;
}
.AnyTagClassName
{
color: #CA5A7E;
}
</style>
background-color css
<style>
a { background-color: #CA5A7E; }
a { background-color: rgb(202,90,126); }
div.DivClassName
{
background-color: #CA5A7E;
}
.BgClassName
{
background-color: #CA5A7E;
}
</style>
border-color css
<style>
span { border-color: #CA5A7E; }
span { border-color: rgb(202,90,126); }
td.TdClassName
{
border-color: #CA5A7E;
}
.TagClassName
{
border-color: #CA5A7E;
}
</style>