Shades of Cranberry #CE557D
Tints of Cranberry #CE557D
RGB
CMYK
RGB Variations
Color information
#CE557D (or 0xCE557D) is known color: Cranberry. HEX triplet: CE, 55 and 7D. RGB value is (206,85,125). Sum of RGB (Red+Green+Blue) = 206+85+125=416 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.52% from 416); Green value is 85 (33.59% from 255 or 20.43% from 416); Blue value is 125 (49.22% from 255 or 30.05% from 416); Max value from RGB is 206 - color contains mainly: red. Hex color #CE557D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE557D is #31AA82. Grayscale: #7D7D7D. Windows color (decimal): -3254915 or 8213966. OLE color: 8213966.
HSL color Cylindrical-coordinate representation of color #CE557D: hue angle of 340.17º 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 #CE557D is Cyan = 0, Magento = 0.59, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 85 | 125 | - |
| CMYK | 0 | 0.59 | 0.39 | 0.19 |
| HSL | 340.17º | 0.55% | 0.57% | - |
| HSV(B) | 340.17º | 0.59% | 0.81% | - |
| XYZ | 32.4 | 21.1 | 21.77 | - |
| YUV | 125.74 | 127.59 | 185.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 85 | 125 | 0 | 0.59 | 0.39 | 0.19 | 340.17 | 0.55 | 0.57 |
| Hex | CE | 55 | 7D | 0 | 3B | 27 | 13 | 154 | 37 | 39 |
| Octal | 316 | 125 | 175 | 0 | 73 | 47 | 23 | 524 | 67 | 71 |
| Binary | 11001110 | 1010101 | 1111101 | 0 | 111011 | 100111 | 10011 | 101010100 | 110111 | 111001 |
Color Harmonies of #CE557D
Complementary color
Monochromatic Colors of #CE557D
Black with #CE557D
Text Example
Text Example
White with #CE557D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE557D; }
p { color: rgb(206,85,125); }
H1.HeaderClassName
{
color: #CE557D;
}
.AnyTagClassName
{
color: #CE557D;
}
</style>
background-color css
<style>
a { background-color: #CE557D; }
a { background-color: rgb(206,85,125); }
div.DivClassName
{
background-color: #CE557D;
}
.BgClassName
{
background-color: #CE557D;
}
</style>
border-color css
<style>
span { border-color: #CE557D; }
span { border-color: rgb(206,85,125); }
td.TdClassName
{
border-color: #CE557D;
}
.TagClassName
{
border-color: #CE557D;
}
</style>