Shades of Cranberry #CE5E7E
Tints of Cranberry #CE5E7E
RGB
CMYK
RGB Variations
Color information
#CE5E7E (or 0xCE5E7E) is known color: Cranberry. HEX triplet: CE, 5E and 7E. RGB value is (206,94,126). Sum of RGB (Red+Green+Blue) = 206+94+126=426 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.36% from 426); Green value is 94 (37.11% from 255 or 22.07% from 426); Blue value is 126 (49.61% from 255 or 29.58% from 426); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5E7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5E7E is #31A181. Grayscale: #838383. Windows color (decimal): -3252610 or 8281806. OLE color: 8281806.
HSL color Cylindrical-coordinate representation of color #CE5E7E: hue angle of 342.86º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CE5E7E is Cyan = 0, Magento = 0.54, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 94 | 126 | - |
CMYK | 0 | 0.54 | 0.39 | 0.19 |
HSL | 342.86º | 0.53% | 0.59% | - |
HSV(B) | 342.86º | 0.54% | 0.81% | - |
XYZ | 33.22 | 22.63 | 22.36 | - |
YUV | 131.14 | 125.11 | 181.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 94 | 126 | 0 | 0.54 | 0.39 | 0.19 | 342.86 | 0.53 | 0.59 |
Hex | CE | 5E | 7E | 0 | 36 | 27 | 13 | 157 | 35 | 3B |
Octal | 316 | 136 | 176 | 0 | 66 | 47 | 23 | 527 | 65 | 73 |
Binary | 11001110 | 1011110 | 1111110 | 0 | 110110 | 100111 | 10011 | 101010111 | 110101 | 111011 |
Color Harmonies of #CE5E7E
Complementary color
Monochromatic Colors of #CE5E7E
Black with #CE5E7E
Text Example
Text Example
White with #CE5E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5E7E; }
p { color: rgb(206,94,126); }
H1.HeaderClassName
{
color: #CE5E7E;
}
.AnyTagClassName
{
color: #CE5E7E;
}
</style>
background-color css
<style>
a { background-color: #CE5E7E; }
a { background-color: rgb(206,94,126); }
div.DivClassName
{
background-color: #CE5E7E;
}
.BgClassName
{
background-color: #CE5E7E;
}
</style>
border-color css
<style>
span { border-color: #CE5E7E; }
span { border-color: rgb(206,94,126); }
td.TdClassName
{
border-color: #CE5E7E;
}
.TagClassName
{
border-color: #CE5E7E;
}
</style>