Shades of Cranberry #CE547A
Tints of Cranberry #CE547A
RGB
CMYK
RGB Variations
Color information
#CE547A (or 0xCE547A) is known color: Cranberry. HEX triplet: CE, 54 and 7A. RGB value is (206,84,122). Sum of RGB (Red+Green+Blue) = 206+84+122=412 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50% from 412); Green value is 84 (33.20% from 255 or 20.39% from 412); Blue value is 122 (48.05% from 255 or 29.61% from 412); Max value from RGB is 206 - color contains mainly: red. Hex color #CE547A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE547A is #31AB85. Grayscale: #7C7C7C. Windows color (decimal): -3255174 or 8017102. OLE color: 8017102.
HSL color Cylindrical-coordinate representation of color #CE547A: hue angle of 341.31º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CE547A is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 84 | 122 | - |
| CMYK | 0 | 0.59 | 0.41 | 0.19 |
| HSL | 341.31º | 0.55% | 0.57% | - |
| HSV(B) | 341.31º | 0.59% | 0.81% | - |
| XYZ | 32.14 | 20.87 | 20.75 | - |
| YUV | 124.81 | 126.42 | 185.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 84 | 122 | 0 | 0.59 | 0.41 | 0.19 | 341.31 | 0.55 | 0.57 |
| Hex | CE | 54 | 7A | 0 | 3B | 29 | 13 | 155 | 37 | 39 |
| Octal | 316 | 124 | 172 | 0 | 73 | 51 | 23 | 525 | 67 | 71 |
| Binary | 11001110 | 1010100 | 1111010 | 0 | 111011 | 101001 | 10011 | 101010101 | 110111 | 111001 |
Color Harmonies of #CE547A
Complementary color
Monochromatic Colors of #CE547A
Black with #CE547A
Text Example
Text Example
White with #CE547A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE547A; }
p { color: rgb(206,84,122); }
H1.HeaderClassName
{
color: #CE547A;
}
.AnyTagClassName
{
color: #CE547A;
}
</style>
background-color css
<style>
a { background-color: #CE547A; }
a { background-color: rgb(206,84,122); }
div.DivClassName
{
background-color: #CE547A;
}
.BgClassName
{
background-color: #CE547A;
}
</style>
border-color css
<style>
span { border-color: #CE547A; }
span { border-color: rgb(206,84,122); }
td.TdClassName
{
border-color: #CE547A;
}
.TagClassName
{
border-color: #CE547A;
}
</style>