Shades of Cranberry #CE5783
Tints of Cranberry #CE5783
RGB
CMYK
RGB Variations
Color information
#CE5783 (or 0xCE5783) is known color: Cranberry. HEX triplet: CE, 57 and 83. RGB value is (206,87,131). Sum of RGB (Red+Green+Blue) = 206+87+131=424 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.58% from 424); Green value is 87 (34.38% from 255 or 20.52% from 424); Blue value is 131 (51.56% from 255 or 30.90% from 424); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5783 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5783 is #31A87C. Grayscale: #7F7F7F. Windows color (decimal): -3254397 or 8607694. OLE color: 8607694.
HSL color Cylindrical-coordinate representation of color #CE5783: hue angle of 337.82º 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 #CE5783 is Cyan = 0, Magento = 0.58, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 87 | 131 | - |
| CMYK | 0 | 0.58 | 0.36 | 0.19 |
| HSL | 337.82º | 0.55% | 0.57% | - |
| HSV(B) | 337.82º | 0.58% | 0.81% | - |
| XYZ | 32.96 | 21.58 | 23.9 | - |
| YUV | 127.6 | 129.92 | 183.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 87 | 131 | 0 | 0.58 | 0.36 | 0.19 | 337.82 | 0.55 | 0.57 |
| Hex | CE | 57 | 83 | 0 | 3A | 24 | 13 | 152 | 37 | 39 |
| Octal | 316 | 127 | 203 | 0 | 72 | 44 | 23 | 522 | 67 | 71 |
| Binary | 11001110 | 1010111 | 10000011 | 0 | 111010 | 100100 | 10011 | 101010010 | 110111 | 111001 |
Color Harmonies of #CE5783
Complementary color
Monochromatic Colors of #CE5783
Black with #CE5783
Text Example
Text Example
White with #CE5783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5783; }
p { color: rgb(206,87,131); }
H1.HeaderClassName
{
color: #CE5783;
}
.AnyTagClassName
{
color: #CE5783;
}
</style>
background-color css
<style>
a { background-color: #CE5783; }
a { background-color: rgb(206,87,131); }
div.DivClassName
{
background-color: #CE5783;
}
.BgClassName
{
background-color: #CE5783;
}
</style>
border-color css
<style>
span { border-color: #CE5783; }
span { border-color: rgb(206,87,131); }
td.TdClassName
{
border-color: #CE5783;
}
.TagClassName
{
border-color: #CE5783;
}
</style>