Shades of Cranberry #CE517A
Tints of Cranberry #CE517A
RGB
CMYK
RGB Variations
Color information
#CE517A (or 0xCE517A) is known color: Cranberry. HEX triplet: CE, 51 and 7A. RGB value is (206,81,122). Sum of RGB (Red+Green+Blue) = 206+81+122=409 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.37% from 409); Green value is 81 (32.03% from 255 or 19.80% from 409); Blue value is 122 (48.05% from 255 or 29.83% from 409); Max value from RGB is 206 - color contains mainly: red. Hex color #CE517A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE517A is #31AE85. Grayscale: #7B7B7B. Windows color (decimal): -3255942 or 8016334. OLE color: 8016334.
HSL color Cylindrical-coordinate representation of color #CE517A: hue angle of 340.32º 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 #CE517A is Cyan = 0, Magento = 0.61, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 81 | 122 | - |
| CMYK | 0 | 0.61 | 0.41 | 0.19 |
| HSL | 340.32º | 0.56% | 0.56% | - |
| HSV(B) | 340.32º | 0.61% | 0.81% | - |
| XYZ | 31.91 | 20.41 | 20.67 | - |
| YUV | 123.05 | 127.41 | 187.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 81 | 122 | 0 | 0.61 | 0.41 | 0.19 | 340.32 | 0.56 | 0.56 |
| Hex | CE | 51 | 7A | 0 | 3D | 29 | 13 | 154 | 38 | 38 |
| Octal | 316 | 121 | 172 | 0 | 75 | 51 | 23 | 524 | 70 | 70 |
| Binary | 11001110 | 1010001 | 1111010 | 0 | 111101 | 101001 | 10011 | 101010100 | 111000 | 111000 |
Color Harmonies of #CE517A
Complementary color
Monochromatic Colors of #CE517A
Black with #CE517A
Text Example
Text Example
White with #CE517A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE517A; }
p { color: rgb(206,81,122); }
H1.HeaderClassName
{
color: #CE517A;
}
.AnyTagClassName
{
color: #CE517A;
}
</style>
background-color css
<style>
a { background-color: #CE517A; }
a { background-color: rgb(206,81,122); }
div.DivClassName
{
background-color: #CE517A;
}
.BgClassName
{
background-color: #CE517A;
}
</style>
border-color css
<style>
span { border-color: #CE517A; }
span { border-color: rgb(206,81,122); }
td.TdClassName
{
border-color: #CE517A;
}
.TagClassName
{
border-color: #CE517A;
}
</style>