Shades of Cranberry #CE567D
Tints of Cranberry #CE567D
RGB
CMYK
RGB Variations
Color information
#CE567D (or 0xCE567D) is known color: Cranberry. HEX triplet: CE, 56 and 7D. RGB value is (206,86,125). Sum of RGB (Red+Green+Blue) = 206+86+125=417 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.40% from 417); Green value is 86 (33.98% from 255 or 20.62% from 417); Blue value is 125 (49.22% from 255 or 29.98% from 417); Max value from RGB is 206 - color contains mainly: red. Hex color #CE567D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE567D is #31A982. Grayscale: #7E7E7E. Windows color (decimal): -3254659 or 8214222. OLE color: 8214222.
HSL color Cylindrical-coordinate representation of color #CE567D: hue angle of 340.5º 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 #CE567D is Cyan = 0, Magento = 0.58, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 86 | 125 | - |
| CMYK | 0 | 0.58 | 0.39 | 0.19 |
| HSL | 340.5º | 0.55% | 0.57% | - |
| HSV(B) | 340.5º | 0.58% | 0.81% | - |
| XYZ | 32.48 | 21.26 | 21.79 | - |
| YUV | 126.33 | 127.26 | 184.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 86 | 125 | 0 | 0.58 | 0.39 | 0.19 | 340.5 | 0.55 | 0.57 |
| Hex | CE | 56 | 7D | 0 | 3A | 27 | 13 | 154 | 37 | 39 |
| Octal | 316 | 126 | 175 | 0 | 72 | 47 | 23 | 524 | 67 | 71 |
| Binary | 11001110 | 1010110 | 1111101 | 0 | 111010 | 100111 | 10011 | 101010100 | 110111 | 111001 |
Color Harmonies of #CE567D
Complementary color
Monochromatic Colors of #CE567D
Black with #CE567D
Text Example
Text Example
White with #CE567D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE567D; }
p { color: rgb(206,86,125); }
H1.HeaderClassName
{
color: #CE567D;
}
.AnyTagClassName
{
color: #CE567D;
}
</style>
background-color css
<style>
a { background-color: #CE567D; }
a { background-color: rgb(206,86,125); }
div.DivClassName
{
background-color: #CE567D;
}
.BgClassName
{
background-color: #CE567D;
}
</style>
border-color css
<style>
span { border-color: #CE567D; }
span { border-color: rgb(206,86,125); }
td.TdClassName
{
border-color: #CE567D;
}
.TagClassName
{
border-color: #CE567D;
}
</style>