Shades of Cranberry #CC557D
Tints of Cranberry #CC557D
RGB
CMYK
RGB Variations
Color information
#CC557D (or 0xCC557D) is known color: Cranberry. HEX triplet: CC, 55 and 7D. RGB value is (204,85,125). Sum of RGB (Red+Green+Blue) = 204+85+125=414 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.28% from 414); Green value is 85 (33.59% from 255 or 20.53% from 414); Blue value is 125 (49.22% from 255 or 30.19% from 414); Max value from RGB is 204 - color contains mainly: red. Hex color #CC557D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC557D is #33AA82. Grayscale: #7D7D7D. Windows color (decimal): -3385987 or 8213964. OLE color: 8213964.
HSL color Cylindrical-coordinate representation of color #CC557D: hue angle of 339.83º 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 #CC557D is Cyan = 0, Magento = 0.58, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 85 | 125 | - |
| CMYK | 0 | 0.58 | 0.39 | 0.2 |
| HSL | 339.83º | 0.54% | 0.57% | - |
| HSV(B) | 339.83º | 0.58% | 0.8% | - |
| XYZ | 31.85 | 20.82 | 21.74 | - |
| YUV | 125.14 | 127.92 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 85 | 125 | 0 | 0.58 | 0.39 | 0.2 | 339.83 | 0.54 | 0.57 |
| Hex | CC | 55 | 7D | 0 | 3A | 27 | 14 | 154 | 36 | 39 |
| Octal | 314 | 125 | 175 | 0 | 72 | 47 | 24 | 524 | 66 | 71 |
| Binary | 11001100 | 1010101 | 1111101 | 0 | 111010 | 100111 | 10100 | 101010100 | 110110 | 111001 |
Color Harmonies of #CC557D
Complementary color
Monochromatic Colors of #CC557D
Black with #CC557D
Text Example
Text Example
White with #CC557D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC557D; }
p { color: rgb(204,85,125); }
H1.HeaderClassName
{
color: #CC557D;
}
.AnyTagClassName
{
color: #CC557D;
}
</style>
background-color css
<style>
a { background-color: #CC557D; }
a { background-color: rgb(204,85,125); }
div.DivClassName
{
background-color: #CC557D;
}
.BgClassName
{
background-color: #CC557D;
}
</style>
border-color css
<style>
span { border-color: #CC557D; }
span { border-color: rgb(204,85,125); }
td.TdClassName
{
border-color: #CC557D;
}
.TagClassName
{
border-color: #CC557D;
}
</style>