Shades of Cranberry #CE5078
Tints of Cranberry #CE5078
RGB
CMYK
RGB Variations
Color information
#CE5078 (or 0xCE5078) is known color: Cranberry. HEX triplet: CE, 50 and 78. RGB value is (206,80,120). Sum of RGB (Red+Green+Blue) = 206+80+120=406 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.74% from 406); Green value is 80 (31.64% from 255 or 19.70% from 406); Blue value is 120 (47.27% from 255 or 29.56% from 406); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5078 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5078 is #31AF87. Grayscale: #7A7A7A. Windows color (decimal): -3256200 or 7885006. OLE color: 7885006.
HSL color Cylindrical-coordinate representation of color #CE5078: hue angle of 340.95º 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 #CE5078 is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 80 | 120 | - |
| CMYK | 0 | 0.61 | 0.42 | 0.19 |
| HSL | 340.95º | 0.56% | 0.56% | - |
| HSV(B) | 340.95º | 0.61% | 0.81% | - |
| XYZ | 31.71 | 20.22 | 20 | - |
| YUV | 122.23 | 126.74 | 187.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 80 | 120 | 0 | 0.61 | 0.42 | 0.19 | 340.95 | 0.56 | 0.56 |
| Hex | CE | 50 | 78 | 0 | 3D | 2A | 13 | 155 | 38 | 38 |
| Octal | 316 | 120 | 170 | 0 | 75 | 52 | 23 | 525 | 70 | 70 |
| Binary | 11001110 | 1010000 | 1111000 | 0 | 111101 | 101010 | 10011 | 101010101 | 111000 | 111000 |
Color Harmonies of #CE5078
Complementary color
Monochromatic Colors of #CE5078
Black with #CE5078
Text Example
Text Example
White with #CE5078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5078; }
p { color: rgb(206,80,120); }
H1.HeaderClassName
{
color: #CE5078;
}
.AnyTagClassName
{
color: #CE5078;
}
</style>
background-color css
<style>
a { background-color: #CE5078; }
a { background-color: rgb(206,80,120); }
div.DivClassName
{
background-color: #CE5078;
}
.BgClassName
{
background-color: #CE5078;
}
</style>
border-color css
<style>
span { border-color: #CE5078; }
span { border-color: rgb(206,80,120); }
td.TdClassName
{
border-color: #CE5078;
}
.TagClassName
{
border-color: #CE5078;
}
</style>