Shades of Cranberry #CD5D80
Tints of Cranberry #CD5D80
RGB
CMYK
RGB Variations
Color information
#CD5D80 (or 0xCD5D80) is known color: Cranberry. HEX triplet: CD, 5D and 80. RGB value is (205,93,128). Sum of RGB (Red+Green+Blue) = 205+93+128=426 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.12% from 426); Green value is 93 (36.72% from 255 or 21.83% from 426); Blue value is 128 (50.39% from 255 or 30.05% from 426); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5D80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD5D80 is #32A27F. Grayscale: #828282. Windows color (decimal): -3318400 or 8412621. OLE color: 8412621.
HSL color Cylindrical-coordinate representation of color #CD5D80: hue angle of 341.25º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CD5D80 is Cyan = 0, Magento = 0.55, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 93 | 128 | - |
| CMYK | 0 | 0.55 | 0.38 | 0.20 |
| HSL | 341.25º | 0.53% | 0.58% | - |
| HSV(B) | 341.25º | 0.55% | 0.8% | - |
| XYZ | 32.99 | 22.37 | 23 | - |
| YUV | 130.48 | 126.61 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 93 | 128 | 0 | 0.55 | 0.38 | 0.20 | 341.25 | 0.53 | 0.58 |
| Hex | CD | 5D | 80 | 0 | 37 | 26 | 14 | 155 | 35 | 3A |
| Octal | 315 | 135 | 200 | 0 | 67 | 46 | 24 | 525 | 65 | 72 |
| Binary | 11001101 | 1011101 | 10000000 | 0 | 110111 | 100110 | 10100 | 101010101 | 110101 | 111010 |
Color Harmonies of #CD5D80
Complementary color
Monochromatic Colors of #CD5D80
Black with #CD5D80
Text Example
Text Example
White with #CD5D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD5D80; }
p { color: rgb(205,93,128); }
H1.HeaderClassName
{
color: #CD5D80;
}
.AnyTagClassName
{
color: #CD5D80;
}
</style>
background-color css
<style>
a { background-color: #CD5D80; }
a { background-color: rgb(205,93,128); }
div.DivClassName
{
background-color: #CD5D80;
}
.BgClassName
{
background-color: #CD5D80;
}
</style>
border-color css
<style>
span { border-color: #CD5D80; }
span { border-color: rgb(205,93,128); }
td.TdClassName
{
border-color: #CD5D80;
}
.TagClassName
{
border-color: #CD5D80;
}
</style>