Shades of Cranberry #CB5B7C
Tints of Cranberry #CB5B7C
RGB
CMYK
RGB Variations
Color information
#CB5B7C (or 0xCB5B7C) is known color: Cranberry. HEX triplet: CB, 5B and 7C. RGB value is (203,91,124). Sum of RGB (Red+Green+Blue) = 203+91+124=418 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.56% from 418); Green value is 91 (35.94% from 255 or 21.77% from 418); Blue value is 124 (48.83% from 255 or 29.67% from 418); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5B7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5B7C is #34A483. Grayscale: #808080. Windows color (decimal): -3449988 or 8149963. OLE color: 8149963.
HSL color Cylindrical-coordinate representation of color #CB5B7C: hue angle of 342.32º 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 #CB5B7C is Cyan = 0, Magento = 0.55, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 91 | 124 | - |
| CMYK | 0 | 0.55 | 0.39 | 0.20 |
| HSL | 342.32º | 0.52% | 0.58% | - |
| HSV(B) | 342.32º | 0.55% | 0.8% | - |
| XYZ | 32.01 | 21.63 | 21.56 | - |
| YUV | 128.25 | 125.61 | 181.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 91 | 124 | 0 | 0.55 | 0.39 | 0.20 | 342.32 | 0.52 | 0.58 |
| Hex | CB | 5B | 7C | 0 | 37 | 27 | 14 | 156 | 34 | 3A |
| Octal | 313 | 133 | 174 | 0 | 67 | 47 | 24 | 526 | 64 | 72 |
| Binary | 11001011 | 1011011 | 1111100 | 0 | 110111 | 100111 | 10100 | 101010110 | 110100 | 111010 |
Color Harmonies of #CB5B7C
Complementary color
Monochromatic Colors of #CB5B7C
Black with #CB5B7C
Text Example
Text Example
White with #CB5B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5B7C; }
p { color: rgb(203,91,124); }
H1.HeaderClassName
{
color: #CB5B7C;
}
.AnyTagClassName
{
color: #CB5B7C;
}
</style>
background-color css
<style>
a { background-color: #CB5B7C; }
a { background-color: rgb(203,91,124); }
div.DivClassName
{
background-color: #CB5B7C;
}
.BgClassName
{
background-color: #CB5B7C;
}
</style>
border-color css
<style>
span { border-color: #CB5B7C; }
span { border-color: rgb(203,91,124); }
td.TdClassName
{
border-color: #CB5B7C;
}
.TagClassName
{
border-color: #CB5B7C;
}
</style>