Shades of Cranberry #CE4A76
Tints of Cranberry #CE4A76
RGB
CMYK
RGB Variations
Color information
#CE4A76 (or 0xCE4A76) is known color: Cranberry. HEX triplet: CE, 4A and 76. RGB value is (206,74,118). Sum of RGB (Red+Green+Blue) = 206+74+118=398 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.76% from 398); Green value is 74 (29.30% from 255 or 18.59% from 398); Blue value is 118 (46.48% from 255 or 29.65% from 398); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4A76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4A76 is #31B589. Grayscale: #767676. Windows color (decimal): -3257738 or 7752398. OLE color: 7752398.
HSL color Cylindrical-coordinate representation of color #CE4A76: hue angle of 340º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CE4A76 is Cyan = 0, Magento = 0.64, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 74 | 118 | - |
| CMYK | 0 | 0.64 | 0.43 | 0.19 |
| HSL | 340º | 0.57% | 0.55% | - |
| HSV(B) | 340º | 0.64% | 0.81% | - |
| XYZ | 31.17 | 19.33 | 19.23 | - |
| YUV | 118.48 | 127.73 | 190.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 74 | 118 | 0 | 0.64 | 0.43 | 0.19 | 340 | 0.57 | 0.55 |
| Hex | CE | 4A | 76 | 0 | 40 | 2B | 13 | 154 | 39 | 37 |
| Octal | 316 | 112 | 166 | 0 | 100 | 53 | 23 | 524 | 71 | 67 |
| Binary | 11001110 | 1001010 | 1110110 | 0 | 1000000 | 101011 | 10011 | 101010100 | 111001 | 110111 |
Color Harmonies of #CE4A76
Complementary color
Monochromatic Colors of #CE4A76
Black with #CE4A76
Text Example
Text Example
White with #CE4A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4A76; }
p { color: rgb(206,74,118); }
H1.HeaderClassName
{
color: #CE4A76;
}
.AnyTagClassName
{
color: #CE4A76;
}
</style>
background-color css
<style>
a { background-color: #CE4A76; }
a { background-color: rgb(206,74,118); }
div.DivClassName
{
background-color: #CE4A76;
}
.BgClassName
{
background-color: #CE4A76;
}
</style>
border-color css
<style>
span { border-color: #CE4A76; }
span { border-color: rgb(206,74,118); }
td.TdClassName
{
border-color: #CE4A76;
}
.TagClassName
{
border-color: #CE4A76;
}
</style>