Shades of Cranberry #CE5B7B
Tints of Cranberry #CE5B7B
RGB
CMYK
RGB Variations
Color information
#CE5B7B (or 0xCE5B7B) is known color: Cranberry. HEX triplet: CE, 5B and 7B. RGB value is (206,91,123). Sum of RGB (Red+Green+Blue) = 206+91+123=420 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.05% from 420); Green value is 91 (35.94% from 255 or 21.67% from 420); Blue value is 123 (48.44% from 255 or 29.29% from 420); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5B7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5B7B is #31A484. Grayscale: #818181. Windows color (decimal): -3253381 or 8084430. OLE color: 8084430.
HSL color Cylindrical-coordinate representation of color #CE5B7B: hue angle of 343.3º 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 #CE5B7B is Cyan = 0, Magento = 0.56, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 91 | 123 | - |
| CMYK | 0 | 0.56 | 0.40 | 0.19 |
| HSL | 343.3º | 0.54% | 0.58% | - |
| HSV(B) | 343.3º | 0.56% | 0.81% | - |
| XYZ | 32.77 | 22.03 | 21.26 | - |
| YUV | 129.03 | 124.6 | 182.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 91 | 123 | 0 | 0.56 | 0.40 | 0.19 | 343.3 | 0.54 | 0.58 |
| Hex | CE | 5B | 7B | 0 | 38 | 28 | 13 | 157 | 36 | 3A |
| Octal | 316 | 133 | 173 | 0 | 70 | 50 | 23 | 527 | 66 | 72 |
| Binary | 11001110 | 1011011 | 1111011 | 0 | 111000 | 101000 | 10011 | 101010111 | 110110 | 111010 |
Color Harmonies of #CE5B7B
Complementary color
Monochromatic Colors of #CE5B7B
Black with #CE5B7B
Text Example
Text Example
White with #CE5B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5B7B; }
p { color: rgb(206,91,123); }
H1.HeaderClassName
{
color: #CE5B7B;
}
.AnyTagClassName
{
color: #CE5B7B;
}
</style>
background-color css
<style>
a { background-color: #CE5B7B; }
a { background-color: rgb(206,91,123); }
div.DivClassName
{
background-color: #CE5B7B;
}
.BgClassName
{
background-color: #CE5B7B;
}
</style>
border-color css
<style>
span { border-color: #CE5B7B; }
span { border-color: rgb(206,91,123); }
td.TdClassName
{
border-color: #CE5B7B;
}
.TagClassName
{
border-color: #CE5B7B;
}
</style>