Shades of Cranberry #CE5980
Tints of Cranberry #CE5980
RGB
CMYK
RGB Variations
Color information
#CE5980 (or 0xCE5980) is known color: Cranberry. HEX triplet: CE, 59 and 80. RGB value is (206,89,128). Sum of RGB (Red+Green+Blue) = 206+89+128=423 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.70% from 423); Green value is 89 (35.16% from 255 or 21.04% from 423); Blue value is 128 (50.39% from 255 or 30.26% from 423); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5980 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5980 is #31A67F. Grayscale: #808080. Windows color (decimal): -3253888 or 8411598. OLE color: 8411598.
HSL color Cylindrical-coordinate representation of color #CE5980: hue angle of 340º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CE5980 is Cyan = 0, Magento = 0.57, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 89 | 128 | - |
| CMYK | 0 | 0.57 | 0.38 | 0.19 |
| HSL | 340º | 0.54% | 0.58% | - |
| HSV(B) | 340º | 0.57% | 0.81% | - |
| XYZ | 32.92 | 21.83 | 22.9 | - |
| YUV | 128.43 | 127.76 | 183.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 89 | 128 | 0 | 0.57 | 0.38 | 0.19 | 340 | 0.54 | 0.58 |
| Hex | CE | 59 | 80 | 0 | 39 | 26 | 13 | 154 | 36 | 3A |
| Octal | 316 | 131 | 200 | 0 | 71 | 46 | 23 | 524 | 66 | 72 |
| Binary | 11001110 | 1011001 | 10000000 | 0 | 111001 | 100110 | 10011 | 101010100 | 110110 | 111010 |
Color Harmonies of #CE5980
Complementary color
Monochromatic Colors of #CE5980
Black with #CE5980
Text Example
Text Example
White with #CE5980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5980; }
p { color: rgb(206,89,128); }
H1.HeaderClassName
{
color: #CE5980;
}
.AnyTagClassName
{
color: #CE5980;
}
</style>
background-color css
<style>
a { background-color: #CE5980; }
a { background-color: rgb(206,89,128); }
div.DivClassName
{
background-color: #CE5980;
}
.BgClassName
{
background-color: #CE5980;
}
</style>
border-color css
<style>
span { border-color: #CE5980; }
span { border-color: rgb(206,89,128); }
td.TdClassName
{
border-color: #CE5980;
}
.TagClassName
{
border-color: #CE5980;
}
</style>