Shades of Cranberry #CF587B
Tints of Cranberry #CF587B
RGB
CMYK
RGB Variations
Color information
#CF587B (or 0xCF587B) is known color: Cranberry. HEX triplet: CF, 58 and 7B. RGB value is (207,88,123). Sum of RGB (Red+Green+Blue) = 207+88+123=418 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.52% from 418); Green value is 88 (34.77% from 255 or 21.05% from 418); Blue value is 123 (48.44% from 255 or 29.43% from 418); Max value from RGB is 207 - color contains mainly: red. Hex color #CF587B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF587B is #30A784. Grayscale: #7F7F7F. Windows color (decimal): -3188613 or 8083663. OLE color: 8083663.
HSL color Cylindrical-coordinate representation of color #CF587B: hue angle of 342.35º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CF587B is Cyan = 0, Magento = 0.57, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 88 | 123 | - |
| CMYK | 0 | 0.57 | 0.41 | 0.19 |
| HSL | 342.35º | 0.55% | 0.58% | - |
| HSV(B) | 342.35º | 0.57% | 0.81% | - |
| XYZ | 32.8 | 21.67 | 21.19 | - |
| YUV | 127.57 | 125.42 | 184.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 88 | 123 | 0 | 0.57 | 0.41 | 0.19 | 342.35 | 0.55 | 0.58 |
| Hex | CF | 58 | 7B | 0 | 39 | 29 | 13 | 156 | 37 | 3A |
| Octal | 317 | 130 | 173 | 0 | 71 | 51 | 23 | 526 | 67 | 72 |
| Binary | 11001111 | 1011000 | 1111011 | 0 | 111001 | 101001 | 10011 | 101010110 | 110111 | 111010 |
Color Harmonies of #CF587B
Complementary color
Monochromatic Colors of #CF587B
Black with #CF587B
Text Example
Text Example
White with #CF587B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF587B; }
p { color: rgb(207,88,123); }
H1.HeaderClassName
{
color: #CF587B;
}
.AnyTagClassName
{
color: #CF587B;
}
</style>
background-color css
<style>
a { background-color: #CF587B; }
a { background-color: rgb(207,88,123); }
div.DivClassName
{
background-color: #CF587B;
}
.BgClassName
{
background-color: #CF587B;
}
</style>
border-color css
<style>
span { border-color: #CF587B; }
span { border-color: rgb(207,88,123); }
td.TdClassName
{
border-color: #CF587B;
}
.TagClassName
{
border-color: #CF587B;
}
</style>