Shades of Cranberry #CE5A7B
Tints of Cranberry #CE5A7B
RGB
CMYK
RGB Variations
Color information
#CE5A7B (or 0xCE5A7B) is known color: Cranberry. HEX triplet: CE, 5A and 7B. RGB value is (206,90,123). Sum of RGB (Red+Green+Blue) = 206+90+123=419 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.16% from 419); Green value is 90 (35.55% from 255 or 21.48% from 419); Blue value is 123 (48.44% from 255 or 29.36% from 419); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5A7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5A7B is #31A584. Grayscale: #808080. Windows color (decimal): -3253637 or 8084174. OLE color: 8084174.
HSL color Cylindrical-coordinate representation of color #CE5A7B: hue angle of 342.93º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CE5A7B is Cyan = 0, Magento = 0.56, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 90 | 123 | - |
| CMYK | 0 | 0.56 | 0.40 | 0.19 |
| HSL | 342.93º | 0.54% | 0.58% | - |
| HSV(B) | 342.93º | 0.56% | 0.81% | - |
| XYZ | 32.68 | 21.86 | 21.24 | - |
| YUV | 128.45 | 124.93 | 183.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 90 | 123 | 0 | 0.56 | 0.40 | 0.19 | 342.93 | 0.54 | 0.58 |
| Hex | CE | 5A | 7B | 0 | 38 | 28 | 13 | 157 | 36 | 3A |
| Octal | 316 | 132 | 173 | 0 | 70 | 50 | 23 | 527 | 66 | 72 |
| Binary | 11001110 | 1011010 | 1111011 | 0 | 111000 | 101000 | 10011 | 101010111 | 110110 | 111010 |
Color Harmonies of #CE5A7B
Complementary color
Monochromatic Colors of #CE5A7B
Black with #CE5A7B
Text Example
Text Example
White with #CE5A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5A7B; }
p { color: rgb(206,90,123); }
H1.HeaderClassName
{
color: #CE5A7B;
}
.AnyTagClassName
{
color: #CE5A7B;
}
</style>
background-color css
<style>
a { background-color: #CE5A7B; }
a { background-color: rgb(206,90,123); }
div.DivClassName
{
background-color: #CE5A7B;
}
.BgClassName
{
background-color: #CE5A7B;
}
</style>
border-color css
<style>
span { border-color: #CE5A7B; }
span { border-color: rgb(206,90,123); }
td.TdClassName
{
border-color: #CE5A7B;
}
.TagClassName
{
border-color: #CE5A7B;
}
</style>