Shades of Cranberry #CE497B
Tints of Cranberry #CE497B
RGB
CMYK
RGB Variations
Color information
#CE497B (or 0xCE497B) is known color: Cranberry. HEX triplet: CE, 49 and 7B. RGB value is (206,73,123). Sum of RGB (Red+Green+Blue) = 206+73+123=402 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.24% from 402); Green value is 73 (28.91% from 255 or 18.16% from 402); Blue value is 123 (48.44% from 255 or 30.60% from 402); Max value from RGB is 206 - color contains mainly: red. Hex color #CE497B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE497B is #31B684. Grayscale: #767676. Windows color (decimal): -3257989 or 8079822. OLE color: 8079822.
HSL color Cylindrical-coordinate representation of color #CE497B: hue angle of 337.44º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CE497B is Cyan = 0, Magento = 0.65, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 73 | 123 | - |
| CMYK | 0 | 0.65 | 0.40 | 0.19 |
| HSL | 337.44º | 0.58% | 0.55% | - |
| HSV(B) | 337.44º | 0.65% | 0.81% | - |
| XYZ | 31.41 | 19.32 | 20.81 | - |
| YUV | 118.47 | 130.56 | 190.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 73 | 123 | 0 | 0.65 | 0.40 | 0.19 | 337.44 | 0.58 | 0.55 |
| Hex | CE | 49 | 7B | 0 | 41 | 28 | 13 | 151 | 3A | 37 |
| Octal | 316 | 111 | 173 | 0 | 101 | 50 | 23 | 521 | 72 | 67 |
| Binary | 11001110 | 1001001 | 1111011 | 0 | 1000001 | 101000 | 10011 | 101010001 | 111010 | 110111 |
Color Harmonies of #CE497B
Complementary color
Monochromatic Colors of #CE497B
Black with #CE497B
Text Example
Text Example
White with #CE497B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE497B; }
p { color: rgb(206,73,123); }
H1.HeaderClassName
{
color: #CE497B;
}
.AnyTagClassName
{
color: #CE497B;
}
</style>
background-color css
<style>
a { background-color: #CE497B; }
a { background-color: rgb(206,73,123); }
div.DivClassName
{
background-color: #CE497B;
}
.BgClassName
{
background-color: #CE497B;
}
</style>
border-color css
<style>
span { border-color: #CE497B; }
span { border-color: rgb(206,73,123); }
td.TdClassName
{
border-color: #CE497B;
}
.TagClassName
{
border-color: #CE497B;
}
</style>