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