Shades of Cranberry #CC5C80
Tints of Cranberry #CC5C80
RGB
CMYK
RGB Variations
Color information
#CC5C80 (or 0xCC5C80) is known color: Cranberry. HEX triplet: CC, 5C and 80. RGB value is (204,92,128). Sum of RGB (Red+Green+Blue) = 204+92+128=424 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.11% from 424); Green value is 92 (36.33% from 255 or 21.70% from 424); Blue value is 128 (50.39% from 255 or 30.19% from 424); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5C80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5C80 is #33A37F. Grayscale: #818181. Windows color (decimal): -3384192 or 8412364. OLE color: 8412364.
HSL color Cylindrical-coordinate representation of color #CC5C80: hue angle of 340.71º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CC5C80 is Cyan = 0, Magento = 0.55, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 92 | 128 | - |
| CMYK | 0 | 0.55 | 0.37 | 0.2 |
| HSL | 340.71º | 0.52% | 0.58% | - |
| HSV(B) | 340.71º | 0.55% | 0.8% | - |
| XYZ | 32.63 | 22.05 | 22.96 | - |
| YUV | 129.59 | 127.11 | 181.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 92 | 128 | 0 | 0.55 | 0.37 | 0.2 | 340.71 | 0.52 | 0.58 |
| Hex | CC | 5C | 80 | 0 | 37 | 25 | 14 | 155 | 34 | 3A |
| Octal | 314 | 134 | 200 | 0 | 67 | 45 | 24 | 525 | 64 | 72 |
| Binary | 11001100 | 1011100 | 10000000 | 0 | 110111 | 100101 | 10100 | 101010101 | 110100 | 111010 |
Color Harmonies of #CC5C80
Complementary color
Monochromatic Colors of #CC5C80
Black with #CC5C80
Text Example
Text Example
White with #CC5C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5C80; }
p { color: rgb(204,92,128); }
H1.HeaderClassName
{
color: #CC5C80;
}
.AnyTagClassName
{
color: #CC5C80;
}
</style>
background-color css
<style>
a { background-color: #CC5C80; }
a { background-color: rgb(204,92,128); }
div.DivClassName
{
background-color: #CC5C80;
}
.BgClassName
{
background-color: #CC5C80;
}
</style>
border-color css
<style>
span { border-color: #CC5C80; }
span { border-color: rgb(204,92,128); }
td.TdClassName
{
border-color: #CC5C80;
}
.TagClassName
{
border-color: #CC5C80;
}
</style>