Shades of Cranberry #CE5C7D
Tints of Cranberry #CE5C7D
RGB
CMYK
RGB Variations
Color information
#CE5C7D (or 0xCE5C7D) is known color: Cranberry. HEX triplet: CE, 5C and 7D. RGB value is (206,92,125). Sum of RGB (Red+Green+Blue) = 206+92+125=423 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.70% from 423); Green value is 92 (36.33% from 255 or 21.75% from 423); Blue value is 125 (49.22% from 255 or 29.55% from 423); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5C7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5C7D is #31A382. Grayscale: #818181. Windows color (decimal): -3253123 or 8215758. OLE color: 8215758.
HSL color Cylindrical-coordinate representation of color #CE5C7D: hue angle of 342.63º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CE5C7D is Cyan = 0, Magento = 0.55, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 92 | 125 | - |
| CMYK | 0 | 0.55 | 0.39 | 0.19 |
| HSL | 342.63º | 0.54% | 0.58% | - |
| HSV(B) | 342.63º | 0.55% | 0.81% | - |
| XYZ | 32.98 | 22.26 | 21.96 | - |
| YUV | 129.85 | 125.27 | 182.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 92 | 125 | 0 | 0.55 | 0.39 | 0.19 | 342.63 | 0.54 | 0.58 |
| Hex | CE | 5C | 7D | 0 | 37 | 27 | 13 | 157 | 36 | 3A |
| Octal | 316 | 134 | 175 | 0 | 67 | 47 | 23 | 527 | 66 | 72 |
| Binary | 11001110 | 1011100 | 1111101 | 0 | 110111 | 100111 | 10011 | 101010111 | 110110 | 111010 |
Color Harmonies of #CE5C7D
Complementary color
Monochromatic Colors of #CE5C7D
Black with #CE5C7D
Text Example
Text Example
White with #CE5C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5C7D; }
p { color: rgb(206,92,125); }
H1.HeaderClassName
{
color: #CE5C7D;
}
.AnyTagClassName
{
color: #CE5C7D;
}
</style>
background-color css
<style>
a { background-color: #CE5C7D; }
a { background-color: rgb(206,92,125); }
div.DivClassName
{
background-color: #CE5C7D;
}
.BgClassName
{
background-color: #CE5C7D;
}
</style>
border-color css
<style>
span { border-color: #CE5C7D; }
span { border-color: rgb(206,92,125); }
td.TdClassName
{
border-color: #CE5C7D;
}
.TagClassName
{
border-color: #CE5C7D;
}
</style>