Shades of Cranberry #CB5B80
Tints of Cranberry #CB5B80
RGB
CMYK
RGB Variations
Color information
#CB5B80 (or 0xCB5B80) is known color: Cranberry. HEX triplet: CB, 5B and 80. RGB value is (203,91,128). Sum of RGB (Red+Green+Blue) = 203+91+128=422 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.10% from 422); Green value is 91 (35.94% from 255 or 21.56% from 422); Blue value is 128 (50.39% from 255 or 30.33% from 422); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5B80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5B80 is #34A47F. Grayscale: #808080. Windows color (decimal): -3449984 or 8412107. OLE color: 8412107.
HSL color Cylindrical-coordinate representation of color #CB5B80: hue angle of 340.18º 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 #CB5B80 is Cyan = 0, Magento = 0.55, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 91 | 128 | - |
| CMYK | 0 | 0.55 | 0.37 | 0.20 |
| HSL | 340.18º | 0.52% | 0.58% | - |
| HSV(B) | 340.18º | 0.55% | 0.8% | - |
| XYZ | 32.27 | 21.74 | 22.92 | - |
| YUV | 128.71 | 127.61 | 180.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 91 | 128 | 0 | 0.55 | 0.37 | 0.20 | 340.18 | 0.52 | 0.58 |
| Hex | CB | 5B | 80 | 0 | 37 | 25 | 14 | 154 | 34 | 3A |
| Octal | 313 | 133 | 200 | 0 | 67 | 45 | 24 | 524 | 64 | 72 |
| Binary | 11001011 | 1011011 | 10000000 | 0 | 110111 | 100101 | 10100 | 101010100 | 110100 | 111010 |
Color Harmonies of #CB5B80
Complementary color
Monochromatic Colors of #CB5B80
Black with #CB5B80
Text Example
Text Example
White with #CB5B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5B80; }
p { color: rgb(203,91,128); }
H1.HeaderClassName
{
color: #CB5B80;
}
.AnyTagClassName
{
color: #CB5B80;
}
</style>
background-color css
<style>
a { background-color: #CB5B80; }
a { background-color: rgb(203,91,128); }
div.DivClassName
{
background-color: #CB5B80;
}
.BgClassName
{
background-color: #CB5B80;
}
</style>
border-color css
<style>
span { border-color: #CB5B80; }
span { border-color: rgb(203,91,128); }
td.TdClassName
{
border-color: #CB5B80;
}
.TagClassName
{
border-color: #CB5B80;
}
</style>