Shades of Cranberry #CC5078
Tints of Cranberry #CC5078
RGB
CMYK
RGB Variations
Color information
#CC5078 (or 0xCC5078) is known color: Cranberry. HEX triplet: CC, 50 and 78. RGB value is (204,80,120). Sum of RGB (Red+Green+Blue) = 204+80+120=404 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.50% from 404); Green value is 80 (31.64% from 255 or 19.80% from 404); Blue value is 120 (47.27% from 255 or 29.70% from 404); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5078 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5078 is #33AF87. Grayscale: #797979. Windows color (decimal): -3387272 or 7885004. OLE color: 7885004.
HSL color Cylindrical-coordinate representation of color #CC5078: hue angle of 340.65º 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 #CC5078 is Cyan = 0, Magento = 0.61, Yellow = 0.41 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 80 | 120 | - |
| CMYK | 0 | 0.61 | 0.41 | 0.2 |
| HSL | 340.65º | 0.55% | 0.56% | - |
| HSV(B) | 340.65º | 0.61% | 0.8% | - |
| XYZ | 31.16 | 19.93 | 19.97 | - |
| YUV | 121.64 | 127.08 | 186.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 80 | 120 | 0 | 0.61 | 0.41 | 0.2 | 340.65 | 0.55 | 0.56 |
| Hex | CC | 50 | 78 | 0 | 3D | 29 | 14 | 155 | 37 | 38 |
| Octal | 314 | 120 | 170 | 0 | 75 | 51 | 24 | 525 | 67 | 70 |
| Binary | 11001100 | 1010000 | 1111000 | 0 | 111101 | 101001 | 10100 | 101010101 | 110111 | 111000 |
Color Harmonies of #CC5078
Complementary color
Monochromatic Colors of #CC5078
Black with #CC5078
Text Example
Text Example
White with #CC5078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5078; }
p { color: rgb(204,80,120); }
H1.HeaderClassName
{
color: #CC5078;
}
.AnyTagClassName
{
color: #CC5078;
}
</style>
background-color css
<style>
a { background-color: #CC5078; }
a { background-color: rgb(204,80,120); }
div.DivClassName
{
background-color: #CC5078;
}
.BgClassName
{
background-color: #CC5078;
}
</style>
border-color css
<style>
span { border-color: #CC5078; }
span { border-color: rgb(204,80,120); }
td.TdClassName
{
border-color: #CC5078;
}
.TagClassName
{
border-color: #CC5078;
}
</style>