Shades of Cranberry #CE5884
Tints of Cranberry #CE5884
RGB
CMYK
RGB Variations
Color information
#CE5884 (or 0xCE5884) is known color: Cranberry. HEX triplet: CE, 58 and 84. RGB value is (206,88,132). Sum of RGB (Red+Green+Blue) = 206+88+132=426 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.36% from 426); Green value is 88 (34.77% from 255 or 20.66% from 426); Blue value is 132 (51.95% from 255 or 30.99% from 426); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5884 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5884 is #31A77B. Grayscale: #808080. Windows color (decimal): -3254140 or 8673486. OLE color: 8673486.
HSL color Cylindrical-coordinate representation of color #CE5884: hue angle of 337.63º degrees, saturation: 0.55, 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 #CE5884 is Cyan = 0, Magento = 0.57, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 88 | 132 | - |
| CMYK | 0 | 0.57 | 0.36 | 0.19 |
| HSL | 337.63º | 0.55% | 0.58% | - |
| HSV(B) | 337.63º | 0.57% | 0.81% | - |
| XYZ | 33.11 | 21.77 | 24.29 | - |
| YUV | 128.3 | 130.09 | 183.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 88 | 132 | 0 | 0.57 | 0.36 | 0.19 | 337.63 | 0.55 | 0.58 |
| Hex | CE | 58 | 84 | 0 | 39 | 24 | 13 | 152 | 37 | 3A |
| Octal | 316 | 130 | 204 | 0 | 71 | 44 | 23 | 522 | 67 | 72 |
| Binary | 11001110 | 1011000 | 10000100 | 0 | 111001 | 100100 | 10011 | 101010010 | 110111 | 111010 |
Color Harmonies of #CE5884
Complementary color
Monochromatic Colors of #CE5884
Black with #CE5884
Text Example
Text Example
White with #CE5884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5884; }
p { color: rgb(206,88,132); }
H1.HeaderClassName
{
color: #CE5884;
}
.AnyTagClassName
{
color: #CE5884;
}
</style>
background-color css
<style>
a { background-color: #CE5884; }
a { background-color: rgb(206,88,132); }
div.DivClassName
{
background-color: #CE5884;
}
.BgClassName
{
background-color: #CE5884;
}
</style>
border-color css
<style>
span { border-color: #CE5884; }
span { border-color: rgb(206,88,132); }
td.TdClassName
{
border-color: #CE5884;
}
.TagClassName
{
border-color: #CE5884;
}
</style>