Shades of Cranberry #CF5979
Tints of Cranberry #CF5979
RGB
CMYK
RGB Variations
Color information
#CF5979 (or 0xCF5979) is known color: Cranberry. HEX triplet: CF, 59 and 79. RGB value is (207,89,121). Sum of RGB (Red+Green+Blue) = 207+89+121=417 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.64% from 417); Green value is 89 (35.16% from 255 or 21.34% from 417); Blue value is 121 (47.66% from 255 or 29.02% from 417); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5979 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5979 is #30A686. Grayscale: #7F7F7F. Windows color (decimal): -3188359 or 7952847. OLE color: 7952847.
HSL color Cylindrical-coordinate representation of color #CF5979: hue angle of 343.73º 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 #CF5979 is Cyan = 0, Magento = 0.57, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 89 | 121 | - |
| CMYK | 0 | 0.57 | 0.42 | 0.19 |
| HSL | 343.73º | 0.55% | 0.58% | - |
| HSV(B) | 343.73º | 0.57% | 0.81% | - |
| XYZ | 32.76 | 21.79 | 20.57 | - |
| YUV | 127.93 | 124.09 | 184.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 89 | 121 | 0 | 0.57 | 0.42 | 0.19 | 343.73 | 0.55 | 0.58 |
| Hex | CF | 59 | 79 | 0 | 39 | 2A | 13 | 158 | 37 | 3A |
| Octal | 317 | 131 | 171 | 0 | 71 | 52 | 23 | 530 | 67 | 72 |
| Binary | 11001111 | 1011001 | 1111001 | 0 | 111001 | 101010 | 10011 | 101011000 | 110111 | 111010 |
Color Harmonies of #CF5979
Complementary color
Monochromatic Colors of #CF5979
Black with #CF5979
Text Example
Text Example
White with #CF5979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5979; }
p { color: rgb(207,89,121); }
H1.HeaderClassName
{
color: #CF5979;
}
.AnyTagClassName
{
color: #CF5979;
}
</style>
background-color css
<style>
a { background-color: #CF5979; }
a { background-color: rgb(207,89,121); }
div.DivClassName
{
background-color: #CF5979;
}
.BgClassName
{
background-color: #CF5979;
}
</style>
border-color css
<style>
span { border-color: #CF5979; }
span { border-color: rgb(207,89,121); }
td.TdClassName
{
border-color: #CF5979;
}
.TagClassName
{
border-color: #CF5979;
}
</style>