Shades of Cranberry #CA5E80
Tints of Cranberry #CA5E80
RGB
CMYK
RGB Variations
Color information
#CA5E80 (or 0xCA5E80) is known color: Cranberry. HEX triplet: CA, 5E and 80. RGB value is (202,94,128). Sum of RGB (Red+Green+Blue) = 202+94+128=424 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.64% from 424); Green value is 94 (37.11% from 255 or 22.17% from 424); Blue value is 128 (50.39% from 255 or 30.19% from 424); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5E80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5E80 is #35A17F. Grayscale: #828282. Windows color (decimal): -3514752 or 8412874. OLE color: 8412874.
HSL color Cylindrical-coordinate representation of color #CA5E80: hue angle of 341.11º 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 #CA5E80 is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 94 | 128 | - |
| CMYK | 0 | 0.53 | 0.37 | 0.21 |
| HSL | 341.11º | 0.5% | 0.58% | - |
| HSV(B) | 341.11º | 0.53% | 0.79% | - |
| XYZ | 32.26 | 22.12 | 22.99 | - |
| YUV | 130.17 | 126.78 | 179.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 94 | 128 | 0 | 0.53 | 0.37 | 0.21 | 341.11 | 0.5 | 0.58 |
| Hex | CA | 5E | 80 | 0 | 35 | 25 | 15 | 155 | 32 | 3A |
| Octal | 312 | 136 | 200 | 0 | 65 | 45 | 25 | 525 | 62 | 72 |
| Binary | 11001010 | 1011110 | 10000000 | 0 | 110101 | 100101 | 10101 | 101010101 | 110010 | 111010 |
Color Harmonies of #CA5E80
Complementary color
Monochromatic Colors of #CA5E80
Black with #CA5E80
Text Example
Text Example
White with #CA5E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5E80; }
p { color: rgb(202,94,128); }
H1.HeaderClassName
{
color: #CA5E80;
}
.AnyTagClassName
{
color: #CA5E80;
}
</style>
background-color css
<style>
a { background-color: #CA5E80; }
a { background-color: rgb(202,94,128); }
div.DivClassName
{
background-color: #CA5E80;
}
.BgClassName
{
background-color: #CA5E80;
}
</style>
border-color css
<style>
span { border-color: #CA5E80; }
span { border-color: rgb(202,94,128); }
td.TdClassName
{
border-color: #CA5E80;
}
.TagClassName
{
border-color: #CA5E80;
}
</style>