Shades of Cranberry #CE5179
Tints of Cranberry #CE5179
RGB
CMYK
RGB Variations
Color information
#CE5179 (or 0xCE5179) is known color: Cranberry. HEX triplet: CE, 51 and 79. RGB value is (206,81,121). Sum of RGB (Red+Green+Blue) = 206+81+121=408 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.49% from 408); Green value is 81 (32.03% from 255 or 19.85% from 408); Blue value is 121 (47.66% from 255 or 29.66% from 408); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5179 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5179 is #31AE86. Grayscale: #7A7A7A. Windows color (decimal): -3255943 or 7950798. OLE color: 7950798.
HSL color Cylindrical-coordinate representation of color #CE5179: hue angle of 340.8º 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 #CE5179 is Cyan = 0, Magento = 0.61, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 81 | 121 | - |
| CMYK | 0 | 0.61 | 0.41 | 0.19 |
| HSL | 340.8º | 0.56% | 0.56% | - |
| HSV(B) | 340.8º | 0.61% | 0.81% | - |
| XYZ | 31.85 | 20.39 | 20.35 | - |
| YUV | 122.94 | 126.91 | 187.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 81 | 121 | 0 | 0.61 | 0.41 | 0.19 | 340.8 | 0.56 | 0.56 |
| Hex | CE | 51 | 79 | 0 | 3D | 29 | 13 | 155 | 38 | 38 |
| Octal | 316 | 121 | 171 | 0 | 75 | 51 | 23 | 525 | 70 | 70 |
| Binary | 11001110 | 1010001 | 1111001 | 0 | 111101 | 101001 | 10011 | 101010101 | 111000 | 111000 |
Color Harmonies of #CE5179
Complementary color
Monochromatic Colors of #CE5179
Black with #CE5179
Text Example
Text Example
White with #CE5179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5179; }
p { color: rgb(206,81,121); }
H1.HeaderClassName
{
color: #CE5179;
}
.AnyTagClassName
{
color: #CE5179;
}
</style>
background-color css
<style>
a { background-color: #CE5179; }
a { background-color: rgb(206,81,121); }
div.DivClassName
{
background-color: #CE5179;
}
.BgClassName
{
background-color: #CE5179;
}
</style>
border-color css
<style>
span { border-color: #CE5179; }
span { border-color: rgb(206,81,121); }
td.TdClassName
{
border-color: #CE5179;
}
.TagClassName
{
border-color: #CE5179;
}
</style>