Shades of Cranberry #CC4776
Tints of Cranberry #CC4776
RGB
CMYK
RGB Variations
Color information
#CC4776 (or 0xCC4776) is known color: Cranberry. HEX triplet: CC, 47 and 76. RGB value is (204,71,118). Sum of RGB (Red+Green+Blue) = 204+71+118=393 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.91% from 393); Green value is 71 (28.12% from 255 or 18.07% from 393); Blue value is 118 (46.48% from 255 or 30.03% from 393); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4776 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4776 is #33B889. Grayscale: #747474. Windows color (decimal): -3389578 or 7751628. OLE color: 7751628.
HSL color Cylindrical-coordinate representation of color #CC4776: hue angle of 338.8º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CC4776 is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 71 | 118 | - |
| CMYK | 0 | 0.65 | 0.42 | 0.2 |
| HSL | 338.8º | 0.57% | 0.54% | - |
| HSV(B) | 338.8º | 0.65% | 0.8% | - |
| XYZ | 30.43 | 18.65 | 19.14 | - |
| YUV | 116.13 | 129.06 | 190.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 71 | 118 | 0 | 0.65 | 0.42 | 0.2 | 338.8 | 0.57 | 0.54 |
| Hex | CC | 47 | 76 | 0 | 41 | 2A | 14 | 153 | 39 | 36 |
| Octal | 314 | 107 | 166 | 0 | 101 | 52 | 24 | 523 | 71 | 66 |
| Binary | 11001100 | 1000111 | 1110110 | 0 | 1000001 | 101010 | 10100 | 101010011 | 111001 | 110110 |
Color Harmonies of #CC4776
Complementary color
Monochromatic Colors of #CC4776
Black with #CC4776
Text Example
Text Example
White with #CC4776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4776; }
p { color: rgb(204,71,118); }
H1.HeaderClassName
{
color: #CC4776;
}
.AnyTagClassName
{
color: #CC4776;
}
</style>
background-color css
<style>
a { background-color: #CC4776; }
a { background-color: rgb(204,71,118); }
div.DivClassName
{
background-color: #CC4776;
}
.BgClassName
{
background-color: #CC4776;
}
</style>
border-color css
<style>
span { border-color: #CC4776; }
span { border-color: rgb(204,71,118); }
td.TdClassName
{
border-color: #CC4776;
}
.TagClassName
{
border-color: #CC4776;
}
</style>