Shades of Cranberry #CE567C
Tints of Cranberry #CE567C
RGB
CMYK
RGB Variations
Color information
#CE567C (or 0xCE567C) is known color: Cranberry. HEX triplet: CE, 56 and 7C. RGB value is (206,86,124). Sum of RGB (Red+Green+Blue) = 206+86+124=416 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.52% from 416); Green value is 86 (33.98% from 255 or 20.67% from 416); Blue value is 124 (48.83% from 255 or 29.81% from 416); Max value from RGB is 206 - color contains mainly: red. Hex color #CE567C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE567C is #31A983. Grayscale: #7E7E7E. Windows color (decimal): -3254660 or 8148686. OLE color: 8148686.
HSL color Cylindrical-coordinate representation of color #CE567C: hue angle of 341º 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 #CE567C is Cyan = 0, Magento = 0.58, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 86 | 124 | - |
| CMYK | 0 | 0.58 | 0.40 | 0.19 |
| HSL | 341º | 0.55% | 0.57% | - |
| HSV(B) | 341º | 0.58% | 0.81% | - |
| XYZ | 32.42 | 21.23 | 21.46 | - |
| YUV | 126.21 | 126.76 | 184.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 86 | 124 | 0 | 0.58 | 0.40 | 0.19 | 341 | 0.55 | 0.57 |
| Hex | CE | 56 | 7C | 0 | 3A | 28 | 13 | 155 | 37 | 39 |
| Octal | 316 | 126 | 174 | 0 | 72 | 50 | 23 | 525 | 67 | 71 |
| Binary | 11001110 | 1010110 | 1111100 | 0 | 111010 | 101000 | 10011 | 101010101 | 110111 | 111001 |
Color Harmonies of #CE567C
Complementary color
Monochromatic Colors of #CE567C
Black with #CE567C
Text Example
Text Example
White with #CE567C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE567C; }
p { color: rgb(206,86,124); }
H1.HeaderClassName
{
color: #CE567C;
}
.AnyTagClassName
{
color: #CE567C;
}
</style>
background-color css
<style>
a { background-color: #CE567C; }
a { background-color: rgb(206,86,124); }
div.DivClassName
{
background-color: #CE567C;
}
.BgClassName
{
background-color: #CE567C;
}
</style>
border-color css
<style>
span { border-color: #CE567C; }
span { border-color: rgb(206,86,124); }
td.TdClassName
{
border-color: #CE567C;
}
.TagClassName
{
border-color: #CE567C;
}
</style>