Shades of Cranberry #CC4078
Tints of Cranberry #CC4078
RGB
CMYK
RGB Variations
Color information
#CC4078 (or 0xCC4078) is known color: Cranberry. HEX triplet: CC, 40 and 78. RGB value is (204,64,120). Sum of RGB (Red+Green+Blue) = 204+64+120=388 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.58% from 388); Green value is 64 (25.39% from 255 or 16.49% from 388); Blue value is 120 (47.27% from 255 or 30.93% from 388); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4078 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4078 is #33BF87. Grayscale: #707070. Windows color (decimal): -3391368 or 7880908. OLE color: 7880908.
HSL color Cylindrical-coordinate representation of color #CC4078: hue angle of 336º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC4078 is Cyan = 0, Magento = 0.69, Yellow = 0.41 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 64 | 120 | - |
| CMYK | 0 | 0.69 | 0.41 | 0.2 |
| HSL | 336º | 0.58% | 0.53% | - |
| HSV(B) | 336º | 0.69% | 0.8% | - |
| XYZ | 30.13 | 17.86 | 19.63 | - |
| YUV | 112.24 | 132.38 | 193.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 64 | 120 | 0 | 0.69 | 0.41 | 0.2 | 336 | 0.58 | 0.53 |
| Hex | CC | 40 | 78 | 0 | 45 | 29 | 14 | 150 | 3A | 35 |
| Octal | 314 | 100 | 170 | 0 | 105 | 51 | 24 | 520 | 72 | 65 |
| Binary | 11001100 | 1000000 | 1111000 | 0 | 1000101 | 101001 | 10100 | 101010000 | 111010 | 110101 |
Color Harmonies of #CC4078
Complementary color
Monochromatic Colors of #CC4078
Black with #CC4078
Text Example
Text Example
White with #CC4078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4078; }
p { color: rgb(204,64,120); }
H1.HeaderClassName
{
color: #CC4078;
}
.AnyTagClassName
{
color: #CC4078;
}
</style>
background-color css
<style>
a { background-color: #CC4078; }
a { background-color: rgb(204,64,120); }
div.DivClassName
{
background-color: #CC4078;
}
.BgClassName
{
background-color: #CC4078;
}
</style>
border-color css
<style>
span { border-color: #CC4078; }
span { border-color: rgb(204,64,120); }
td.TdClassName
{
border-color: #CC4078;
}
.TagClassName
{
border-color: #CC4078;
}
</style>