Shades of Cranberry #CE4B7E
Tints of Cranberry #CE4B7E
RGB
CMYK
RGB Variations
Color information
#CE4B7E (or 0xCE4B7E) is known color: Cranberry. HEX triplet: CE, 4B and 7E. RGB value is (206,75,126). Sum of RGB (Red+Green+Blue) = 206+75+126=407 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.61% from 407); Green value is 75 (29.69% from 255 or 18.43% from 407); Blue value is 126 (49.61% from 255 or 30.96% from 407); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4B7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4B7E is #31B481. Grayscale: #777777. Windows color (decimal): -3257474 or 8276942. OLE color: 8276942.
HSL color Cylindrical-coordinate representation of color #CE4B7E: hue angle of 336.64º 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 #CE4B7E is Cyan = 0, Magento = 0.64, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 75 | 126 | - |
| CMYK | 0 | 0.64 | 0.39 | 0.19 |
| HSL | 336.64º | 0.57% | 0.55% | - |
| HSV(B) | 336.64º | 0.64% | 0.81% | - |
| XYZ | 31.74 | 19.66 | 21.86 | - |
| YUV | 119.98 | 131.4 | 189.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 75 | 126 | 0 | 0.64 | 0.39 | 0.19 | 336.64 | 0.57 | 0.55 |
| Hex | CE | 4B | 7E | 0 | 40 | 27 | 13 | 151 | 39 | 37 |
| Octal | 316 | 113 | 176 | 0 | 100 | 47 | 23 | 521 | 71 | 67 |
| Binary | 11001110 | 1001011 | 1111110 | 0 | 1000000 | 100111 | 10011 | 101010001 | 111001 | 110111 |
Color Harmonies of #CE4B7E
Complementary color
Monochromatic Colors of #CE4B7E
Black with #CE4B7E
Text Example
Text Example
White with #CE4B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4B7E; }
p { color: rgb(206,75,126); }
H1.HeaderClassName
{
color: #CE4B7E;
}
.AnyTagClassName
{
color: #CE4B7E;
}
</style>
background-color css
<style>
a { background-color: #CE4B7E; }
a { background-color: rgb(206,75,126); }
div.DivClassName
{
background-color: #CE4B7E;
}
.BgClassName
{
background-color: #CE4B7E;
}
</style>
border-color css
<style>
span { border-color: #CE4B7E; }
span { border-color: rgb(206,75,126); }
td.TdClassName
{
border-color: #CE4B7E;
}
.TagClassName
{
border-color: #CE4B7E;
}
</style>