Shades of Cranberry #CB5883
Tints of Cranberry #CB5883
RGB
CMYK
RGB Variations
Color information
#CB5883 (or 0xCB5883) is known color: Cranberry. HEX triplet: CB, 58 and 83. RGB value is (203,88,131). Sum of RGB (Red+Green+Blue) = 203+88+131=422 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.10% from 422); Green value is 88 (34.77% from 255 or 20.85% from 422); Blue value is 131 (51.56% from 255 or 31.04% from 422); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5883 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5883 is #34A77C. Grayscale: #7F7F7F. Windows color (decimal): -3450749 or 8607947. OLE color: 8607947.
HSL color Cylindrical-coordinate representation of color #CB5883: hue angle of 337.57º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CB5883 is Cyan = 0, Magento = 0.57, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 88 | 131 | - |
| CMYK | 0 | 0.57 | 0.35 | 0.20 |
| HSL | 337.57º | 0.53% | 0.57% | - |
| HSV(B) | 337.57º | 0.57% | 0.8% | - |
| XYZ | 32.22 | 21.31 | 23.89 | - |
| YUV | 127.29 | 130.1 | 182 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 88 | 131 | 0 | 0.57 | 0.35 | 0.20 | 337.57 | 0.53 | 0.57 |
| Hex | CB | 58 | 83 | 0 | 39 | 23 | 14 | 152 | 35 | 39 |
| Octal | 313 | 130 | 203 | 0 | 71 | 43 | 24 | 522 | 65 | 71 |
| Binary | 11001011 | 1011000 | 10000011 | 0 | 111001 | 100011 | 10100 | 101010010 | 110101 | 111001 |
Color Harmonies of #CB5883
Complementary color
Monochromatic Colors of #CB5883
Black with #CB5883
Text Example
Text Example
White with #CB5883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5883; }
p { color: rgb(203,88,131); }
H1.HeaderClassName
{
color: #CB5883;
}
.AnyTagClassName
{
color: #CB5883;
}
</style>
background-color css
<style>
a { background-color: #CB5883; }
a { background-color: rgb(203,88,131); }
div.DivClassName
{
background-color: #CB5883;
}
.BgClassName
{
background-color: #CB5883;
}
</style>
border-color css
<style>
span { border-color: #CB5883; }
span { border-color: rgb(203,88,131); }
td.TdClassName
{
border-color: #CB5883;
}
.TagClassName
{
border-color: #CB5883;
}
</style>