Shades of Cranberry #CD597A
Tints of Cranberry #CD597A
RGB
CMYK
RGB Variations
Color information
#CD597A (or 0xCD597A) is known color: Cranberry. HEX triplet: CD, 59 and 7A. RGB value is (205,89,122). Sum of RGB (Red+Green+Blue) = 205+89+122=416 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.28% from 416); Green value is 89 (35.16% from 255 or 21.39% from 416); Blue value is 122 (48.05% from 255 or 29.33% from 416); Max value from RGB is 205 - color contains mainly: red. Hex color #CD597A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD597A is #32A685. Grayscale: #7F7F7F. Windows color (decimal): -3319430 or 8018381. OLE color: 8018381.
HSL color Cylindrical-coordinate representation of color #CD597A: hue angle of 342.93º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CD597A is Cyan = 0, Magento = 0.57, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 89 | 122 | - |
| CMYK | 0 | 0.57 | 0.40 | 0.20 |
| HSL | 342.93º | 0.54% | 0.58% | - |
| HSV(B) | 342.93º | 0.57% | 0.8% | - |
| XYZ | 32.26 | 21.53 | 20.87 | - |
| YUV | 127.45 | 124.93 | 183.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 89 | 122 | 0 | 0.57 | 0.40 | 0.20 | 342.93 | 0.54 | 0.58 |
| Hex | CD | 59 | 7A | 0 | 39 | 28 | 14 | 157 | 36 | 3A |
| Octal | 315 | 131 | 172 | 0 | 71 | 50 | 24 | 527 | 66 | 72 |
| Binary | 11001101 | 1011001 | 1111010 | 0 | 111001 | 101000 | 10100 | 101010111 | 110110 | 111010 |
Color Harmonies of #CD597A
Complementary color
Monochromatic Colors of #CD597A
Black with #CD597A
Text Example
Text Example
White with #CD597A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD597A; }
p { color: rgb(205,89,122); }
H1.HeaderClassName
{
color: #CD597A;
}
.AnyTagClassName
{
color: #CD597A;
}
</style>
background-color css
<style>
a { background-color: #CD597A; }
a { background-color: rgb(205,89,122); }
div.DivClassName
{
background-color: #CD597A;
}
.BgClassName
{
background-color: #CD597A;
}
</style>
border-color css
<style>
span { border-color: #CD597A; }
span { border-color: rgb(205,89,122); }
td.TdClassName
{
border-color: #CD597A;
}
.TagClassName
{
border-color: #CD597A;
}
</style>