Shades of Cranberry #CE5F7E
Tints of Cranberry #CE5F7E
RGB
CMYK
RGB Variations
Color information
#CE5F7E (or 0xCE5F7E) is known color: Cranberry. HEX triplet: CE, 5F and 7E. RGB value is (206,95,126). Sum of RGB (Red+Green+Blue) = 206+95+126=427 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.24% from 427); Green value is 95 (37.5% from 255 or 22.25% from 427); Blue value is 126 (49.61% from 255 or 29.51% from 427); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5F7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5F7E is #31A081. Grayscale: #838383. Windows color (decimal): -3252354 or 8282062. OLE color: 8282062.
HSL color Cylindrical-coordinate representation of color #CE5F7E: hue angle of 343.24º 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 #CE5F7E is Cyan = 0, Magento = 0.54, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 95 | 126 | - |
| CMYK | 0 | 0.54 | 0.39 | 0.19 |
| HSL | 343.24º | 0.53% | 0.59% | - |
| HSV(B) | 343.24º | 0.54% | 0.81% | - |
| XYZ | 33.31 | 22.81 | 22.39 | - |
| YUV | 131.72 | 124.77 | 180.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 95 | 126 | 0 | 0.54 | 0.39 | 0.19 | 343.24 | 0.53 | 0.59 |
| Hex | CE | 5F | 7E | 0 | 36 | 27 | 13 | 157 | 35 | 3B |
| Octal | 316 | 137 | 176 | 0 | 66 | 47 | 23 | 527 | 65 | 73 |
| Binary | 11001110 | 1011111 | 1111110 | 0 | 110110 | 100111 | 10011 | 101010111 | 110101 | 111011 |
Color Harmonies of #CE5F7E
Complementary color
Monochromatic Colors of #CE5F7E
Black with #CE5F7E
Text Example
Text Example
White with #CE5F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5F7E; }
p { color: rgb(206,95,126); }
H1.HeaderClassName
{
color: #CE5F7E;
}
.AnyTagClassName
{
color: #CE5F7E;
}
</style>
background-color css
<style>
a { background-color: #CE5F7E; }
a { background-color: rgb(206,95,126); }
div.DivClassName
{
background-color: #CE5F7E;
}
.BgClassName
{
background-color: #CE5F7E;
}
</style>
border-color css
<style>
span { border-color: #CE5F7E; }
span { border-color: rgb(206,95,126); }
td.TdClassName
{
border-color: #CE5F7E;
}
.TagClassName
{
border-color: #CE5F7E;
}
</style>