Shades of Cranberry #CB5E82
Tints of Cranberry #CB5E82
RGB
CMYK
RGB Variations
Color information
#CB5E82 (or 0xCB5E82) is known color: Cranberry. HEX triplet: CB, 5E and 82. RGB value is (203,94,130). Sum of RGB (Red+Green+Blue) = 203+94+130=427 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.54% from 427); Green value is 94 (37.11% from 255 or 22.01% from 427); Blue value is 130 (51.17% from 255 or 30.44% from 427); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5E82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5E82 is #34A17D. Grayscale: #828282. Windows color (decimal): -3449214 or 8543947. OLE color: 8543947.
HSL color Cylindrical-coordinate representation of color #CB5E82: hue angle of 340.18º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CB5E82 is Cyan = 0, Magento = 0.54, Yellow = 0.36 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 94 | 130 | - |
| CMYK | 0 | 0.54 | 0.36 | 0.20 |
| HSL | 340.18º | 0.51% | 0.58% | - |
| HSV(B) | 340.18º | 0.54% | 0.8% | - |
| XYZ | 32.66 | 22.31 | 23.7 | - |
| YUV | 130.7 | 127.61 | 179.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 94 | 130 | 0 | 0.54 | 0.36 | 0.20 | 340.18 | 0.51 | 0.58 |
| Hex | CB | 5E | 82 | 0 | 36 | 24 | 14 | 154 | 33 | 3A |
| Octal | 313 | 136 | 202 | 0 | 66 | 44 | 24 | 524 | 63 | 72 |
| Binary | 11001011 | 1011110 | 10000010 | 0 | 110110 | 100100 | 10100 | 101010100 | 110011 | 111010 |
Color Harmonies of #CB5E82
Complementary color
Monochromatic Colors of #CB5E82
Black with #CB5E82
Text Example
Text Example
White with #CB5E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5E82; }
p { color: rgb(203,94,130); }
H1.HeaderClassName
{
color: #CB5E82;
}
.AnyTagClassName
{
color: #CB5E82;
}
</style>
background-color css
<style>
a { background-color: #CB5E82; }
a { background-color: rgb(203,94,130); }
div.DivClassName
{
background-color: #CB5E82;
}
.BgClassName
{
background-color: #CB5E82;
}
</style>
border-color css
<style>
span { border-color: #CB5E82; }
span { border-color: rgb(203,94,130); }
td.TdClassName
{
border-color: #CB5E82;
}
.TagClassName
{
border-color: #CB5E82;
}
</style>