Shades of Cranberry #CE5177
Tints of Cranberry #CE5177
RGB
CMYK
RGB Variations
Color information
#CE5177 (or 0xCE5177) is known color: Cranberry. HEX triplet: CE, 51 and 77. RGB value is (206,81,119). Sum of RGB (Red+Green+Blue) = 206+81+119=406 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.74% from 406); Green value is 81 (32.03% from 255 or 19.95% from 406); Blue value is 119 (46.88% from 255 or 29.31% from 406); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5177 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5177 is #31AE88. Grayscale: #7A7A7A. Windows color (decimal): -3255945 or 7819726. OLE color: 7819726.
HSL color Cylindrical-coordinate representation of color #CE5177: hue angle of 341.76º 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 #CE5177 is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 81 | 119 | - |
| CMYK | 0 | 0.61 | 0.42 | 0.19 |
| HSL | 341.76º | 0.56% | 0.56% | - |
| HSV(B) | 341.76º | 0.61% | 0.81% | - |
| XYZ | 31.73 | 20.34 | 19.71 | - |
| YUV | 122.71 | 125.91 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 81 | 119 | 0 | 0.61 | 0.42 | 0.19 | 341.76 | 0.56 | 0.56 |
| Hex | CE | 51 | 77 | 0 | 3D | 2A | 13 | 156 | 38 | 38 |
| Octal | 316 | 121 | 167 | 0 | 75 | 52 | 23 | 526 | 70 | 70 |
| Binary | 11001110 | 1010001 | 1110111 | 0 | 111101 | 101010 | 10011 | 101010110 | 111000 | 111000 |
Color Harmonies of #CE5177
Complementary color
Monochromatic Colors of #CE5177
Black with #CE5177
Text Example
Text Example
White with #CE5177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5177; }
p { color: rgb(206,81,119); }
H1.HeaderClassName
{
color: #CE5177;
}
.AnyTagClassName
{
color: #CE5177;
}
</style>
background-color css
<style>
a { background-color: #CE5177; }
a { background-color: rgb(206,81,119); }
div.DivClassName
{
background-color: #CE5177;
}
.BgClassName
{
background-color: #CE5177;
}
</style>
border-color css
<style>
span { border-color: #CE5177; }
span { border-color: rgb(206,81,119); }
td.TdClassName
{
border-color: #CE5177;
}
.TagClassName
{
border-color: #CE5177;
}
</style>