Shades of Cranberry #CC557A
Tints of Cranberry #CC557A
RGB
CMYK
RGB Variations
Color information
#CC557A (or 0xCC557A) is known color: Cranberry. HEX triplet: CC, 55 and 7A. RGB value is (204,85,122). Sum of RGB (Red+Green+Blue) = 204+85+122=411 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.64% from 411); Green value is 85 (33.59% from 255 or 20.68% from 411); Blue value is 122 (48.05% from 255 or 29.68% from 411); Max value from RGB is 204 - color contains mainly: red. Hex color #CC557A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC557A is #33AA85. Grayscale: #7C7C7C. Windows color (decimal): -3385990 or 8017356. OLE color: 8017356.
HSL color Cylindrical-coordinate representation of color #CC557A: hue angle of 341.34º 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 #CC557A is Cyan = 0, Magento = 0.58, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 85 | 122 | - |
| CMYK | 0 | 0.58 | 0.40 | 0.2 |
| HSL | 341.34º | 0.54% | 0.57% | - |
| HSV(B) | 341.34º | 0.58% | 0.8% | - |
| XYZ | 31.66 | 20.74 | 20.75 | - |
| YUV | 124.8 | 126.42 | 184.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 85 | 122 | 0 | 0.58 | 0.40 | 0.2 | 341.34 | 0.54 | 0.57 |
| Hex | CC | 55 | 7A | 0 | 3A | 28 | 14 | 155 | 36 | 39 |
| Octal | 314 | 125 | 172 | 0 | 72 | 50 | 24 | 525 | 66 | 71 |
| Binary | 11001100 | 1010101 | 1111010 | 0 | 111010 | 101000 | 10100 | 101010101 | 110110 | 111001 |
Color Harmonies of #CC557A
Complementary color
Monochromatic Colors of #CC557A
Black with #CC557A
Text Example
Text Example
White with #CC557A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC557A; }
p { color: rgb(204,85,122); }
H1.HeaderClassName
{
color: #CC557A;
}
.AnyTagClassName
{
color: #CC557A;
}
</style>
background-color css
<style>
a { background-color: #CC557A; }
a { background-color: rgb(204,85,122); }
div.DivClassName
{
background-color: #CC557A;
}
.BgClassName
{
background-color: #CC557A;
}
</style>
border-color css
<style>
span { border-color: #CC557A; }
span { border-color: rgb(204,85,122); }
td.TdClassName
{
border-color: #CC557A;
}
.TagClassName
{
border-color: #CC557A;
}
</style>