Shades of Cranberry #CA5D80
Tints of Cranberry #CA5D80
RGB
CMYK
RGB Variations
Color information
#CA5D80 (or 0xCA5D80) is known color: Cranberry. HEX triplet: CA, 5D and 80. RGB value is (202,93,128). Sum of RGB (Red+Green+Blue) = 202+93+128=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 93 (36.72% from 255 or 21.99% from 423); Blue value is 128 (50.39% from 255 or 30.26% from 423); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5D80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5D80 is #35A27F. Grayscale: #818181. Windows color (decimal): -3515008 or 8412618. OLE color: 8412618.
HSL color Cylindrical-coordinate representation of color #CA5D80: hue angle of 340.73º 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 #CA5D80 is Cyan = 0, Magento = 0.54, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 93 | 128 | - |
| CMYK | 0 | 0.54 | 0.37 | 0.21 |
| HSL | 340.73º | 0.51% | 0.58% | - |
| HSV(B) | 340.73º | 0.54% | 0.79% | - |
| XYZ | 32.17 | 21.94 | 22.96 | - |
| YUV | 129.58 | 127.11 | 179.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 93 | 128 | 0 | 0.54 | 0.37 | 0.21 | 340.73 | 0.51 | 0.58 |
| Hex | CA | 5D | 80 | 0 | 36 | 25 | 15 | 155 | 33 | 3A |
| Octal | 312 | 135 | 200 | 0 | 66 | 45 | 25 | 525 | 63 | 72 |
| Binary | 11001010 | 1011101 | 10000000 | 0 | 110110 | 100101 | 10101 | 101010101 | 110011 | 111010 |
Color Harmonies of #CA5D80
Complementary color
Monochromatic Colors of #CA5D80
Black with #CA5D80
Text Example
Text Example
White with #CA5D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5D80; }
p { color: rgb(202,93,128); }
H1.HeaderClassName
{
color: #CA5D80;
}
.AnyTagClassName
{
color: #CA5D80;
}
</style>
background-color css
<style>
a { background-color: #CA5D80; }
a { background-color: rgb(202,93,128); }
div.DivClassName
{
background-color: #CA5D80;
}
.BgClassName
{
background-color: #CA5D80;
}
</style>
border-color css
<style>
span { border-color: #CA5D80; }
span { border-color: rgb(202,93,128); }
td.TdClassName
{
border-color: #CA5D80;
}
.TagClassName
{
border-color: #CA5D80;
}
</style>