Shades of Cranberry #CD577C
Tints of Cranberry #CD577C
RGB
CMYK
RGB Variations
Color information
#CD577C (or 0xCD577C) is known color: Cranberry. HEX triplet: CD, 57 and 7C. RGB value is (205,87,124). Sum of RGB (Red+Green+Blue) = 205+87+124=416 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.28% from 416); Green value is 87 (34.38% from 255 or 20.91% from 416); Blue value is 124 (48.83% from 255 or 29.81% from 416); Max value from RGB is 205 - color contains mainly: red. Hex color #CD577C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD577C is #32A883. Grayscale: #7E7E7E. Windows color (decimal): -3319940 or 8148941. OLE color: 8148941.
HSL color Cylindrical-coordinate representation of color #CD577C: hue angle of 341.19º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CD577C is Cyan = 0, Magento = 0.58, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 87 | 124 | - |
| CMYK | 0 | 0.58 | 0.40 | 0.20 |
| HSL | 341.19º | 0.54% | 0.57% | - |
| HSV(B) | 341.19º | 0.58% | 0.8% | - |
| XYZ | 32.22 | 21.25 | 21.47 | - |
| YUV | 126.5 | 126.59 | 183.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 87 | 124 | 0 | 0.58 | 0.40 | 0.20 | 341.19 | 0.54 | 0.57 |
| Hex | CD | 57 | 7C | 0 | 3A | 28 | 14 | 155 | 36 | 39 |
| Octal | 315 | 127 | 174 | 0 | 72 | 50 | 24 | 525 | 66 | 71 |
| Binary | 11001101 | 1010111 | 1111100 | 0 | 111010 | 101000 | 10100 | 101010101 | 110110 | 111001 |
Color Harmonies of #CD577C
Complementary color
Monochromatic Colors of #CD577C
Black with #CD577C
Text Example
Text Example
White with #CD577C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD577C; }
p { color: rgb(205,87,124); }
H1.HeaderClassName
{
color: #CD577C;
}
.AnyTagClassName
{
color: #CD577C;
}
</style>
background-color css
<style>
a { background-color: #CD577C; }
a { background-color: rgb(205,87,124); }
div.DivClassName
{
background-color: #CD577C;
}
.BgClassName
{
background-color: #CD577C;
}
</style>
border-color css
<style>
span { border-color: #CD577C; }
span { border-color: rgb(205,87,124); }
td.TdClassName
{
border-color: #CD577C;
}
.TagClassName
{
border-color: #CD577C;
}
</style>