Shades of Cranberry #CC5D80
Tints of Cranberry #CC5D80
RGB
CMYK
RGB Variations
Color information
#CC5D80 (or 0xCC5D80) is known color: Cranberry. HEX triplet: CC, 5D and 80. RGB value is (204,93,128). Sum of RGB (Red+Green+Blue) = 204+93+128=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 93 (36.72% from 255 or 21.88% from 425); Blue value is 128 (50.39% from 255 or 30.12% from 425); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5D80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5D80 is #33A27F. Grayscale: #828282. Windows color (decimal): -3383936 or 8412620. OLE color: 8412620.
HSL color Cylindrical-coordinate representation of color #CC5D80: hue angle of 341.08º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CC5D80 is Cyan = 0, Magento = 0.54, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 93 | 128 | - |
| CMYK | 0 | 0.54 | 0.37 | 0.2 |
| HSL | 341.08º | 0.52% | 0.58% | - |
| HSV(B) | 341.08º | 0.54% | 0.8% | - |
| XYZ | 32.71 | 22.22 | 22.99 | - |
| YUV | 130.18 | 126.77 | 180.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 93 | 128 | 0 | 0.54 | 0.37 | 0.2 | 341.08 | 0.52 | 0.58 |
| Hex | CC | 5D | 80 | 0 | 36 | 25 | 14 | 155 | 34 | 3A |
| Octal | 314 | 135 | 200 | 0 | 66 | 45 | 24 | 525 | 64 | 72 |
| Binary | 11001100 | 1011101 | 10000000 | 0 | 110110 | 100101 | 10100 | 101010101 | 110100 | 111010 |
Color Harmonies of #CC5D80
Complementary color
Monochromatic Colors of #CC5D80
Black with #CC5D80
Text Example
Text Example
White with #CC5D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5D80; }
p { color: rgb(204,93,128); }
H1.HeaderClassName
{
color: #CC5D80;
}
.AnyTagClassName
{
color: #CC5D80;
}
</style>
background-color css
<style>
a { background-color: #CC5D80; }
a { background-color: rgb(204,93,128); }
div.DivClassName
{
background-color: #CC5D80;
}
.BgClassName
{
background-color: #CC5D80;
}
</style>
border-color css
<style>
span { border-color: #CC5D80; }
span { border-color: rgb(204,93,128); }
td.TdClassName
{
border-color: #CC5D80;
}
.TagClassName
{
border-color: #CC5D80;
}
</style>