Shades of Cranberry #CE537E
Tints of Cranberry #CE537E
RGB
CMYK
RGB Variations
Color information
#CE537E (or 0xCE537E) is known color: Cranberry. HEX triplet: CE, 53 and 7E. RGB value is (206,83,126). Sum of RGB (Red+Green+Blue) = 206+83+126=415 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.64% from 415); Green value is 83 (32.81% from 255 or 20% from 415); Blue value is 126 (49.61% from 255 or 30.36% from 415); Max value from RGB is 206 - color contains mainly: red. Hex color #CE537E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE537E is #31AC81. Grayscale: #7C7C7C. Windows color (decimal): -3255426 or 8278990. OLE color: 8278990.
HSL color Cylindrical-coordinate representation of color #CE537E: hue angle of 339.02º 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 #CE537E is Cyan = 0, Magento = 0.60, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 83 | 126 | - |
| CMYK | 0 | 0.60 | 0.39 | 0.19 |
| HSL | 339.02º | 0.56% | 0.57% | - |
| HSV(B) | 339.02º | 0.6% | 0.81% | - |
| XYZ | 32.31 | 20.81 | 22.05 | - |
| YUV | 124.68 | 128.75 | 186 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 83 | 126 | 0 | 0.60 | 0.39 | 0.19 | 339.02 | 0.56 | 0.57 |
| Hex | CE | 53 | 7E | 0 | 3C | 27 | 13 | 153 | 38 | 39 |
| Octal | 316 | 123 | 176 | 0 | 74 | 47 | 23 | 523 | 70 | 71 |
| Binary | 11001110 | 1010011 | 1111110 | 0 | 111100 | 100111 | 10011 | 101010011 | 111000 | 111001 |
Color Harmonies of #CE537E
Complementary color
Monochromatic Colors of #CE537E
Black with #CE537E
Text Example
Text Example
White with #CE537E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE537E; }
p { color: rgb(206,83,126); }
H1.HeaderClassName
{
color: #CE537E;
}
.AnyTagClassName
{
color: #CE537E;
}
</style>
background-color css
<style>
a { background-color: #CE537E; }
a { background-color: rgb(206,83,126); }
div.DivClassName
{
background-color: #CE537E;
}
.BgClassName
{
background-color: #CE537E;
}
</style>
border-color css
<style>
span { border-color: #CE537E; }
span { border-color: rgb(206,83,126); }
td.TdClassName
{
border-color: #CE537E;
}
.TagClassName
{
border-color: #CE537E;
}
</style>