Shades of Cranberry #CE5E7B
Tints of Cranberry #CE5E7B
RGB
CMYK
RGB Variations
Color information
#CE5E7B (or 0xCE5E7B) is known color: Cranberry. HEX triplet: CE, 5E and 7B. RGB value is (206,94,123). Sum of RGB (Red+Green+Blue) = 206+94+123=423 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.70% from 423); Green value is 94 (37.11% from 255 or 22.22% from 423); Blue value is 123 (48.44% from 255 or 29.08% from 423); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5E7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5E7B is #31A184. Grayscale: #828282. Windows color (decimal): -3252613 or 8085198. OLE color: 8085198.
HSL color Cylindrical-coordinate representation of color #CE5E7B: hue angle of 344.46º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CE5E7B is Cyan = 0, Magento = 0.54, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 94 | 123 | - |
| CMYK | 0 | 0.54 | 0.40 | 0.19 |
| HSL | 344.46º | 0.53% | 0.59% | - |
| HSV(B) | 344.46º | 0.54% | 0.81% | - |
| XYZ | 33.03 | 22.56 | 21.35 | - |
| YUV | 130.79 | 123.61 | 181.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 94 | 123 | 0 | 0.54 | 0.40 | 0.19 | 344.46 | 0.53 | 0.59 |
| Hex | CE | 5E | 7B | 0 | 36 | 28 | 13 | 158 | 35 | 3B |
| Octal | 316 | 136 | 173 | 0 | 66 | 50 | 23 | 530 | 65 | 73 |
| Binary | 11001110 | 1011110 | 1111011 | 0 | 110110 | 101000 | 10011 | 101011000 | 110101 | 111011 |
Color Harmonies of #CE5E7B
Complementary color
Monochromatic Colors of #CE5E7B
Black with #CE5E7B
Text Example
Text Example
White with #CE5E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5E7B; }
p { color: rgb(206,94,123); }
H1.HeaderClassName
{
color: #CE5E7B;
}
.AnyTagClassName
{
color: #CE5E7B;
}
</style>
background-color css
<style>
a { background-color: #CE5E7B; }
a { background-color: rgb(206,94,123); }
div.DivClassName
{
background-color: #CE5E7B;
}
.BgClassName
{
background-color: #CE5E7B;
}
</style>
border-color css
<style>
span { border-color: #CE5E7B; }
span { border-color: rgb(206,94,123); }
td.TdClassName
{
border-color: #CE5E7B;
}
.TagClassName
{
border-color: #CE5E7B;
}
</style>