Shades of Cranberry #CE3F76
Tints of Cranberry #CE3F76
RGB
CMYK
RGB Variations
Color information
#CE3F76 (or 0xCE3F76) is known color: Cranberry. HEX triplet: CE, 3F and 76. RGB value is (206,63,118). Sum of RGB (Red+Green+Blue) = 206+63+118=387 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.23% from 387); Green value is 63 (25% from 255 or 16.28% from 387); Blue value is 118 (46.48% from 255 or 30.49% from 387); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3F76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3F76 is #31C089. Grayscale: #6F6F6F. Windows color (decimal): -3260554 or 7749582. OLE color: 7749582.
HSL color Cylindrical-coordinate representation of color #CE3F76: hue angle of 336.92º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE3F76 is Cyan = 0, Magento = 0.69, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 63 | 118 | - |
| CMYK | 0 | 0.69 | 0.43 | 0.19 |
| HSL | 336.92º | 0.59% | 0.53% | - |
| HSV(B) | 336.92º | 0.69% | 0.81% | - |
| XYZ | 30.5 | 17.98 | 19 | - |
| YUV | 112.03 | 131.38 | 195.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 63 | 118 | 0 | 0.69 | 0.43 | 0.19 | 336.92 | 0.59 | 0.53 |
| Hex | CE | 3F | 76 | 0 | 45 | 2B | 13 | 151 | 3B | 35 |
| Octal | 316 | 77 | 166 | 0 | 105 | 53 | 23 | 521 | 73 | 65 |
| Binary | 11001110 | 111111 | 1110110 | 0 | 1000101 | 101011 | 10011 | 101010001 | 111011 | 110101 |
Color Harmonies of #CE3F76
Complementary color
Monochromatic Colors of #CE3F76
Black with #CE3F76
Text Example
Text Example
White with #CE3F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3F76; }
p { color: rgb(206,63,118); }
H1.HeaderClassName
{
color: #CE3F76;
}
.AnyTagClassName
{
color: #CE3F76;
}
</style>
background-color css
<style>
a { background-color: #CE3F76; }
a { background-color: rgb(206,63,118); }
div.DivClassName
{
background-color: #CE3F76;
}
.BgClassName
{
background-color: #CE3F76;
}
</style>
border-color css
<style>
span { border-color: #CE3F76; }
span { border-color: rgb(206,63,118); }
td.TdClassName
{
border-color: #CE3F76;
}
.TagClassName
{
border-color: #CE3F76;
}
</style>