Shades of Cranberry #CE5A86
Tints of Cranberry #CE5A86
RGB
CMYK
RGB Variations
Color information
#CE5A86 (or 0xCE5A86) is known color: Cranberry. HEX triplet: CE, 5A and 86. RGB value is (206,90,134). Sum of RGB (Red+Green+Blue) = 206+90+134=430 (56% of max value = 765). Red value is 206 (80.86% from 255 or 47.91% from 430); Green value is 90 (35.55% from 255 or 20.93% from 430); Blue value is 134 (52.73% from 255 or 31.16% from 430); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5A86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5A86 is #31A579. Grayscale: #818181. Windows color (decimal): -3253626 or 8805070. OLE color: 8805070.
HSL color Cylindrical-coordinate representation of color #CE5A86: hue angle of 337.24º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CE5A86 is Cyan = 0, Magento = 0.56, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 90 | 134 | - |
| CMYK | 0 | 0.56 | 0.35 | 0.19 |
| HSL | 337.24º | 0.54% | 0.58% | - |
| HSV(B) | 337.24º | 0.56% | 0.81% | - |
| XYZ | 33.41 | 22.16 | 25.07 | - |
| YUV | 129.7 | 130.43 | 182.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 90 | 134 | 0 | 0.56 | 0.35 | 0.19 | 337.24 | 0.54 | 0.58 |
| Hex | CE | 5A | 86 | 0 | 38 | 23 | 13 | 151 | 36 | 3A |
| Octal | 316 | 132 | 206 | 0 | 70 | 43 | 23 | 521 | 66 | 72 |
| Binary | 11001110 | 1011010 | 10000110 | 0 | 111000 | 100011 | 10011 | 101010001 | 110110 | 111010 |
Color Harmonies of #CE5A86
Complementary color
Monochromatic Colors of #CE5A86
Black with #CE5A86
Text Example
Text Example
White with #CE5A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5A86; }
p { color: rgb(206,90,134); }
H1.HeaderClassName
{
color: #CE5A86;
}
.AnyTagClassName
{
color: #CE5A86;
}
</style>
background-color css
<style>
a { background-color: #CE5A86; }
a { background-color: rgb(206,90,134); }
div.DivClassName
{
background-color: #CE5A86;
}
.BgClassName
{
background-color: #CE5A86;
}
</style>
border-color css
<style>
span { border-color: #CE5A86; }
span { border-color: rgb(206,90,134); }
td.TdClassName
{
border-color: #CE5A86;
}
.TagClassName
{
border-color: #CE5A86;
}
</style>