Shades of Cranberry #CC5E80
Tints of Cranberry #CC5E80
RGB
CMYK
RGB Variations
Color information
#CC5E80 (or 0xCC5E80) is known color: Cranberry. HEX triplet: CC, 5E and 80. RGB value is (204,94,128). Sum of RGB (Red+Green+Blue) = 204+94+128=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 94 (37.11% from 255 or 22.07% from 426); Blue value is 128 (50.39% from 255 or 30.05% from 426); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5E80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5E80 is #33A17F. Grayscale: #828282. Windows color (decimal): -3383680 or 8412876. OLE color: 8412876.
HSL color Cylindrical-coordinate representation of color #CC5E80: hue angle of 341.45º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CC5E80 is Cyan = 0, Magento = 0.54, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 94 | 128 | - |
| CMYK | 0 | 0.54 | 0.37 | 0.2 |
| HSL | 341.45º | 0.52% | 0.58% | - |
| HSV(B) | 341.45º | 0.54% | 0.8% | - |
| XYZ | 32.8 | 22.4 | 23.02 | - |
| YUV | 130.77 | 126.44 | 180.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 94 | 128 | 0 | 0.54 | 0.37 | 0.2 | 341.45 | 0.52 | 0.58 |
| Hex | CC | 5E | 80 | 0 | 36 | 25 | 14 | 155 | 34 | 3A |
| Octal | 314 | 136 | 200 | 0 | 66 | 45 | 24 | 525 | 64 | 72 |
| Binary | 11001100 | 1011110 | 10000000 | 0 | 110110 | 100101 | 10100 | 101010101 | 110100 | 111010 |
Color Harmonies of #CC5E80
Complementary color
Monochromatic Colors of #CC5E80
Black with #CC5E80
Text Example
Text Example
White with #CC5E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5E80; }
p { color: rgb(204,94,128); }
H1.HeaderClassName
{
color: #CC5E80;
}
.AnyTagClassName
{
color: #CC5E80;
}
</style>
background-color css
<style>
a { background-color: #CC5E80; }
a { background-color: rgb(204,94,128); }
div.DivClassName
{
background-color: #CC5E80;
}
.BgClassName
{
background-color: #CC5E80;
}
</style>
border-color css
<style>
span { border-color: #CC5E80; }
span { border-color: rgb(204,94,128); }
td.TdClassName
{
border-color: #CC5E80;
}
.TagClassName
{
border-color: #CC5E80;
}
</style>