Shades of Cranberry #CE6080
Tints of Cranberry #CE6080
RGB
CMYK
RGB Variations
Color information
#CE6080 (or 0xCE6080) is known color: Cranberry. HEX triplet: CE, 60 and 80. RGB value is (206,96,128). Sum of RGB (Red+Green+Blue) = 206+96+128=430 (56% of max value = 765). Red value is 206 (80.86% from 255 or 47.91% from 430); Green value is 96 (37.89% from 255 or 22.33% from 430); Blue value is 128 (50.39% from 255 or 29.77% from 430); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6080 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6080 is #319F7F. Grayscale: #848484. Windows color (decimal): -3252096 or 8413390. OLE color: 8413390.
HSL color Cylindrical-coordinate representation of color #CE6080: hue angle of 342.55º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CE6080 is Cyan = 0, Magento = 0.53, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 96 | 128 | - |
| CMYK | 0 | 0.53 | 0.38 | 0.19 |
| HSL | 342.55º | 0.53% | 0.59% | - |
| HSV(B) | 342.55º | 0.53% | 0.81% | - |
| XYZ | 33.53 | 23.05 | 23.1 | - |
| YUV | 132.54 | 125.44 | 180.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 96 | 128 | 0 | 0.53 | 0.38 | 0.19 | 342.55 | 0.53 | 0.59 |
| Hex | CE | 60 | 80 | 0 | 35 | 26 | 13 | 157 | 35 | 3B |
| Octal | 316 | 140 | 200 | 0 | 65 | 46 | 23 | 527 | 65 | 73 |
| Binary | 11001110 | 1100000 | 10000000 | 0 | 110101 | 100110 | 10011 | 101010111 | 110101 | 111011 |
Color Harmonies of #CE6080
Complementary color
Monochromatic Colors of #CE6080
Black with #CE6080
Text Example
Text Example
White with #CE6080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6080; }
p { color: rgb(206,96,128); }
H1.HeaderClassName
{
color: #CE6080;
}
.AnyTagClassName
{
color: #CE6080;
}
</style>
background-color css
<style>
a { background-color: #CE6080; }
a { background-color: rgb(206,96,128); }
div.DivClassName
{
background-color: #CE6080;
}
.BgClassName
{
background-color: #CE6080;
}
</style>
border-color css
<style>
span { border-color: #CE6080; }
span { border-color: rgb(206,96,128); }
td.TdClassName
{
border-color: #CE6080;
}
.TagClassName
{
border-color: #CE6080;
}
</style>