Shades of Cranberry #CB5B84
Tints of Cranberry #CB5B84
RGB
CMYK
RGB Variations
Color information
#CB5B84 (or 0xCB5B84) is known color: Cranberry. HEX triplet: CB, 5B and 84. RGB value is (203,91,132). Sum of RGB (Red+Green+Blue) = 203+91+132=426 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.65% from 426); Green value is 91 (35.94% from 255 or 21.36% from 426); Blue value is 132 (51.95% from 255 or 30.99% from 426); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5B84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5B84 is #34A47B. Grayscale: #818181. Windows color (decimal): -3449980 or 8674251. OLE color: 8674251.
HSL color Cylindrical-coordinate representation of color #CB5B84: hue angle of 338.04º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CB5B84 is Cyan = 0, Magento = 0.55, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 91 | 132 | - |
| CMYK | 0 | 0.55 | 0.35 | 0.20 |
| HSL | 338.04º | 0.52% | 0.58% | - |
| HSV(B) | 338.04º | 0.55% | 0.8% | - |
| XYZ | 32.53 | 21.84 | 24.33 | - |
| YUV | 129.16 | 129.61 | 180.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 91 | 132 | 0 | 0.55 | 0.35 | 0.20 | 338.04 | 0.52 | 0.58 |
| Hex | CB | 5B | 84 | 0 | 37 | 23 | 14 | 152 | 34 | 3A |
| Octal | 313 | 133 | 204 | 0 | 67 | 43 | 24 | 522 | 64 | 72 |
| Binary | 11001011 | 1011011 | 10000100 | 0 | 110111 | 100011 | 10100 | 101010010 | 110100 | 111010 |
Color Harmonies of #CB5B84
Complementary color
Monochromatic Colors of #CB5B84
Black with #CB5B84
Text Example
Text Example
White with #CB5B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5B84; }
p { color: rgb(203,91,132); }
H1.HeaderClassName
{
color: #CB5B84;
}
.AnyTagClassName
{
color: #CB5B84;
}
</style>
background-color css
<style>
a { background-color: #CB5B84; }
a { background-color: rgb(203,91,132); }
div.DivClassName
{
background-color: #CB5B84;
}
.BgClassName
{
background-color: #CB5B84;
}
</style>
border-color css
<style>
span { border-color: #CB5B84; }
span { border-color: rgb(203,91,132); }
td.TdClassName
{
border-color: #CB5B84;
}
.TagClassName
{
border-color: #CB5B84;
}
</style>