Shades of Cranberry #CC4976
Tints of Cranberry #CC4976
RGB
CMYK
RGB Variations
Color information
#CC4976 (or 0xCC4976) is known color: Cranberry. HEX triplet: CC, 49 and 76. RGB value is (204,73,118). Sum of RGB (Red+Green+Blue) = 204+73+118=395 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.65% from 395); Green value is 73 (28.91% from 255 or 18.48% from 395); Blue value is 118 (46.48% from 255 or 29.87% from 395); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4976 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4976 is #33B689. Grayscale: #757575. Windows color (decimal): -3389066 or 7752140. OLE color: 7752140.
HSL color Cylindrical-coordinate representation of color #CC4976: hue angle of 339.39º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC4976 is Cyan = 0, Magento = 0.64, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 73 | 118 | - |
| CMYK | 0 | 0.64 | 0.42 | 0.2 |
| HSL | 339.39º | 0.56% | 0.54% | - |
| HSV(B) | 339.39º | 0.64% | 0.8% | - |
| XYZ | 30.55 | 18.91 | 19.18 | - |
| YUV | 117.3 | 128.4 | 189.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 73 | 118 | 0 | 0.64 | 0.42 | 0.2 | 339.39 | 0.56 | 0.54 |
| Hex | CC | 49 | 76 | 0 | 40 | 2A | 14 | 153 | 38 | 36 |
| Octal | 314 | 111 | 166 | 0 | 100 | 52 | 24 | 523 | 70 | 66 |
| Binary | 11001100 | 1001001 | 1110110 | 0 | 1000000 | 101010 | 10100 | 101010011 | 111000 | 110110 |
Color Harmonies of #CC4976
Complementary color
Monochromatic Colors of #CC4976
Black with #CC4976
Text Example
Text Example
White with #CC4976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4976; }
p { color: rgb(204,73,118); }
H1.HeaderClassName
{
color: #CC4976;
}
.AnyTagClassName
{
color: #CC4976;
}
</style>
background-color css
<style>
a { background-color: #CC4976; }
a { background-color: rgb(204,73,118); }
div.DivClassName
{
background-color: #CC4976;
}
.BgClassName
{
background-color: #CC4976;
}
</style>
border-color css
<style>
span { border-color: #CC4976; }
span { border-color: rgb(204,73,118); }
td.TdClassName
{
border-color: #CC4976;
}
.TagClassName
{
border-color: #CC4976;
}
</style>