Shades of Cranberry #CE5779
Tints of Cranberry #CE5779
RGB
CMYK
RGB Variations
Color information
#CE5779 (or 0xCE5779) is known color: Cranberry. HEX triplet: CE, 57 and 79. RGB value is (206,87,121). Sum of RGB (Red+Green+Blue) = 206+87+121=414 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.76% from 414); Green value is 87 (34.38% from 255 or 21.01% from 414); Blue value is 121 (47.66% from 255 or 29.23% from 414); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5779 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5779 is #31A886. Grayscale: #7E7E7E. Windows color (decimal): -3254407 or 7952334. OLE color: 7952334.
HSL color Cylindrical-coordinate representation of color #CE5779: hue angle of 342.86º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CE5779 is Cyan = 0, Magento = 0.58, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 87 | 121 | - |
| CMYK | 0 | 0.58 | 0.41 | 0.19 |
| HSL | 342.86º | 0.55% | 0.57% | - |
| HSV(B) | 342.86º | 0.58% | 0.81% | - |
| XYZ | 32.31 | 21.32 | 20.5 | - |
| YUV | 126.46 | 124.92 | 184.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 87 | 121 | 0 | 0.58 | 0.41 | 0.19 | 342.86 | 0.55 | 0.57 |
| Hex | CE | 57 | 79 | 0 | 3A | 29 | 13 | 157 | 37 | 39 |
| Octal | 316 | 127 | 171 | 0 | 72 | 51 | 23 | 527 | 67 | 71 |
| Binary | 11001110 | 1010111 | 1111001 | 0 | 111010 | 101001 | 10011 | 101010111 | 110111 | 111001 |
Color Harmonies of #CE5779
Complementary color
Monochromatic Colors of #CE5779
Black with #CE5779
Text Example
Text Example
White with #CE5779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5779; }
p { color: rgb(206,87,121); }
H1.HeaderClassName
{
color: #CE5779;
}
.AnyTagClassName
{
color: #CE5779;
}
</style>
background-color css
<style>
a { background-color: #CE5779; }
a { background-color: rgb(206,87,121); }
div.DivClassName
{
background-color: #CE5779;
}
.BgClassName
{
background-color: #CE5779;
}
</style>
border-color css
<style>
span { border-color: #CE5779; }
span { border-color: rgb(206,87,121); }
td.TdClassName
{
border-color: #CE5779;
}
.TagClassName
{
border-color: #CE5779;
}
</style>