Shades of Cranberry #CC5080
Tints of Cranberry #CC5080
RGB
CMYK
RGB Variations
Color information
#CC5080 (or 0xCC5080) is known color: Cranberry. HEX triplet: CC, 50 and 80. RGB value is (204,80,128). Sum of RGB (Red+Green+Blue) = 204+80+128=412 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.51% from 412); Green value is 80 (31.64% from 255 or 19.42% from 412); Blue value is 128 (50.39% from 255 or 31.07% from 412); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5080 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5080 is #33AF7F. Grayscale: #7A7A7A. Windows color (decimal): -3387264 or 8409292. OLE color: 8409292.
HSL color Cylindrical-coordinate representation of color #CC5080: hue angle of 336.77º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CC5080 is Cyan = 0, Magento = 0.61, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 80 | 128 | - |
| CMYK | 0 | 0.61 | 0.37 | 0.2 |
| HSL | 336.77º | 0.55% | 0.56% | - |
| HSV(B) | 336.77º | 0.61% | 0.8% | - |
| XYZ | 31.67 | 20.13 | 22.64 | - |
| YUV | 122.55 | 131.08 | 186.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 80 | 128 | 0 | 0.61 | 0.37 | 0.2 | 336.77 | 0.55 | 0.56 |
| Hex | CC | 50 | 80 | 0 | 3D | 25 | 14 | 151 | 37 | 38 |
| Octal | 314 | 120 | 200 | 0 | 75 | 45 | 24 | 521 | 67 | 70 |
| Binary | 11001100 | 1010000 | 10000000 | 0 | 111101 | 100101 | 10100 | 101010001 | 110111 | 111000 |
Color Harmonies of #CC5080
Complementary color
Monochromatic Colors of #CC5080
Black with #CC5080
Text Example
Text Example
White with #CC5080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5080; }
p { color: rgb(204,80,128); }
H1.HeaderClassName
{
color: #CC5080;
}
.AnyTagClassName
{
color: #CC5080;
}
</style>
background-color css
<style>
a { background-color: #CC5080; }
a { background-color: rgb(204,80,128); }
div.DivClassName
{
background-color: #CC5080;
}
.BgClassName
{
background-color: #CC5080;
}
</style>
border-color css
<style>
span { border-color: #CC5080; }
span { border-color: rgb(204,80,128); }
td.TdClassName
{
border-color: #CC5080;
}
.TagClassName
{
border-color: #CC5080;
}
</style>