Shades of Cranberry #CE5B80
Tints of Cranberry #CE5B80
RGB
CMYK
RGB Variations
Color information
#CE5B80 (or 0xCE5B80) is known color: Cranberry. HEX triplet: CE, 5B and 80. RGB value is (206,91,128). Sum of RGB (Red+Green+Blue) = 206+91+128=425 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.47% from 425); Green value is 91 (35.94% from 255 or 21.41% from 425); Blue value is 128 (50.39% from 255 or 30.12% from 425); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5B80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5B80 is #31A47F. Grayscale: #818181. Windows color (decimal): -3253376 or 8412110. OLE color: 8412110.
HSL color Cylindrical-coordinate representation of color #CE5B80: hue angle of 340.7º 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 #CE5B80 is Cyan = 0, Magento = 0.56, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 91 | 128 | - |
| CMYK | 0 | 0.56 | 0.38 | 0.19 |
| HSL | 340.7º | 0.54% | 0.58% | - |
| HSV(B) | 340.7º | 0.56% | 0.81% | - |
| XYZ | 33.09 | 22.16 | 22.96 | - |
| YUV | 129.6 | 127.1 | 182.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 91 | 128 | 0 | 0.56 | 0.38 | 0.19 | 340.7 | 0.54 | 0.58 |
| Hex | CE | 5B | 80 | 0 | 38 | 26 | 13 | 155 | 36 | 3A |
| Octal | 316 | 133 | 200 | 0 | 70 | 46 | 23 | 525 | 66 | 72 |
| Binary | 11001110 | 1011011 | 10000000 | 0 | 111000 | 100110 | 10011 | 101010101 | 110110 | 111010 |
Color Harmonies of #CE5B80
Complementary color
Monochromatic Colors of #CE5B80
Black with #CE5B80
Text Example
Text Example
White with #CE5B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5B80; }
p { color: rgb(206,91,128); }
H1.HeaderClassName
{
color: #CE5B80;
}
.AnyTagClassName
{
color: #CE5B80;
}
</style>
background-color css
<style>
a { background-color: #CE5B80; }
a { background-color: rgb(206,91,128); }
div.DivClassName
{
background-color: #CE5B80;
}
.BgClassName
{
background-color: #CE5B80;
}
</style>
border-color css
<style>
span { border-color: #CE5B80; }
span { border-color: rgb(206,91,128); }
td.TdClassName
{
border-color: #CE5B80;
}
.TagClassName
{
border-color: #CE5B80;
}
</style>