Shades of Cranberry #CE5782
Tints of Cranberry #CE5782
RGB
CMYK
RGB Variations
Color information
#CE5782 (or 0xCE5782) is known color: Cranberry. HEX triplet: CE, 57 and 82. RGB value is (206,87,130). Sum of RGB (Red+Green+Blue) = 206+87+130=423 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.70% from 423); Green value is 87 (34.38% from 255 or 20.57% from 423); Blue value is 130 (51.17% from 255 or 30.73% from 423); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5782 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5782 is #31A87D. Grayscale: #7F7F7F. Windows color (decimal): -3254398 or 8542158. OLE color: 8542158.
HSL color Cylindrical-coordinate representation of color #CE5782: hue angle of 338.32º 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 #CE5782 is Cyan = 0, Magento = 0.58, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 87 | 130 | - |
| CMYK | 0 | 0.58 | 0.37 | 0.19 |
| HSL | 338.32º | 0.55% | 0.57% | - |
| HSV(B) | 338.32º | 0.58% | 0.81% | - |
| XYZ | 32.89 | 21.55 | 23.55 | - |
| YUV | 127.48 | 129.42 | 184 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 87 | 130 | 0 | 0.58 | 0.37 | 0.19 | 338.32 | 0.55 | 0.57 |
| Hex | CE | 57 | 82 | 0 | 3A | 25 | 13 | 152 | 37 | 39 |
| Octal | 316 | 127 | 202 | 0 | 72 | 45 | 23 | 522 | 67 | 71 |
| Binary | 11001110 | 1010111 | 10000010 | 0 | 111010 | 100101 | 10011 | 101010010 | 110111 | 111001 |
Color Harmonies of #CE5782
Complementary color
Monochromatic Colors of #CE5782
Black with #CE5782
Text Example
Text Example
White with #CE5782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5782; }
p { color: rgb(206,87,130); }
H1.HeaderClassName
{
color: #CE5782;
}
.AnyTagClassName
{
color: #CE5782;
}
</style>
background-color css
<style>
a { background-color: #CE5782; }
a { background-color: rgb(206,87,130); }
div.DivClassName
{
background-color: #CE5782;
}
.BgClassName
{
background-color: #CE5782;
}
</style>
border-color css
<style>
span { border-color: #CE5782; }
span { border-color: rgb(206,87,130); }
td.TdClassName
{
border-color: #CE5782;
}
.TagClassName
{
border-color: #CE5782;
}
</style>