Shades of Cranberry #CE5E7C
Tints of Cranberry #CE5E7C
RGB
CMYK
RGB Variations
Color information
#CE5E7C (or 0xCE5E7C) is known color: Cranberry. HEX triplet: CE, 5E and 7C. RGB value is (206,94,124). Sum of RGB (Red+Green+Blue) = 206+94+124=424 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.58% from 424); Green value is 94 (37.11% from 255 or 22.17% from 424); Blue value is 124 (48.83% from 255 or 29.25% from 424); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5E7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5E7C is #31A183. Grayscale: #828282. Windows color (decimal): -3252612 or 8150734. OLE color: 8150734.
HSL color Cylindrical-coordinate representation of color #CE5E7C: hue angle of 343.93º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CE5E7C is Cyan = 0, Magento = 0.54, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 94 | 124 | - |
| CMYK | 0 | 0.54 | 0.40 | 0.19 |
| HSL | 343.93º | 0.53% | 0.59% | - |
| HSV(B) | 343.93º | 0.54% | 0.81% | - |
| XYZ | 33.09 | 22.58 | 21.68 | - |
| YUV | 130.91 | 124.11 | 181.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 94 | 124 | 0 | 0.54 | 0.40 | 0.19 | 343.93 | 0.53 | 0.59 |
| Hex | CE | 5E | 7C | 0 | 36 | 28 | 13 | 158 | 35 | 3B |
| Octal | 316 | 136 | 174 | 0 | 66 | 50 | 23 | 530 | 65 | 73 |
| Binary | 11001110 | 1011110 | 1111100 | 0 | 110110 | 101000 | 10011 | 101011000 | 110101 | 111011 |
Color Harmonies of #CE5E7C
Complementary color
Monochromatic Colors of #CE5E7C
Black with #CE5E7C
Text Example
Text Example
White with #CE5E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5E7C; }
p { color: rgb(206,94,124); }
H1.HeaderClassName
{
color: #CE5E7C;
}
.AnyTagClassName
{
color: #CE5E7C;
}
</style>
background-color css
<style>
a { background-color: #CE5E7C; }
a { background-color: rgb(206,94,124); }
div.DivClassName
{
background-color: #CE5E7C;
}
.BgClassName
{
background-color: #CE5E7C;
}
</style>
border-color css
<style>
span { border-color: #CE5E7C; }
span { border-color: rgb(206,94,124); }
td.TdClassName
{
border-color: #CE5E7C;
}
.TagClassName
{
border-color: #CE5E7C;
}
</style>