Shades of Cranberry #CE567A
Tints of Cranberry #CE567A
RGB
CMYK
RGB Variations
Color information
#CE567A (or 0xCE567A) is known color: Cranberry. HEX triplet: CE, 56 and 7A. RGB value is (206,86,122). Sum of RGB (Red+Green+Blue) = 206+86+122=414 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.76% from 414); Green value is 86 (33.98% from 255 or 20.77% from 414); Blue value is 122 (48.05% from 255 or 29.47% from 414); Max value from RGB is 206 - color contains mainly: red. Hex color #CE567A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE567A is #31A985. Grayscale: #7D7D7D. Windows color (decimal): -3254662 or 8017614. OLE color: 8017614.
HSL color Cylindrical-coordinate representation of color #CE567A: hue angle of 342º 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 #CE567A is Cyan = 0, Magento = 0.58, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 86 | 122 | - |
| CMYK | 0 | 0.58 | 0.41 | 0.19 |
| HSL | 342º | 0.55% | 0.57% | - |
| HSV(B) | 342º | 0.58% | 0.81% | - |
| XYZ | 32.29 | 21.18 | 20.8 | - |
| YUV | 125.98 | 125.76 | 185.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 86 | 122 | 0 | 0.58 | 0.41 | 0.19 | 342 | 0.55 | 0.57 |
| Hex | CE | 56 | 7A | 0 | 3A | 29 | 13 | 156 | 37 | 39 |
| Octal | 316 | 126 | 172 | 0 | 72 | 51 | 23 | 526 | 67 | 71 |
| Binary | 11001110 | 1010110 | 1111010 | 0 | 111010 | 101001 | 10011 | 101010110 | 110111 | 111001 |
Color Harmonies of #CE567A
Complementary color
Monochromatic Colors of #CE567A
Black with #CE567A
Text Example
Text Example
White with #CE567A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE567A; }
p { color: rgb(206,86,122); }
H1.HeaderClassName
{
color: #CE567A;
}
.AnyTagClassName
{
color: #CE567A;
}
</style>
background-color css
<style>
a { background-color: #CE567A; }
a { background-color: rgb(206,86,122); }
div.DivClassName
{
background-color: #CE567A;
}
.BgClassName
{
background-color: #CE567A;
}
</style>
border-color css
<style>
span { border-color: #CE567A; }
span { border-color: rgb(206,86,122); }
td.TdClassName
{
border-color: #CE567A;
}
.TagClassName
{
border-color: #CE567A;
}
</style>