Shades of Cranberry #CE517B
Tints of Cranberry #CE517B
RGB
CMYK
RGB Variations
Color information
#CE517B (or 0xCE517B) is known color: Cranberry. HEX triplet: CE, 51 and 7B. RGB value is (206,81,123). Sum of RGB (Red+Green+Blue) = 206+81+123=410 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.24% from 410); Green value is 81 (32.03% from 255 or 19.76% from 410); Blue value is 123 (48.44% from 255 or 30% from 410); Max value from RGB is 206 - color contains mainly: red. Hex color #CE517B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE517B is #31AE84. Grayscale: #7B7B7B. Windows color (decimal): -3255941 or 8081870. OLE color: 8081870.
HSL color Cylindrical-coordinate representation of color #CE517B: hue angle of 339.84º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CE517B is Cyan = 0, Magento = 0.61, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 81 | 123 | - |
| CMYK | 0 | 0.61 | 0.40 | 0.19 |
| HSL | 339.84º | 0.56% | 0.56% | - |
| HSV(B) | 339.84º | 0.61% | 0.81% | - |
| XYZ | 31.97 | 20.44 | 21 | - |
| YUV | 123.16 | 127.91 | 187.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 81 | 123 | 0 | 0.61 | 0.40 | 0.19 | 339.84 | 0.56 | 0.56 |
| Hex | CE | 51 | 7B | 0 | 3D | 28 | 13 | 154 | 38 | 38 |
| Octal | 316 | 121 | 173 | 0 | 75 | 50 | 23 | 524 | 70 | 70 |
| Binary | 11001110 | 1010001 | 1111011 | 0 | 111101 | 101000 | 10011 | 101010100 | 111000 | 111000 |
Color Harmonies of #CE517B
Complementary color
Monochromatic Colors of #CE517B
Black with #CE517B
Text Example
Text Example
White with #CE517B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE517B; }
p { color: rgb(206,81,123); }
H1.HeaderClassName
{
color: #CE517B;
}
.AnyTagClassName
{
color: #CE517B;
}
</style>
background-color css
<style>
a { background-color: #CE517B; }
a { background-color: rgb(206,81,123); }
div.DivClassName
{
background-color: #CE517B;
}
.BgClassName
{
background-color: #CE517B;
}
</style>
border-color css
<style>
span { border-color: #CE517B; }
span { border-color: rgb(206,81,123); }
td.TdClassName
{
border-color: #CE517B;
}
.TagClassName
{
border-color: #CE517B;
}
</style>