Shades of Cranberry #CE5D83
Tints of Cranberry #CE5D83
RGB
CMYK
RGB Variations
Color information
#CE5D83 (or 0xCE5D83) is known color: Cranberry. HEX triplet: CE, 5D and 83. RGB value is (206,93,131). Sum of RGB (Red+Green+Blue) = 206+93+131=430 (56% of max value = 765). Red value is 206 (80.86% from 255 or 47.91% from 430); Green value is 93 (36.72% from 255 or 21.63% from 430); Blue value is 131 (51.56% from 255 or 30.47% from 430); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5D83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5D83 is #31A27C. Grayscale: #838383. Windows color (decimal): -3252861 or 8609230. OLE color: 8609230.
HSL color Cylindrical-coordinate representation of color #CE5D83: hue angle of 339.82º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CE5D83 is Cyan = 0, Magento = 0.55, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 93 | 131 | - |
| CMYK | 0 | 0.55 | 0.36 | 0.19 |
| HSL | 339.82º | 0.54% | 0.59% | - |
| HSV(B) | 339.82º | 0.55% | 0.81% | - |
| XYZ | 33.46 | 22.59 | 24.07 | - |
| YUV | 131.12 | 127.94 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 93 | 131 | 0 | 0.55 | 0.36 | 0.19 | 339.82 | 0.54 | 0.59 |
| Hex | CE | 5D | 83 | 0 | 37 | 24 | 13 | 154 | 36 | 3B |
| Octal | 316 | 135 | 203 | 0 | 67 | 44 | 23 | 524 | 66 | 73 |
| Binary | 11001110 | 1011101 | 10000011 | 0 | 110111 | 100100 | 10011 | 101010100 | 110110 | 111011 |
Color Harmonies of #CE5D83
Complementary color
Monochromatic Colors of #CE5D83
Black with #CE5D83
Text Example
Text Example
White with #CE5D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5D83; }
p { color: rgb(206,93,131); }
H1.HeaderClassName
{
color: #CE5D83;
}
.AnyTagClassName
{
color: #CE5D83;
}
</style>
background-color css
<style>
a { background-color: #CE5D83; }
a { background-color: rgb(206,93,131); }
div.DivClassName
{
background-color: #CE5D83;
}
.BgClassName
{
background-color: #CE5D83;
}
</style>
border-color css
<style>
span { border-color: #CE5D83; }
span { border-color: rgb(206,93,131); }
td.TdClassName
{
border-color: #CE5D83;
}
.TagClassName
{
border-color: #CE5D83;
}
</style>