Shades of Cranberry #CE5D7E
Tints of Cranberry #CE5D7E
RGB
CMYK
RGB Variations
Color information
#CE5D7E (or 0xCE5D7E) is known color: Cranberry. HEX triplet: CE, 5D and 7E. RGB value is (206,93,126). Sum of RGB (Red+Green+Blue) = 206+93+126=425 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.47% from 425); Green value is 93 (36.72% from 255 or 21.88% from 425); Blue value is 126 (49.61% from 255 or 29.65% from 425); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5D7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5D7E is #31A281. Grayscale: #828282. Windows color (decimal): -3252866 or 8281550. OLE color: 8281550.
HSL color Cylindrical-coordinate representation of color #CE5D7E: hue angle of 342.48º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CE5D7E is Cyan = 0, Magento = 0.55, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 93 | 126 | - |
| CMYK | 0 | 0.55 | 0.39 | 0.19 |
| HSL | 342.48º | 0.54% | 0.59% | - |
| HSV(B) | 342.48º | 0.55% | 0.81% | - |
| XYZ | 33.13 | 22.46 | 22.33 | - |
| YUV | 130.55 | 125.44 | 181.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 93 | 126 | 0 | 0.55 | 0.39 | 0.19 | 342.48 | 0.54 | 0.59 |
| Hex | CE | 5D | 7E | 0 | 37 | 27 | 13 | 156 | 36 | 3B |
| Octal | 316 | 135 | 176 | 0 | 67 | 47 | 23 | 526 | 66 | 73 |
| Binary | 11001110 | 1011101 | 1111110 | 0 | 110111 | 100111 | 10011 | 101010110 | 110110 | 111011 |
Color Harmonies of #CE5D7E
Complementary color
Monochromatic Colors of #CE5D7E
Black with #CE5D7E
Text Example
Text Example
White with #CE5D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5D7E; }
p { color: rgb(206,93,126); }
H1.HeaderClassName
{
color: #CE5D7E;
}
.AnyTagClassName
{
color: #CE5D7E;
}
</style>
background-color css
<style>
a { background-color: #CE5D7E; }
a { background-color: rgb(206,93,126); }
div.DivClassName
{
background-color: #CE5D7E;
}
.BgClassName
{
background-color: #CE5D7E;
}
</style>
border-color css
<style>
span { border-color: #CE5D7E; }
span { border-color: rgb(206,93,126); }
td.TdClassName
{
border-color: #CE5D7E;
}
.TagClassName
{
border-color: #CE5D7E;
}
</style>