Shades of Cranberry #CB5980
Tints of Cranberry #CB5980
RGB
CMYK
RGB Variations
Color information
#CB5980 (or 0xCB5980) is known color: Cranberry. HEX triplet: CB, 59 and 80. RGB value is (203,89,128). Sum of RGB (Red+Green+Blue) = 203+89+128=420 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.33% from 420); Green value is 89 (35.16% from 255 or 21.19% from 420); Blue value is 128 (50.39% from 255 or 30.48% from 420); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5980 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5980 is #34A67F. Grayscale: #7F7F7F. Windows color (decimal): -3450496 or 8411595. OLE color: 8411595.
HSL color Cylindrical-coordinate representation of color #CB5980: hue angle of 339.47º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CB5980 is Cyan = 0, Magento = 0.56, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 89 | 128 | - |
| CMYK | 0 | 0.56 | 0.37 | 0.20 |
| HSL | 339.47º | 0.52% | 0.57% | - |
| HSV(B) | 339.47º | 0.56% | 0.8% | - |
| XYZ | 32.1 | 21.4 | 22.86 | - |
| YUV | 127.53 | 128.27 | 181.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 89 | 128 | 0 | 0.56 | 0.37 | 0.20 | 339.47 | 0.52 | 0.57 |
| Hex | CB | 59 | 80 | 0 | 38 | 25 | 14 | 153 | 34 | 39 |
| Octal | 313 | 131 | 200 | 0 | 70 | 45 | 24 | 523 | 64 | 71 |
| Binary | 11001011 | 1011001 | 10000000 | 0 | 111000 | 100101 | 10100 | 101010011 | 110100 | 111001 |
Color Harmonies of #CB5980
Complementary color
Monochromatic Colors of #CB5980
Black with #CB5980
Text Example
Text Example
White with #CB5980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5980; }
p { color: rgb(203,89,128); }
H1.HeaderClassName
{
color: #CB5980;
}
.AnyTagClassName
{
color: #CB5980;
}
</style>
background-color css
<style>
a { background-color: #CB5980; }
a { background-color: rgb(203,89,128); }
div.DivClassName
{
background-color: #CB5980;
}
.BgClassName
{
background-color: #CB5980;
}
</style>
border-color css
<style>
span { border-color: #CB5980; }
span { border-color: rgb(203,89,128); }
td.TdClassName
{
border-color: #CB5980;
}
.TagClassName
{
border-color: #CB5980;
}
</style>