Shades of Cranberry #CC5A80
Tints of Cranberry #CC5A80
RGB
CMYK
RGB Variations
Color information
#CC5A80 (or 0xCC5A80) is known color: Cranberry. HEX triplet: CC, 5A and 80. RGB value is (204,90,128). Sum of RGB (Red+Green+Blue) = 204+90+128=422 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.34% from 422); Green value is 90 (35.55% from 255 or 21.33% from 422); Blue value is 128 (50.39% from 255 or 30.33% from 422); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5A80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5A80 is #33A57F. Grayscale: #808080. Windows color (decimal): -3384704 or 8411852. OLE color: 8411852.
HSL color Cylindrical-coordinate representation of color #CC5A80: hue angle of 340º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC5A80 is Cyan = 0, Magento = 0.56, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 90 | 128 | - |
| CMYK | 0 | 0.56 | 0.37 | 0.2 |
| HSL | 340º | 0.53% | 0.58% | - |
| HSV(B) | 340º | 0.56% | 0.8% | - |
| XYZ | 32.45 | 21.71 | 22.9 | - |
| YUV | 128.42 | 127.77 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 90 | 128 | 0 | 0.56 | 0.37 | 0.2 | 340 | 0.53 | 0.58 |
| Hex | CC | 5A | 80 | 0 | 38 | 25 | 14 | 154 | 35 | 3A |
| Octal | 314 | 132 | 200 | 0 | 70 | 45 | 24 | 524 | 65 | 72 |
| Binary | 11001100 | 1011010 | 10000000 | 0 | 111000 | 100101 | 10100 | 101010100 | 110101 | 111010 |
Color Harmonies of #CC5A80
Complementary color
Monochromatic Colors of #CC5A80
Black with #CC5A80
Text Example
Text Example
White with #CC5A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5A80; }
p { color: rgb(204,90,128); }
H1.HeaderClassName
{
color: #CC5A80;
}
.AnyTagClassName
{
color: #CC5A80;
}
</style>
background-color css
<style>
a { background-color: #CC5A80; }
a { background-color: rgb(204,90,128); }
div.DivClassName
{
background-color: #CC5A80;
}
.BgClassName
{
background-color: #CC5A80;
}
</style>
border-color css
<style>
span { border-color: #CC5A80; }
span { border-color: rgb(204,90,128); }
td.TdClassName
{
border-color: #CC5A80;
}
.TagClassName
{
border-color: #CC5A80;
}
</style>