Shades of Cranberry #CC4876
Tints of Cranberry #CC4876
RGB
CMYK
RGB Variations
Color information
#CC4876 (or 0xCC4876) is known color: Cranberry. HEX triplet: CC, 48 and 76. RGB value is (204,72,118). Sum of RGB (Red+Green+Blue) = 204+72+118=394 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.78% from 394); Green value is 72 (28.52% from 255 or 18.27% from 394); Blue value is 118 (46.48% from 255 or 29.95% from 394); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4876 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4876 is #33B789. Grayscale: #747474. Windows color (decimal): -3389322 or 7751884. OLE color: 7751884.
HSL color Cylindrical-coordinate representation of color #CC4876: hue angle of 339.09º degrees, saturation: 0.56, 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 #CC4876 is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 72 | 118 | - |
| CMYK | 0 | 0.65 | 0.42 | 0.2 |
| HSL | 339.09º | 0.56% | 0.54% | - |
| HSV(B) | 339.09º | 0.65% | 0.8% | - |
| XYZ | 30.49 | 18.78 | 19.16 | - |
| YUV | 116.71 | 128.73 | 190.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 72 | 118 | 0 | 0.65 | 0.42 | 0.2 | 339.09 | 0.56 | 0.54 |
| Hex | CC | 48 | 76 | 0 | 41 | 2A | 14 | 153 | 38 | 36 |
| Octal | 314 | 110 | 166 | 0 | 101 | 52 | 24 | 523 | 70 | 66 |
| Binary | 11001100 | 1001000 | 1110110 | 0 | 1000001 | 101010 | 10100 | 101010011 | 111000 | 110110 |
Color Harmonies of #CC4876
Complementary color
Monochromatic Colors of #CC4876
Black with #CC4876
Text Example
Text Example
White with #CC4876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4876; }
p { color: rgb(204,72,118); }
H1.HeaderClassName
{
color: #CC4876;
}
.AnyTagClassName
{
color: #CC4876;
}
</style>
background-color css
<style>
a { background-color: #CC4876; }
a { background-color: rgb(204,72,118); }
div.DivClassName
{
background-color: #CC4876;
}
.BgClassName
{
background-color: #CC4876;
}
</style>
border-color css
<style>
span { border-color: #CC4876; }
span { border-color: rgb(204,72,118); }
td.TdClassName
{
border-color: #CC4876;
}
.TagClassName
{
border-color: #CC4876;
}
</style>