Shades of Cranberry #CE5382
Tints of Cranberry #CE5382
RGB
CMYK
RGB Variations
Color information
#CE5382 (or 0xCE5382) is known color: Cranberry. HEX triplet: CE, 53 and 82. RGB value is (206,83,130). Sum of RGB (Red+Green+Blue) = 206+83+130=419 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.16% from 419); Green value is 83 (32.81% from 255 or 19.81% from 419); Blue value is 130 (51.17% from 255 or 31.03% from 419); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5382 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5382 is #31AC7D. Grayscale: #7D7D7D. Windows color (decimal): -3255422 or 8541134. OLE color: 8541134.
HSL color Cylindrical-coordinate representation of color #CE5382: hue angle of 337.07º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CE5382 is Cyan = 0, Magento = 0.60, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 83 | 130 | - |
| CMYK | 0 | 0.60 | 0.37 | 0.19 |
| HSL | 337.07º | 0.56% | 0.57% | - |
| HSV(B) | 337.07º | 0.6% | 0.81% | - |
| XYZ | 32.58 | 20.92 | 23.44 | - |
| YUV | 125.14 | 130.75 | 185.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 83 | 130 | 0 | 0.60 | 0.37 | 0.19 | 337.07 | 0.56 | 0.57 |
| Hex | CE | 53 | 82 | 0 | 3C | 25 | 13 | 151 | 38 | 39 |
| Octal | 316 | 123 | 202 | 0 | 74 | 45 | 23 | 521 | 70 | 71 |
| Binary | 11001110 | 1010011 | 10000010 | 0 | 111100 | 100101 | 10011 | 101010001 | 111000 | 111001 |
Color Harmonies of #CE5382
Complementary color
Monochromatic Colors of #CE5382
Black with #CE5382
Text Example
Text Example
White with #CE5382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5382; }
p { color: rgb(206,83,130); }
H1.HeaderClassName
{
color: #CE5382;
}
.AnyTagClassName
{
color: #CE5382;
}
</style>
background-color css
<style>
a { background-color: #CE5382; }
a { background-color: rgb(206,83,130); }
div.DivClassName
{
background-color: #CE5382;
}
.BgClassName
{
background-color: #CE5382;
}
</style>
border-color css
<style>
span { border-color: #CE5382; }
span { border-color: rgb(206,83,130); }
td.TdClassName
{
border-color: #CE5382;
}
.TagClassName
{
border-color: #CE5382;
}
</style>