Shades of Cranberry #CB5881
Tints of Cranberry #CB5881
RGB
CMYK
RGB Variations
Color information
#CB5881 (or 0xCB5881) is known color: Cranberry. HEX triplet: CB, 58 and 81. RGB value is (203,88,129). Sum of RGB (Red+Green+Blue) = 203+88+129=420 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.33% from 420); Green value is 88 (34.77% from 255 or 20.95% from 420); Blue value is 129 (50.78% from 255 or 30.71% from 420); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5881 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5881 is #34A77E. Grayscale: #7F7F7F. Windows color (decimal): -3450751 or 8476875. OLE color: 8476875.
HSL color Cylindrical-coordinate representation of color #CB5881: hue angle of 338.61º 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 #CB5881 is Cyan = 0, Magento = 0.57, Yellow = 0.36 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 88 | 129 | - |
| CMYK | 0 | 0.57 | 0.36 | 0.20 |
| HSL | 338.61º | 0.53% | 0.57% | - |
| HSV(B) | 338.61º | 0.57% | 0.8% | - |
| XYZ | 32.08 | 21.26 | 23.18 | - |
| YUV | 127.06 | 129.1 | 182.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 88 | 129 | 0 | 0.57 | 0.36 | 0.20 | 338.61 | 0.53 | 0.57 |
| Hex | CB | 58 | 81 | 0 | 39 | 24 | 14 | 153 | 35 | 39 |
| Octal | 313 | 130 | 201 | 0 | 71 | 44 | 24 | 523 | 65 | 71 |
| Binary | 11001011 | 1011000 | 10000001 | 0 | 111001 | 100100 | 10100 | 101010011 | 110101 | 111001 |
Color Harmonies of #CB5881
Complementary color
Monochromatic Colors of #CB5881
Black with #CB5881
Text Example
Text Example
White with #CB5881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5881; }
p { color: rgb(203,88,129); }
H1.HeaderClassName
{
color: #CB5881;
}
.AnyTagClassName
{
color: #CB5881;
}
</style>
background-color css
<style>
a { background-color: #CB5881; }
a { background-color: rgb(203,88,129); }
div.DivClassName
{
background-color: #CB5881;
}
.BgClassName
{
background-color: #CB5881;
}
</style>
border-color css
<style>
span { border-color: #CB5881; }
span { border-color: rgb(203,88,129); }
td.TdClassName
{
border-color: #CB5881;
}
.TagClassName
{
border-color: #CB5881;
}
</style>