Shades of Cranberry #CD5E7E
Tints of Cranberry #CD5E7E
RGB
CMYK
RGB Variations
Color information
#CD5E7E (or 0xCD5E7E) is known color: Cranberry. HEX triplet: CD, 5E and 7E. RGB value is (205,94,126). Sum of RGB (Red+Green+Blue) = 205+94+126=425 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.24% from 425); Green value is 94 (37.11% from 255 or 22.12% from 425); Blue value is 126 (49.61% from 255 or 29.65% from 425); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5E7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD5E7E is #32A181. Grayscale: #828282. Windows color (decimal): -3318146 or 8281805. OLE color: 8281805.
HSL color Cylindrical-coordinate representation of color #CD5E7E: hue angle of 342.7º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CD5E7E is Cyan = 0, Magento = 0.54, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 94 | 126 | - |
| CMYK | 0 | 0.54 | 0.39 | 0.20 |
| HSL | 342.7º | 0.53% | 0.59% | - |
| HSV(B) | 342.7º | 0.54% | 0.8% | - |
| XYZ | 32.95 | 22.49 | 22.34 | - |
| YUV | 130.84 | 125.27 | 180.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 94 | 126 | 0 | 0.54 | 0.39 | 0.20 | 342.7 | 0.53 | 0.59 |
| Hex | CD | 5E | 7E | 0 | 36 | 27 | 14 | 157 | 35 | 3B |
| Octal | 315 | 136 | 176 | 0 | 66 | 47 | 24 | 527 | 65 | 73 |
| Binary | 11001101 | 1011110 | 1111110 | 0 | 110110 | 100111 | 10100 | 101010111 | 110101 | 111011 |
Color Harmonies of #CD5E7E
Complementary color
Monochromatic Colors of #CD5E7E
Black with #CD5E7E
Text Example
Text Example
White with #CD5E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD5E7E; }
p { color: rgb(205,94,126); }
H1.HeaderClassName
{
color: #CD5E7E;
}
.AnyTagClassName
{
color: #CD5E7E;
}
</style>
background-color css
<style>
a { background-color: #CD5E7E; }
a { background-color: rgb(205,94,126); }
div.DivClassName
{
background-color: #CD5E7E;
}
.BgClassName
{
background-color: #CD5E7E;
}
</style>
border-color css
<style>
span { border-color: #CD5E7E; }
span { border-color: rgb(205,94,126); }
td.TdClassName
{
border-color: #CD5E7E;
}
.TagClassName
{
border-color: #CD5E7E;
}
</style>