Shades of Cranberry #CE5483
Tints of Cranberry #CE5483
RGB
CMYK
RGB Variations
Color information
#CE5483 (or 0xCE5483) is known color: Cranberry. HEX triplet: CE, 54 and 83. RGB value is (206,84,131). Sum of RGB (Red+Green+Blue) = 206+84+131=421 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.93% from 421); Green value is 84 (33.20% from 255 or 19.95% from 421); Blue value is 131 (51.56% from 255 or 31.12% from 421); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5483 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5483 is #31AB7C. Grayscale: #7D7D7D. Windows color (decimal): -3255165 or 8606926. OLE color: 8606926.
HSL color Cylindrical-coordinate representation of color #CE5483: hue angle of 336.89º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CE5483 is Cyan = 0, Magento = 0.59, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 84 | 131 | - |
| CMYK | 0 | 0.59 | 0.36 | 0.19 |
| HSL | 336.89º | 0.55% | 0.57% | - |
| HSV(B) | 336.89º | 0.59% | 0.81% | - |
| XYZ | 32.72 | 21.1 | 23.82 | - |
| YUV | 125.84 | 130.92 | 185.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 84 | 131 | 0 | 0.59 | 0.36 | 0.19 | 336.89 | 0.55 | 0.57 |
| Hex | CE | 54 | 83 | 0 | 3B | 24 | 13 | 151 | 37 | 39 |
| Octal | 316 | 124 | 203 | 0 | 73 | 44 | 23 | 521 | 67 | 71 |
| Binary | 11001110 | 1010100 | 10000011 | 0 | 111011 | 100100 | 10011 | 101010001 | 110111 | 111001 |
Color Harmonies of #CE5483
Complementary color
Monochromatic Colors of #CE5483
Black with #CE5483
Text Example
Text Example
White with #CE5483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5483; }
p { color: rgb(206,84,131); }
H1.HeaderClassName
{
color: #CE5483;
}
.AnyTagClassName
{
color: #CE5483;
}
</style>
background-color css
<style>
a { background-color: #CE5483; }
a { background-color: rgb(206,84,131); }
div.DivClassName
{
background-color: #CE5483;
}
.BgClassName
{
background-color: #CE5483;
}
</style>
border-color css
<style>
span { border-color: #CE5483; }
span { border-color: rgb(206,84,131); }
td.TdClassName
{
border-color: #CE5483;
}
.TagClassName
{
border-color: #CE5483;
}
</style>