Shades of Cranberry #CC5680
Tints of Cranberry #CC5680
RGB
CMYK
RGB Variations
Color information
#CC5680 (or 0xCC5680) is known color: Cranberry. HEX triplet: CC, 56 and 80. RGB value is (204,86,128). Sum of RGB (Red+Green+Blue) = 204+86+128=418 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.80% from 418); Green value is 86 (33.98% from 255 or 20.57% from 418); Blue value is 128 (50.39% from 255 or 30.62% from 418); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5680 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5680 is #33A97F. Grayscale: #7E7E7E. Windows color (decimal): -3385728 or 8410828. OLE color: 8410828.
HSL color Cylindrical-coordinate representation of color #CC5680: hue angle of 338.64º 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 #CC5680 is Cyan = 0, Magento = 0.58, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 86 | 128 | - |
| CMYK | 0 | 0.58 | 0.37 | 0.2 |
| HSL | 338.64º | 0.54% | 0.57% | - |
| HSV(B) | 338.64º | 0.58% | 0.8% | - |
| XYZ | 32.13 | 21.05 | 22.79 | - |
| YUV | 126.07 | 129.09 | 183.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 86 | 128 | 0 | 0.58 | 0.37 | 0.2 | 338.64 | 0.54 | 0.57 |
| Hex | CC | 56 | 80 | 0 | 3A | 25 | 14 | 153 | 36 | 39 |
| Octal | 314 | 126 | 200 | 0 | 72 | 45 | 24 | 523 | 66 | 71 |
| Binary | 11001100 | 1010110 | 10000000 | 0 | 111010 | 100101 | 10100 | 101010011 | 110110 | 111001 |
Color Harmonies of #CC5680
Complementary color
Monochromatic Colors of #CC5680
Black with #CC5680
Text Example
Text Example
White with #CC5680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5680; }
p { color: rgb(204,86,128); }
H1.HeaderClassName
{
color: #CC5680;
}
.AnyTagClassName
{
color: #CC5680;
}
</style>
background-color css
<style>
a { background-color: #CC5680; }
a { background-color: rgb(204,86,128); }
div.DivClassName
{
background-color: #CC5680;
}
.BgClassName
{
background-color: #CC5680;
}
</style>
border-color css
<style>
span { border-color: #CC5680; }
span { border-color: rgb(204,86,128); }
td.TdClassName
{
border-color: #CC5680;
}
.TagClassName
{
border-color: #CC5680;
}
</style>