Shades of Cranberry #CE5883
Tints of Cranberry #CE5883
RGB
CMYK
RGB Variations
Color information
#CE5883 (or 0xCE5883) is known color: Cranberry. HEX triplet: CE, 58 and 83. RGB value is (206,88,131). Sum of RGB (Red+Green+Blue) = 206+88+131=425 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.47% from 425); Green value is 88 (34.77% from 255 or 20.71% from 425); Blue value is 131 (51.56% from 255 or 30.82% from 425); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5883 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5883 is #31A77C. Grayscale: #808080. Windows color (decimal): -3254141 or 8607950. OLE color: 8607950.
HSL color Cylindrical-coordinate representation of color #CE5883: hue angle of 338.14º 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 #CE5883 is Cyan = 0, Magento = 0.57, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 88 | 131 | - |
| CMYK | 0 | 0.57 | 0.36 | 0.19 |
| HSL | 338.14º | 0.55% | 0.58% | - |
| HSV(B) | 338.14º | 0.57% | 0.81% | - |
| XYZ | 33.04 | 21.74 | 23.93 | - |
| YUV | 128.18 | 129.59 | 183.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 88 | 131 | 0 | 0.57 | 0.36 | 0.19 | 338.14 | 0.55 | 0.58 |
| Hex | CE | 58 | 83 | 0 | 39 | 24 | 13 | 152 | 37 | 3A |
| Octal | 316 | 130 | 203 | 0 | 71 | 44 | 23 | 522 | 67 | 72 |
| Binary | 11001110 | 1011000 | 10000011 | 0 | 111001 | 100100 | 10011 | 101010010 | 110111 | 111010 |
Color Harmonies of #CE5883
Complementary color
Monochromatic Colors of #CE5883
Black with #CE5883
Text Example
Text Example
White with #CE5883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5883; }
p { color: rgb(206,88,131); }
H1.HeaderClassName
{
color: #CE5883;
}
.AnyTagClassName
{
color: #CE5883;
}
</style>
background-color css
<style>
a { background-color: #CE5883; }
a { background-color: rgb(206,88,131); }
div.DivClassName
{
background-color: #CE5883;
}
.BgClassName
{
background-color: #CE5883;
}
</style>
border-color css
<style>
span { border-color: #CE5883; }
span { border-color: rgb(206,88,131); }
td.TdClassName
{
border-color: #CE5883;
}
.TagClassName
{
border-color: #CE5883;
}
</style>