Shades of Cranberry #CE537F
Tints of Cranberry #CE537F
RGB
CMYK
RGB Variations
Color information
#CE537F (or 0xCE537F) is known color: Cranberry. HEX triplet: CE, 53 and 7F. RGB value is (206,83,127). Sum of RGB (Red+Green+Blue) = 206+83+127=416 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.52% from 416); Green value is 83 (32.81% from 255 or 19.95% from 416); Blue value is 127 (50% from 255 or 30.53% from 416); Max value from RGB is 206 - color contains mainly: red. Hex color #CE537F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE537F is #31AC80. Grayscale: #7C7C7C. Windows color (decimal): -3255425 or 8344526. OLE color: 8344526.
HSL color Cylindrical-coordinate representation of color #CE537F: hue angle of 338.54º 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 #CE537F is Cyan = 0, Magento = 0.60, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 83 | 127 | - |
| CMYK | 0 | 0.60 | 0.38 | 0.19 |
| HSL | 338.54º | 0.56% | 0.57% | - |
| HSV(B) | 338.54º | 0.6% | 0.81% | - |
| XYZ | 32.38 | 20.84 | 22.39 | - |
| YUV | 124.79 | 129.25 | 185.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 83 | 127 | 0 | 0.60 | 0.38 | 0.19 | 338.54 | 0.56 | 0.57 |
| Hex | CE | 53 | 7F | 0 | 3C | 26 | 13 | 153 | 38 | 39 |
| Octal | 316 | 123 | 177 | 0 | 74 | 46 | 23 | 523 | 70 | 71 |
| Binary | 11001110 | 1010011 | 1111111 | 0 | 111100 | 100110 | 10011 | 101010011 | 111000 | 111001 |
Color Harmonies of #CE537F
Complementary color
Monochromatic Colors of #CE537F
Black with #CE537F
Text Example
Text Example
White with #CE537F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE537F; }
p { color: rgb(206,83,127); }
H1.HeaderClassName
{
color: #CE537F;
}
.AnyTagClassName
{
color: #CE537F;
}
</style>
background-color css
<style>
a { background-color: #CE537F; }
a { background-color: rgb(206,83,127); }
div.DivClassName
{
background-color: #CE537F;
}
.BgClassName
{
background-color: #CE537F;
}
</style>
border-color css
<style>
span { border-color: #CE537F; }
span { border-color: rgb(206,83,127); }
td.TdClassName
{
border-color: #CE537F;
}
.TagClassName
{
border-color: #CE537F;
}
</style>