Shades of Cranberry #CE5178
Tints of Cranberry #CE5178
RGB
CMYK
RGB Variations
Color information
#CE5178 (or 0xCE5178) is known color: Cranberry. HEX triplet: CE, 51 and 78. RGB value is (206,81,120). Sum of RGB (Red+Green+Blue) = 206+81+120=407 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.61% from 407); Green value is 81 (32.03% from 255 or 19.90% from 407); Blue value is 120 (47.27% from 255 or 29.48% from 407); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5178 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5178 is #31AE87. Grayscale: #7A7A7A. Windows color (decimal): -3255944 or 7885262. OLE color: 7885262.
HSL color Cylindrical-coordinate representation of color #CE5178: hue angle of 341.28º 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 #CE5178 is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 81 | 120 | - |
| CMYK | 0 | 0.61 | 0.42 | 0.19 |
| HSL | 341.28º | 0.56% | 0.56% | - |
| HSV(B) | 341.28º | 0.61% | 0.81% | - |
| XYZ | 31.79 | 20.36 | 20.02 | - |
| YUV | 122.82 | 126.41 | 187.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 81 | 120 | 0 | 0.61 | 0.42 | 0.19 | 341.28 | 0.56 | 0.56 |
| Hex | CE | 51 | 78 | 0 | 3D | 2A | 13 | 155 | 38 | 38 |
| Octal | 316 | 121 | 170 | 0 | 75 | 52 | 23 | 525 | 70 | 70 |
| Binary | 11001110 | 1010001 | 1111000 | 0 | 111101 | 101010 | 10011 | 101010101 | 111000 | 111000 |
Color Harmonies of #CE5178
Complementary color
Monochromatic Colors of #CE5178
Black with #CE5178
Text Example
Text Example
White with #CE5178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5178; }
p { color: rgb(206,81,120); }
H1.HeaderClassName
{
color: #CE5178;
}
.AnyTagClassName
{
color: #CE5178;
}
</style>
background-color css
<style>
a { background-color: #CE5178; }
a { background-color: rgb(206,81,120); }
div.DivClassName
{
background-color: #CE5178;
}
.BgClassName
{
background-color: #CE5178;
}
</style>
border-color css
<style>
span { border-color: #CE5178; }
span { border-color: rgb(206,81,120); }
td.TdClassName
{
border-color: #CE5178;
}
.TagClassName
{
border-color: #CE5178;
}
</style>