Shades of Cranberry #CE5B7F
Tints of Cranberry #CE5B7F
RGB
CMYK
RGB Variations
Color information
#CE5B7F (or 0xCE5B7F) is known color: Cranberry. HEX triplet: CE, 5B and 7F. RGB value is (206,91,127). Sum of RGB (Red+Green+Blue) = 206+91+127=424 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.58% from 424); Green value is 91 (35.94% from 255 or 21.46% from 424); Blue value is 127 (50% from 255 or 29.95% from 424); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5B7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5B7F is #31A480. Grayscale: #818181. Windows color (decimal): -3253377 or 8346574. OLE color: 8346574.
HSL color Cylindrical-coordinate representation of color #CE5B7F: hue angle of 341.22º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CE5B7F is Cyan = 0, Magento = 0.56, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 91 | 127 | - |
| CMYK | 0 | 0.56 | 0.38 | 0.19 |
| HSL | 341.22º | 0.54% | 0.58% | - |
| HSV(B) | 341.22º | 0.56% | 0.81% | - |
| XYZ | 33.03 | 22.14 | 22.61 | - |
| YUV | 129.49 | 126.6 | 182.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 91 | 127 | 0 | 0.56 | 0.38 | 0.19 | 341.22 | 0.54 | 0.58 |
| Hex | CE | 5B | 7F | 0 | 38 | 26 | 13 | 155 | 36 | 3A |
| Octal | 316 | 133 | 177 | 0 | 70 | 46 | 23 | 525 | 66 | 72 |
| Binary | 11001110 | 1011011 | 1111111 | 0 | 111000 | 100110 | 10011 | 101010101 | 110110 | 111010 |
Color Harmonies of #CE5B7F
Complementary color
Monochromatic Colors of #CE5B7F
Black with #CE5B7F
Text Example
Text Example
White with #CE5B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5B7F; }
p { color: rgb(206,91,127); }
H1.HeaderClassName
{
color: #CE5B7F;
}
.AnyTagClassName
{
color: #CE5B7F;
}
</style>
background-color css
<style>
a { background-color: #CE5B7F; }
a { background-color: rgb(206,91,127); }
div.DivClassName
{
background-color: #CE5B7F;
}
.BgClassName
{
background-color: #CE5B7F;
}
</style>
border-color css
<style>
span { border-color: #CE5B7F; }
span { border-color: rgb(206,91,127); }
td.TdClassName
{
border-color: #CE5B7F;
}
.TagClassName
{
border-color: #CE5B7F;
}
</style>