Shades of Cranberry #CE537A
Tints of Cranberry #CE537A
RGB
CMYK
RGB Variations
Color information
#CE537A (or 0xCE537A) is known color: Cranberry. HEX triplet: CE, 53 and 7A. RGB value is (206,83,122). Sum of RGB (Red+Green+Blue) = 206+83+122=411 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.12% from 411); Green value is 83 (32.81% from 255 or 20.19% from 411); Blue value is 122 (48.05% from 255 or 29.68% from 411); Max value from RGB is 206 - color contains mainly: red. Hex color #CE537A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE537A is #31AC85. Grayscale: #7C7C7C. Windows color (decimal): -3255430 or 8016846. OLE color: 8016846.
HSL color Cylindrical-coordinate representation of color #CE537A: hue angle of 340.98º 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 #CE537A is Cyan = 0, Magento = 0.60, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 83 | 122 | - |
| CMYK | 0 | 0.60 | 0.41 | 0.19 |
| HSL | 340.98º | 0.56% | 0.57% | - |
| HSV(B) | 340.98º | 0.6% | 0.81% | - |
| XYZ | 32.06 | 20.71 | 20.72 | - |
| YUV | 124.22 | 126.75 | 186.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 83 | 122 | 0 | 0.60 | 0.41 | 0.19 | 340.98 | 0.56 | 0.57 |
| Hex | CE | 53 | 7A | 0 | 3C | 29 | 13 | 155 | 38 | 39 |
| Octal | 316 | 123 | 172 | 0 | 74 | 51 | 23 | 525 | 70 | 71 |
| Binary | 11001110 | 1010011 | 1111010 | 0 | 111100 | 101001 | 10011 | 101010101 | 111000 | 111001 |
Color Harmonies of #CE537A
Complementary color
Monochromatic Colors of #CE537A
Black with #CE537A
Text Example
Text Example
White with #CE537A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE537A; }
p { color: rgb(206,83,122); }
H1.HeaderClassName
{
color: #CE537A;
}
.AnyTagClassName
{
color: #CE537A;
}
</style>
background-color css
<style>
a { background-color: #CE537A; }
a { background-color: rgb(206,83,122); }
div.DivClassName
{
background-color: #CE537A;
}
.BgClassName
{
background-color: #CE537A;
}
</style>
border-color css
<style>
span { border-color: #CE537A; }
span { border-color: rgb(206,83,122); }
td.TdClassName
{
border-color: #CE537A;
}
.TagClassName
{
border-color: #CE537A;
}
</style>