Shades of Cranberry #CE5582
Tints of Cranberry #CE5582
RGB
CMYK
RGB Variations
Color information
#CE5582 (or 0xCE5582) is known color: Cranberry. HEX triplet: CE, 55 and 82. RGB value is (206,85,130). Sum of RGB (Red+Green+Blue) = 206+85+130=421 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.93% from 421); Green value is 85 (33.59% from 255 or 20.19% from 421); Blue value is 130 (51.17% from 255 or 30.88% from 421); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5582 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5582 is #31AA7D. Grayscale: #7E7E7E. Windows color (decimal): -3254910 or 8541646. OLE color: 8541646.
HSL color Cylindrical-coordinate representation of color #CE5582: hue angle of 337.69º 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 #CE5582 is Cyan = 0, Magento = 0.59, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 85 | 130 | - |
| CMYK | 0 | 0.59 | 0.37 | 0.19 |
| HSL | 337.69º | 0.55% | 0.57% | - |
| HSV(B) | 337.69º | 0.59% | 0.81% | - |
| XYZ | 32.73 | 21.23 | 23.49 | - |
| YUV | 126.31 | 130.09 | 184.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 85 | 130 | 0 | 0.59 | 0.37 | 0.19 | 337.69 | 0.55 | 0.57 |
| Hex | CE | 55 | 82 | 0 | 3B | 25 | 13 | 152 | 37 | 39 |
| Octal | 316 | 125 | 202 | 0 | 73 | 45 | 23 | 522 | 67 | 71 |
| Binary | 11001110 | 1010101 | 10000010 | 0 | 111011 | 100101 | 10011 | 101010010 | 110111 | 111001 |
Color Harmonies of #CE5582
Complementary color
Monochromatic Colors of #CE5582
Black with #CE5582
Text Example
Text Example
White with #CE5582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5582; }
p { color: rgb(206,85,130); }
H1.HeaderClassName
{
color: #CE5582;
}
.AnyTagClassName
{
color: #CE5582;
}
</style>
background-color css
<style>
a { background-color: #CE5582; }
a { background-color: rgb(206,85,130); }
div.DivClassName
{
background-color: #CE5582;
}
.BgClassName
{
background-color: #CE5582;
}
</style>
border-color css
<style>
span { border-color: #CE5582; }
span { border-color: rgb(206,85,130); }
td.TdClassName
{
border-color: #CE5582;
}
.TagClassName
{
border-color: #CE5582;
}
</style>