Shades of Cranberry #CB587E
Tints of Cranberry #CB587E
RGB
CMYK
RGB Variations
Color information
#CB587E (or 0xCB587E) is known color: Cranberry. HEX triplet: CB, 58 and 7E. RGB value is (203,88,126). Sum of RGB (Red+Green+Blue) = 203+88+126=417 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.68% from 417); Green value is 88 (34.77% from 255 or 21.10% from 417); Blue value is 126 (49.61% from 255 or 30.22% from 417); Max value from RGB is 203 - color contains mainly: red. Hex color #CB587E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB587E is #34A781. Grayscale: #7E7E7E. Windows color (decimal): -3450754 or 8280267. OLE color: 8280267.
HSL color Cylindrical-coordinate representation of color #CB587E: hue angle of 340.17º 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 #CB587E is Cyan = 0, Magento = 0.57, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 88 | 126 | - |
| CMYK | 0 | 0.57 | 0.38 | 0.20 |
| HSL | 340.17º | 0.53% | 0.57% | - |
| HSV(B) | 340.17º | 0.57% | 0.8% | - |
| XYZ | 31.88 | 21.18 | 22.15 | - |
| YUV | 126.72 | 127.6 | 182.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 88 | 126 | 0 | 0.57 | 0.38 | 0.20 | 340.17 | 0.53 | 0.57 |
| Hex | CB | 58 | 7E | 0 | 39 | 26 | 14 | 154 | 35 | 39 |
| Octal | 313 | 130 | 176 | 0 | 71 | 46 | 24 | 524 | 65 | 71 |
| Binary | 11001011 | 1011000 | 1111110 | 0 | 111001 | 100110 | 10100 | 101010100 | 110101 | 111001 |
Color Harmonies of #CB587E
Complementary color
Monochromatic Colors of #CB587E
Black with #CB587E
Text Example
Text Example
White with #CB587E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB587E; }
p { color: rgb(203,88,126); }
H1.HeaderClassName
{
color: #CB587E;
}
.AnyTagClassName
{
color: #CB587E;
}
</style>
background-color css
<style>
a { background-color: #CB587E; }
a { background-color: rgb(203,88,126); }
div.DivClassName
{
background-color: #CB587E;
}
.BgClassName
{
background-color: #CB587E;
}
</style>
border-color css
<style>
span { border-color: #CB587E; }
span { border-color: rgb(203,88,126); }
td.TdClassName
{
border-color: #CB587E;
}
.TagClassName
{
border-color: #CB587E;
}
</style>