Shades of Cranberry #CE4B77
Tints of Cranberry #CE4B77
RGB
CMYK
RGB Variations
Color information
#CE4B77 (or 0xCE4B77) is known color: Cranberry. HEX triplet: CE, 4B and 77. RGB value is (206,75,119). Sum of RGB (Red+Green+Blue) = 206+75+119=400 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.5% from 400); Green value is 75 (29.69% from 255 or 18.75% from 400); Blue value is 119 (46.88% from 255 or 29.75% from 400); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4B77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4B77 is #31B488. Grayscale: #777777. Windows color (decimal): -3257481 or 7818190. OLE color: 7818190.
HSL color Cylindrical-coordinate representation of color #CE4B77: hue angle of 339.85º 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 #CE4B77 is Cyan = 0, Magento = 0.64, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 75 | 119 | - |
| CMYK | 0 | 0.64 | 0.42 | 0.19 |
| HSL | 339.85º | 0.57% | 0.55% | - |
| HSV(B) | 339.85º | 0.64% | 0.81% | - |
| XYZ | 31.3 | 19.49 | 19.56 | - |
| YUV | 119.19 | 127.9 | 189.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 75 | 119 | 0 | 0.64 | 0.42 | 0.19 | 339.85 | 0.57 | 0.55 |
| Hex | CE | 4B | 77 | 0 | 40 | 2A | 13 | 154 | 39 | 37 |
| Octal | 316 | 113 | 167 | 0 | 100 | 52 | 23 | 524 | 71 | 67 |
| Binary | 11001110 | 1001011 | 1110111 | 0 | 1000000 | 101010 | 10011 | 101010100 | 111001 | 110111 |
Color Harmonies of #CE4B77
Complementary color
Monochromatic Colors of #CE4B77
Black with #CE4B77
Text Example
Text Example
White with #CE4B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4B77; }
p { color: rgb(206,75,119); }
H1.HeaderClassName
{
color: #CE4B77;
}
.AnyTagClassName
{
color: #CE4B77;
}
</style>
background-color css
<style>
a { background-color: #CE4B77; }
a { background-color: rgb(206,75,119); }
div.DivClassName
{
background-color: #CE4B77;
}
.BgClassName
{
background-color: #CE4B77;
}
</style>
border-color css
<style>
span { border-color: #CE4B77; }
span { border-color: rgb(206,75,119); }
td.TdClassName
{
border-color: #CE4B77;
}
.TagClassName
{
border-color: #CE4B77;
}
</style>