Shades of Cranberry #CC4777
Tints of Cranberry #CC4777
RGB
CMYK
RGB Variations
Color information
#CC4777 (or 0xCC4777) is known color: Cranberry. HEX triplet: CC, 47 and 77. RGB value is (204,71,119). Sum of RGB (Red+Green+Blue) = 204+71+119=394 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.78% from 394); Green value is 71 (28.12% from 255 or 18.02% from 394); Blue value is 119 (46.88% from 255 or 30.20% from 394); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4777 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4777 is #33B888. Grayscale: #747474. Windows color (decimal): -3389577 or 7817164. OLE color: 7817164.
HSL color Cylindrical-coordinate representation of color #CC4777: hue angle of 338.35º 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 #CC4777 is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 71 | 119 | - |
| CMYK | 0 | 0.65 | 0.42 | 0.2 |
| HSL | 338.35º | 0.57% | 0.54% | - |
| HSV(B) | 338.35º | 0.65% | 0.8% | - |
| XYZ | 30.48 | 18.68 | 19.45 | - |
| YUV | 116.24 | 129.56 | 190.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 71 | 119 | 0 | 0.65 | 0.42 | 0.2 | 338.35 | 0.57 | 0.54 |
| Hex | CC | 47 | 77 | 0 | 41 | 2A | 14 | 152 | 39 | 36 |
| Octal | 314 | 107 | 167 | 0 | 101 | 52 | 24 | 522 | 71 | 66 |
| Binary | 11001100 | 1000111 | 1110111 | 0 | 1000001 | 101010 | 10100 | 101010010 | 111001 | 110110 |
Color Harmonies of #CC4777
Complementary color
Monochromatic Colors of #CC4777
Black with #CC4777
Text Example
Text Example
White with #CC4777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4777; }
p { color: rgb(204,71,119); }
H1.HeaderClassName
{
color: #CC4777;
}
.AnyTagClassName
{
color: #CC4777;
}
</style>
background-color css
<style>
a { background-color: #CC4777; }
a { background-color: rgb(204,71,119); }
div.DivClassName
{
background-color: #CC4777;
}
.BgClassName
{
background-color: #CC4777;
}
</style>
border-color css
<style>
span { border-color: #CC4777; }
span { border-color: rgb(204,71,119); }
td.TdClassName
{
border-color: #CC4777;
}
.TagClassName
{
border-color: #CC4777;
}
</style>