Shades of Cranberry #CC4977
Tints of Cranberry #CC4977
RGB
CMYK
RGB Variations
Color information
#CC4977 (or 0xCC4977) is known color: Cranberry. HEX triplet: CC, 49 and 77. RGB value is (204,73,119). Sum of RGB (Red+Green+Blue) = 204+73+119=396 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.52% from 396); Green value is 73 (28.91% from 255 or 18.43% from 396); Blue value is 119 (46.88% from 255 or 30.05% from 396); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4977 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4977 is #33B688. Grayscale: #757575. Windows color (decimal): -3389065 or 7817676. OLE color: 7817676.
HSL color Cylindrical-coordinate representation of color #CC4977: hue angle of 338.93º 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 #CC4977 is Cyan = 0, Magento = 0.64, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 73 | 119 | - |
| CMYK | 0 | 0.64 | 0.42 | 0.2 |
| HSL | 338.93º | 0.56% | 0.54% | - |
| HSV(B) | 338.93º | 0.64% | 0.8% | - |
| XYZ | 30.61 | 18.93 | 19.49 | - |
| YUV | 117.41 | 128.9 | 189.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 73 | 119 | 0 | 0.64 | 0.42 | 0.2 | 338.93 | 0.56 | 0.54 |
| Hex | CC | 49 | 77 | 0 | 40 | 2A | 14 | 153 | 38 | 36 |
| Octal | 314 | 111 | 167 | 0 | 100 | 52 | 24 | 523 | 70 | 66 |
| Binary | 11001100 | 1001001 | 1110111 | 0 | 1000000 | 101010 | 10100 | 101010011 | 111000 | 110110 |
Color Harmonies of #CC4977
Complementary color
Monochromatic Colors of #CC4977
Black with #CC4977
Text Example
Text Example
White with #CC4977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4977; }
p { color: rgb(204,73,119); }
H1.HeaderClassName
{
color: #CC4977;
}
.AnyTagClassName
{
color: #CC4977;
}
</style>
background-color css
<style>
a { background-color: #CC4977; }
a { background-color: rgb(204,73,119); }
div.DivClassName
{
background-color: #CC4977;
}
.BgClassName
{
background-color: #CC4977;
}
</style>
border-color css
<style>
span { border-color: #CC4977; }
span { border-color: rgb(204,73,119); }
td.TdClassName
{
border-color: #CC4977;
}
.TagClassName
{
border-color: #CC4977;
}
</style>