Shades of Cranberry #CC4276
Tints of Cranberry #CC4276
RGB
CMYK
RGB Variations
Color information
#CC4276 (or 0xCC4276) is known color: Cranberry. HEX triplet: CC, 42 and 76. RGB value is (204,66,118). Sum of RGB (Red+Green+Blue) = 204+66+118=388 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.58% from 388); Green value is 66 (26.17% from 255 or 17.01% from 388); Blue value is 118 (46.48% from 255 or 30.41% from 388); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4276 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4276 is #33BD89. Grayscale: #717171. Windows color (decimal): -3390858 or 7750348. OLE color: 7750348.
HSL color Cylindrical-coordinate representation of color #CC4276: hue angle of 337.39º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC4276 is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 66 | 118 | - |
| CMYK | 0 | 0.68 | 0.42 | 0.2 |
| HSL | 337.39º | 0.58% | 0.53% | - |
| HSV(B) | 337.39º | 0.68% | 0.8% | - |
| XYZ | 30.12 | 18.04 | 19.03 | - |
| YUV | 113.19 | 130.72 | 192.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 66 | 118 | 0 | 0.68 | 0.42 | 0.2 | 337.39 | 0.58 | 0.53 |
| Hex | CC | 42 | 76 | 0 | 44 | 2A | 14 | 151 | 3A | 35 |
| Octal | 314 | 102 | 166 | 0 | 104 | 52 | 24 | 521 | 72 | 65 |
| Binary | 11001100 | 1000010 | 1110110 | 0 | 1000100 | 101010 | 10100 | 101010001 | 111010 | 110101 |
Color Harmonies of #CC4276
Complementary color
Monochromatic Colors of #CC4276
Black with #CC4276
Text Example
Text Example
White with #CC4276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4276; }
p { color: rgb(204,66,118); }
H1.HeaderClassName
{
color: #CC4276;
}
.AnyTagClassName
{
color: #CC4276;
}
</style>
background-color css
<style>
a { background-color: #CC4276; }
a { background-color: rgb(204,66,118); }
div.DivClassName
{
background-color: #CC4276;
}
.BgClassName
{
background-color: #CC4276;
}
</style>
border-color css
<style>
span { border-color: #CC4276; }
span { border-color: rgb(204,66,118); }
td.TdClassName
{
border-color: #CC4276;
}
.TagClassName
{
border-color: #CC4276;
}
</style>