Shades of Cranberry #CE5E7D
Tints of Cranberry #CE5E7D
RGB
CMYK
RGB Variations
Color information
#CE5E7D (or 0xCE5E7D) is known color: Cranberry. HEX triplet: CE, 5E and 7D. RGB value is (206,94,125). Sum of RGB (Red+Green+Blue) = 206+94+125=425 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.47% from 425); Green value is 94 (37.11% from 255 or 22.12% from 425); Blue value is 125 (49.22% from 255 or 29.41% from 425); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5E7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5E7D is #31A182. Grayscale: #838383. Windows color (decimal): -3252611 or 8216270. OLE color: 8216270.
HSL color Cylindrical-coordinate representation of color #CE5E7D: hue angle of 343.39º 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 #CE5E7D is Cyan = 0, Magento = 0.54, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 94 | 125 | - |
| CMYK | 0 | 0.54 | 0.39 | 0.19 |
| HSL | 343.39º | 0.53% | 0.59% | - |
| HSV(B) | 343.39º | 0.54% | 0.81% | - |
| XYZ | 33.16 | 22.61 | 22.02 | - |
| YUV | 131.02 | 124.61 | 181.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 94 | 125 | 0 | 0.54 | 0.39 | 0.19 | 343.39 | 0.53 | 0.59 |
| Hex | CE | 5E | 7D | 0 | 36 | 27 | 13 | 157 | 35 | 3B |
| Octal | 316 | 136 | 175 | 0 | 66 | 47 | 23 | 527 | 65 | 73 |
| Binary | 11001110 | 1011110 | 1111101 | 0 | 110110 | 100111 | 10011 | 101010111 | 110101 | 111011 |
Color Harmonies of #CE5E7D
Complementary color
Monochromatic Colors of #CE5E7D
Black with #CE5E7D
Text Example
Text Example
White with #CE5E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5E7D; }
p { color: rgb(206,94,125); }
H1.HeaderClassName
{
color: #CE5E7D;
}
.AnyTagClassName
{
color: #CE5E7D;
}
</style>
background-color css
<style>
a { background-color: #CE5E7D; }
a { background-color: rgb(206,94,125); }
div.DivClassName
{
background-color: #CE5E7D;
}
.BgClassName
{
background-color: #CE5E7D;
}
</style>
border-color css
<style>
span { border-color: #CE5E7D; }
span { border-color: rgb(206,94,125); }
td.TdClassName
{
border-color: #CE5E7D;
}
.TagClassName
{
border-color: #CE5E7D;
}
</style>