Shades of Cranberry #CE5B7A
Tints of Cranberry #CE5B7A
RGB
CMYK
RGB Variations
Color information
#CE5B7A (or 0xCE5B7A) is known color: Cranberry. HEX triplet: CE, 5B and 7A. RGB value is (206,91,122). Sum of RGB (Red+Green+Blue) = 206+91+122=419 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.16% from 419); Green value is 91 (35.94% from 255 or 21.72% from 419); Blue value is 122 (48.05% from 255 or 29.12% from 419); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5B7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5B7A is #31A485. Grayscale: #808080. Windows color (decimal): -3253382 or 8018894. OLE color: 8018894.
HSL color Cylindrical-coordinate representation of color #CE5B7A: hue angle of 343.83º 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 #CE5B7A is Cyan = 0, Magento = 0.56, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 91 | 122 | - |
| CMYK | 0 | 0.56 | 0.41 | 0.19 |
| HSL | 343.83º | 0.54% | 0.58% | - |
| HSV(B) | 343.83º | 0.56% | 0.81% | - |
| XYZ | 32.71 | 22.01 | 20.94 | - |
| YUV | 128.92 | 124.1 | 182.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 91 | 122 | 0 | 0.56 | 0.41 | 0.19 | 343.83 | 0.54 | 0.58 |
| Hex | CE | 5B | 7A | 0 | 38 | 29 | 13 | 158 | 36 | 3A |
| Octal | 316 | 133 | 172 | 0 | 70 | 51 | 23 | 530 | 66 | 72 |
| Binary | 11001110 | 1011011 | 1111010 | 0 | 111000 | 101001 | 10011 | 101011000 | 110110 | 111010 |
Color Harmonies of #CE5B7A
Complementary color
Monochromatic Colors of #CE5B7A
Black with #CE5B7A
Text Example
Text Example
White with #CE5B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5B7A; }
p { color: rgb(206,91,122); }
H1.HeaderClassName
{
color: #CE5B7A;
}
.AnyTagClassName
{
color: #CE5B7A;
}
</style>
background-color css
<style>
a { background-color: #CE5B7A; }
a { background-color: rgb(206,91,122); }
div.DivClassName
{
background-color: #CE5B7A;
}
.BgClassName
{
background-color: #CE5B7A;
}
</style>
border-color css
<style>
span { border-color: #CE5B7A; }
span { border-color: rgb(206,91,122); }
td.TdClassName
{
border-color: #CE5B7A;
}
.TagClassName
{
border-color: #CE5B7A;
}
</style>