Shades of Cranberry #CC557F
Tints of Cranberry #CC557F
RGB
CMYK
RGB Variations
Color information
#CC557F (or 0xCC557F) is known color: Cranberry. HEX triplet: CC, 55 and 7F. RGB value is (204,85,127). Sum of RGB (Red+Green+Blue) = 204+85+127=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 85 (33.59% from 255 or 20.43% from 416); Blue value is 127 (50% from 255 or 30.53% from 416); Max value from RGB is 204 - color contains mainly: red. Hex color #CC557F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC557F is #33AA80. Grayscale: #7D7D7D. Windows color (decimal): -3385985 or 8345036. OLE color: 8345036.
HSL color Cylindrical-coordinate representation of color #CC557F: hue angle of 338.82º 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 #CC557F is Cyan = 0, Magento = 0.58, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 85 | 127 | - |
| CMYK | 0 | 0.58 | 0.38 | 0.2 |
| HSL | 338.82º | 0.54% | 0.57% | - |
| HSV(B) | 338.82º | 0.58% | 0.8% | - |
| XYZ | 31.98 | 20.87 | 22.42 | - |
| YUV | 125.37 | 128.92 | 184.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 85 | 127 | 0 | 0.58 | 0.38 | 0.2 | 338.82 | 0.54 | 0.57 |
| Hex | CC | 55 | 7F | 0 | 3A | 26 | 14 | 153 | 36 | 39 |
| Octal | 314 | 125 | 177 | 0 | 72 | 46 | 24 | 523 | 66 | 71 |
| Binary | 11001100 | 1010101 | 1111111 | 0 | 111010 | 100110 | 10100 | 101010011 | 110110 | 111001 |
Color Harmonies of #CC557F
Complementary color
Monochromatic Colors of #CC557F
Black with #CC557F
Text Example
Text Example
White with #CC557F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC557F; }
p { color: rgb(204,85,127); }
H1.HeaderClassName
{
color: #CC557F;
}
.AnyTagClassName
{
color: #CC557F;
}
</style>
background-color css
<style>
a { background-color: #CC557F; }
a { background-color: rgb(204,85,127); }
div.DivClassName
{
background-color: #CC557F;
}
.BgClassName
{
background-color: #CC557F;
}
</style>
border-color css
<style>
span { border-color: #CC557F; }
span { border-color: rgb(204,85,127); }
td.TdClassName
{
border-color: #CC557F;
}
.TagClassName
{
border-color: #CC557F;
}
</style>