Shades of Cranberry #CE4778
Tints of Cranberry #CE4778
RGB
CMYK
RGB Variations
Color information
#CE4778 (or 0xCE4778) is known color: Cranberry. HEX triplet: CE, 47 and 78. RGB value is (206,71,120). Sum of RGB (Red+Green+Blue) = 206+71+120=397 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.89% from 397); Green value is 71 (28.12% from 255 or 17.88% from 397); Blue value is 120 (47.27% from 255 or 30.23% from 397); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4778 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4778 is #31B887. Grayscale: #747474. Windows color (decimal): -3258504 or 7882702. OLE color: 7882702.
HSL color Cylindrical-coordinate representation of color #CE4778: hue angle of 338.22º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CE4778 is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 71 | 120 | - |
| CMYK | 0 | 0.66 | 0.42 | 0.19 |
| HSL | 338.22º | 0.58% | 0.54% | - |
| HSV(B) | 338.22º | 0.66% | 0.81% | - |
| XYZ | 31.1 | 18.98 | 19.79 | - |
| YUV | 116.95 | 129.73 | 191.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 71 | 120 | 0 | 0.66 | 0.42 | 0.19 | 338.22 | 0.58 | 0.54 |
| Hex | CE | 47 | 78 | 0 | 42 | 2A | 13 | 152 | 3A | 36 |
| Octal | 316 | 107 | 170 | 0 | 102 | 52 | 23 | 522 | 72 | 66 |
| Binary | 11001110 | 1000111 | 1111000 | 0 | 1000010 | 101010 | 10011 | 101010010 | 111010 | 110110 |
Color Harmonies of #CE4778
Complementary color
Monochromatic Colors of #CE4778
Black with #CE4778
Text Example
Text Example
White with #CE4778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4778; }
p { color: rgb(206,71,120); }
H1.HeaderClassName
{
color: #CE4778;
}
.AnyTagClassName
{
color: #CE4778;
}
</style>
background-color css
<style>
a { background-color: #CE4778; }
a { background-color: rgb(206,71,120); }
div.DivClassName
{
background-color: #CE4778;
}
.BgClassName
{
background-color: #CE4778;
}
</style>
border-color css
<style>
span { border-color: #CE4778; }
span { border-color: rgb(206,71,120); }
td.TdClassName
{
border-color: #CE4778;
}
.TagClassName
{
border-color: #CE4778;
}
</style>