Shades of Cranberry #CC4677
Tints of Cranberry #CC4677
RGB
CMYK
RGB Variations
Color information
#CC4677 (or 0xCC4677) is known color: Cranberry. HEX triplet: CC, 46 and 77. RGB value is (204,70,119). Sum of RGB (Red+Green+Blue) = 204+70+119=393 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.91% from 393); Green value is 70 (27.73% from 255 or 17.81% from 393); Blue value is 119 (46.88% from 255 or 30.28% from 393); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4677 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4677 is #33B988. Grayscale: #737373. Windows color (decimal): -3389833 or 7816908. OLE color: 7816908.
HSL color Cylindrical-coordinate representation of color #CC4677: hue angle of 338.06º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CC4677 is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 70 | 119 | - |
| CMYK | 0 | 0.66 | 0.42 | 0.2 |
| HSL | 338.06º | 0.57% | 0.54% | - |
| HSV(B) | 338.06º | 0.66% | 0.8% | - |
| XYZ | 30.42 | 18.55 | 19.43 | - |
| YUV | 115.65 | 129.89 | 191.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 70 | 119 | 0 | 0.66 | 0.42 | 0.2 | 338.06 | 0.57 | 0.54 |
| Hex | CC | 46 | 77 | 0 | 42 | 2A | 14 | 152 | 39 | 36 |
| Octal | 314 | 106 | 167 | 0 | 102 | 52 | 24 | 522 | 71 | 66 |
| Binary | 11001100 | 1000110 | 1110111 | 0 | 1000010 | 101010 | 10100 | 101010010 | 111001 | 110110 |
Color Harmonies of #CC4677
Complementary color
Monochromatic Colors of #CC4677
Black with #CC4677
Text Example
Text Example
White with #CC4677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4677; }
p { color: rgb(204,70,119); }
H1.HeaderClassName
{
color: #CC4677;
}
.AnyTagClassName
{
color: #CC4677;
}
</style>
background-color css
<style>
a { background-color: #CC4677; }
a { background-color: rgb(204,70,119); }
div.DivClassName
{
background-color: #CC4677;
}
.BgClassName
{
background-color: #CC4677;
}
</style>
border-color css
<style>
span { border-color: #CC4677; }
span { border-color: rgb(204,70,119); }
td.TdClassName
{
border-color: #CC4677;
}
.TagClassName
{
border-color: #CC4677;
}
</style>