Shades of Cranberry #CE527C
Tints of Cranberry #CE527C
RGB
CMYK
RGB Variations
Color information
#CE527C (or 0xCE527C) is known color: Cranberry. HEX triplet: CE, 52 and 7C. RGB value is (206,82,124). Sum of RGB (Red+Green+Blue) = 206+82+124=412 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50% from 412); Green value is 82 (32.42% from 255 or 19.90% from 412); Blue value is 124 (48.83% from 255 or 30.10% from 412); Max value from RGB is 206 - color contains mainly: red. Hex color #CE527C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE527C is #31AD83. Grayscale: #7B7B7B. Windows color (decimal): -3255684 or 8147662. OLE color: 8147662.
HSL color Cylindrical-coordinate representation of color #CE527C: hue angle of 339.68º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CE527C is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 82 | 124 | - |
| CMYK | 0 | 0.60 | 0.40 | 0.19 |
| HSL | 339.68º | 0.56% | 0.56% | - |
| HSV(B) | 339.68º | 0.6% | 0.81% | - |
| XYZ | 32.11 | 20.61 | 21.35 | - |
| YUV | 123.86 | 128.08 | 186.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 82 | 124 | 0 | 0.60 | 0.40 | 0.19 | 339.68 | 0.56 | 0.56 |
| Hex | CE | 52 | 7C | 0 | 3C | 28 | 13 | 154 | 38 | 38 |
| Octal | 316 | 122 | 174 | 0 | 74 | 50 | 23 | 524 | 70 | 70 |
| Binary | 11001110 | 1010010 | 1111100 | 0 | 111100 | 101000 | 10011 | 101010100 | 111000 | 111000 |
Color Harmonies of #CE527C
Complementary color
Monochromatic Colors of #CE527C
Black with #CE527C
Text Example
Text Example
White with #CE527C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE527C; }
p { color: rgb(206,82,124); }
H1.HeaderClassName
{
color: #CE527C;
}
.AnyTagClassName
{
color: #CE527C;
}
</style>
background-color css
<style>
a { background-color: #CE527C; }
a { background-color: rgb(206,82,124); }
div.DivClassName
{
background-color: #CE527C;
}
.BgClassName
{
background-color: #CE527C;
}
</style>
border-color css
<style>
span { border-color: #CE527C; }
span { border-color: rgb(206,82,124); }
td.TdClassName
{
border-color: #CE527C;
}
.TagClassName
{
border-color: #CE527C;
}
</style>