Shades of Cranberry #CE557B
Tints of Cranberry #CE557B
RGB
CMYK
RGB Variations
Color information
#CE557B (or 0xCE557B) is known color: Cranberry. HEX triplet: CE, 55 and 7B. RGB value is (206,85,123). Sum of RGB (Red+Green+Blue) = 206+85+123=414 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.76% from 414); Green value is 85 (33.59% from 255 or 20.53% from 414); Blue value is 123 (48.44% from 255 or 29.71% from 414); Max value from RGB is 206 - color contains mainly: red. Hex color #CE557B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE557B is #31AA84. Grayscale: #7D7D7D. Windows color (decimal): -3254917 or 8082894. OLE color: 8082894.
HSL color Cylindrical-coordinate representation of color #CE557B: hue angle of 341.16º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CE557B is Cyan = 0, Magento = 0.59, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 85 | 123 | - |
| CMYK | 0 | 0.59 | 0.40 | 0.19 |
| HSL | 341.16º | 0.55% | 0.57% | - |
| HSV(B) | 341.16º | 0.59% | 0.81% | - |
| XYZ | 32.28 | 21.05 | 21.1 | - |
| YUV | 125.51 | 126.59 | 185.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 85 | 123 | 0 | 0.59 | 0.40 | 0.19 | 341.16 | 0.55 | 0.57 |
| Hex | CE | 55 | 7B | 0 | 3B | 28 | 13 | 155 | 37 | 39 |
| Octal | 316 | 125 | 173 | 0 | 73 | 50 | 23 | 525 | 67 | 71 |
| Binary | 11001110 | 1010101 | 1111011 | 0 | 111011 | 101000 | 10011 | 101010101 | 110111 | 111001 |
Color Harmonies of #CE557B
Complementary color
Monochromatic Colors of #CE557B
Black with #CE557B
Text Example
Text Example
White with #CE557B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE557B; }
p { color: rgb(206,85,123); }
H1.HeaderClassName
{
color: #CE557B;
}
.AnyTagClassName
{
color: #CE557B;
}
</style>
background-color css
<style>
a { background-color: #CE557B; }
a { background-color: rgb(206,85,123); }
div.DivClassName
{
background-color: #CE557B;
}
.BgClassName
{
background-color: #CE557B;
}
</style>
border-color css
<style>
span { border-color: #CE557B; }
span { border-color: rgb(206,85,123); }
td.TdClassName
{
border-color: #CE557B;
}
.TagClassName
{
border-color: #CE557B;
}
</style>