Shades of Cranberry #CC6080
Tints of Cranberry #CC6080
RGB
CMYK
RGB Variations
Color information
#CC6080 (or 0xCC6080) is known color: Cranberry. HEX triplet: CC, 60 and 80. RGB value is (204,96,128). Sum of RGB (Red+Green+Blue) = 204+96+128=428 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.66% from 428); Green value is 96 (37.89% from 255 or 22.43% from 428); Blue value is 128 (50.39% from 255 or 29.91% from 428); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6080 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6080 is #339F7F. Grayscale: #838383. Windows color (decimal): -3383168 or 8413388. OLE color: 8413388.
HSL color Cylindrical-coordinate representation of color #CC6080: hue angle of 342.22º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CC6080 is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 96 | 128 | - |
| CMYK | 0 | 0.53 | 0.37 | 0.2 |
| HSL | 342.22º | 0.51% | 0.59% | - |
| HSV(B) | 342.22º | 0.53% | 0.8% | - |
| XYZ | 32.98 | 22.76 | 23.08 | - |
| YUV | 131.94 | 125.78 | 179.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 96 | 128 | 0 | 0.53 | 0.37 | 0.2 | 342.22 | 0.51 | 0.59 |
| Hex | CC | 60 | 80 | 0 | 35 | 25 | 14 | 156 | 33 | 3B |
| Octal | 314 | 140 | 200 | 0 | 65 | 45 | 24 | 526 | 63 | 73 |
| Binary | 11001100 | 1100000 | 10000000 | 0 | 110101 | 100101 | 10100 | 101010110 | 110011 | 111011 |
Color Harmonies of #CC6080
Complementary color
Monochromatic Colors of #CC6080
Black with #CC6080
Text Example
Text Example
White with #CC6080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6080; }
p { color: rgb(204,96,128); }
H1.HeaderClassName
{
color: #CC6080;
}
.AnyTagClassName
{
color: #CC6080;
}
</style>
background-color css
<style>
a { background-color: #CC6080; }
a { background-color: rgb(204,96,128); }
div.DivClassName
{
background-color: #CC6080;
}
.BgClassName
{
background-color: #CC6080;
}
</style>
border-color css
<style>
span { border-color: #CC6080; }
span { border-color: rgb(204,96,128); }
td.TdClassName
{
border-color: #CC6080;
}
.TagClassName
{
border-color: #CC6080;
}
</style>