Shades of Cranberry #CE5682
Tints of Cranberry #CE5682
RGB
CMYK
RGB Variations
Color information
#CE5682 (or 0xCE5682) is known color: Cranberry. HEX triplet: CE, 56 and 82. RGB value is (206,86,130). Sum of RGB (Red+Green+Blue) = 206+86+130=422 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.82% from 422); Green value is 86 (33.98% from 255 or 20.38% from 422); Blue value is 130 (51.17% from 255 or 30.81% from 422); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5682 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5682 is #31A97D. Grayscale: #7E7E7E. Windows color (decimal): -3254654 or 8541902. OLE color: 8541902.
HSL color Cylindrical-coordinate representation of color #CE5682: hue angle of 338º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CE5682 is Cyan = 0, Magento = 0.58, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 86 | 130 | - |
| CMYK | 0 | 0.58 | 0.37 | 0.19 |
| HSL | 338º | 0.55% | 0.57% | - |
| HSV(B) | 338º | 0.58% | 0.81% | - |
| XYZ | 32.81 | 21.39 | 23.52 | - |
| YUV | 126.9 | 129.76 | 184.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 86 | 130 | 0 | 0.58 | 0.37 | 0.19 | 338 | 0.55 | 0.57 |
| Hex | CE | 56 | 82 | 0 | 3A | 25 | 13 | 152 | 37 | 39 |
| Octal | 316 | 126 | 202 | 0 | 72 | 45 | 23 | 522 | 67 | 71 |
| Binary | 11001110 | 1010110 | 10000010 | 0 | 111010 | 100101 | 10011 | 101010010 | 110111 | 111001 |
Color Harmonies of #CE5682
Complementary color
Monochromatic Colors of #CE5682
Black with #CE5682
Text Example
Text Example
White with #CE5682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5682; }
p { color: rgb(206,86,130); }
H1.HeaderClassName
{
color: #CE5682;
}
.AnyTagClassName
{
color: #CE5682;
}
</style>
background-color css
<style>
a { background-color: #CE5682; }
a { background-color: rgb(206,86,130); }
div.DivClassName
{
background-color: #CE5682;
}
.BgClassName
{
background-color: #CE5682;
}
</style>
border-color css
<style>
span { border-color: #CE5682; }
span { border-color: rgb(206,86,130); }
td.TdClassName
{
border-color: #CE5682;
}
.TagClassName
{
border-color: #CE5682;
}
</style>