Shades of Cranberry #CB5280
Tints of Cranberry #CB5280
RGB
CMYK
RGB Variations
Color information
#CB5280 (or 0xCB5280) is known color: Cranberry. HEX triplet: CB, 52 and 80. RGB value is (203,82,128). Sum of RGB (Red+Green+Blue) = 203+82+128=413 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.15% from 413); Green value is 82 (32.42% from 255 or 19.85% from 413); Blue value is 128 (50.39% from 255 or 30.99% from 413); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5280 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5280 is #34AD7F. Grayscale: #7B7B7B. Windows color (decimal): -3452288 or 8409803. OLE color: 8409803.
HSL color Cylindrical-coordinate representation of color #CB5280: hue angle of 337.19º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CB5280 is Cyan = 0, Magento = 0.60, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 82 | 128 | - |
| CMYK | 0 | 0.60 | 0.37 | 0.20 |
| HSL | 337.19º | 0.54% | 0.56% | - |
| HSV(B) | 337.19º | 0.6% | 0.8% | - |
| XYZ | 31.54 | 20.29 | 22.68 | - |
| YUV | 123.42 | 130.59 | 184.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 82 | 128 | 0 | 0.60 | 0.37 | 0.20 | 337.19 | 0.54 | 0.56 |
| Hex | CB | 52 | 80 | 0 | 3C | 25 | 14 | 151 | 36 | 38 |
| Octal | 313 | 122 | 200 | 0 | 74 | 45 | 24 | 521 | 66 | 70 |
| Binary | 11001011 | 1010010 | 10000000 | 0 | 111100 | 100101 | 10100 | 101010001 | 110110 | 111000 |
Color Harmonies of #CB5280
Complementary color
Monochromatic Colors of #CB5280
Black with #CB5280
Text Example
Text Example
White with #CB5280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5280; }
p { color: rgb(203,82,128); }
H1.HeaderClassName
{
color: #CB5280;
}
.AnyTagClassName
{
color: #CB5280;
}
</style>
background-color css
<style>
a { background-color: #CB5280; }
a { background-color: rgb(203,82,128); }
div.DivClassName
{
background-color: #CB5280;
}
.BgClassName
{
background-color: #CB5280;
}
</style>
border-color css
<style>
span { border-color: #CB5280; }
span { border-color: rgb(203,82,128); }
td.TdClassName
{
border-color: #CB5280;
}
.TagClassName
{
border-color: #CB5280;
}
</style>