Shades of Cranberry #CE5C7E
Tints of Cranberry #CE5C7E
RGB
CMYK
RGB Variations
Color information
#CE5C7E (or 0xCE5C7E) is known color: Cranberry. HEX triplet: CE, 5C and 7E. RGB value is (206,92,126). Sum of RGB (Red+Green+Blue) = 206+92+126=424 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.58% from 424); Green value is 92 (36.33% from 255 or 21.70% from 424); Blue value is 126 (49.61% from 255 or 29.72% from 424); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5C7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5C7E is #31A381. Grayscale: #818181. Windows color (decimal): -3253122 or 8281294. OLE color: 8281294.
HSL color Cylindrical-coordinate representation of color #CE5C7E: hue angle of 342.11º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CE5C7E is Cyan = 0, Magento = 0.55, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 92 | 126 | - |
| CMYK | 0 | 0.55 | 0.39 | 0.19 |
| HSL | 342.11º | 0.54% | 0.58% | - |
| HSV(B) | 342.11º | 0.55% | 0.81% | - |
| XYZ | 33.05 | 22.28 | 22.3 | - |
| YUV | 129.96 | 125.77 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 92 | 126 | 0 | 0.55 | 0.39 | 0.19 | 342.11 | 0.54 | 0.58 |
| Hex | CE | 5C | 7E | 0 | 37 | 27 | 13 | 156 | 36 | 3A |
| Octal | 316 | 134 | 176 | 0 | 67 | 47 | 23 | 526 | 66 | 72 |
| Binary | 11001110 | 1011100 | 1111110 | 0 | 110111 | 100111 | 10011 | 101010110 | 110110 | 111010 |
Color Harmonies of #CE5C7E
Complementary color
Monochromatic Colors of #CE5C7E
Black with #CE5C7E
Text Example
Text Example
White with #CE5C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5C7E; }
p { color: rgb(206,92,126); }
H1.HeaderClassName
{
color: #CE5C7E;
}
.AnyTagClassName
{
color: #CE5C7E;
}
</style>
background-color css
<style>
a { background-color: #CE5C7E; }
a { background-color: rgb(206,92,126); }
div.DivClassName
{
background-color: #CE5C7E;
}
.BgClassName
{
background-color: #CE5C7E;
}
</style>
border-color css
<style>
span { border-color: #CE5C7E; }
span { border-color: rgb(206,92,126); }
td.TdClassName
{
border-color: #CE5C7E;
}
.TagClassName
{
border-color: #CE5C7E;
}
</style>