Shades of Cranberry #CF597A
Tints of Cranberry #CF597A
RGB
CMYK
RGB Variations
Color information
#CF597A (or 0xCF597A) is known color: Cranberry. HEX triplet: CF, 59 and 7A. RGB value is (207,89,122). Sum of RGB (Red+Green+Blue) = 207+89+122=418 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.52% from 418); Green value is 89 (35.16% from 255 or 21.29% from 418); Blue value is 122 (48.05% from 255 or 29.19% from 418); Max value from RGB is 207 - color contains mainly: red. Hex color #CF597A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF597A is #30A685. Grayscale: #808080. Windows color (decimal): -3188358 or 8018383. OLE color: 8018383.
HSL color Cylindrical-coordinate representation of color #CF597A: hue angle of 343.22º 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 #CF597A is Cyan = 0, Magento = 0.57, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 89 | 122 | - |
| CMYK | 0 | 0.57 | 0.41 | 0.19 |
| HSL | 343.22º | 0.55% | 0.58% | - |
| HSV(B) | 343.22º | 0.57% | 0.81% | - |
| XYZ | 32.82 | 21.82 | 20.89 | - |
| YUV | 128.04 | 124.59 | 184.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 89 | 122 | 0 | 0.57 | 0.41 | 0.19 | 343.22 | 0.55 | 0.58 |
| Hex | CF | 59 | 7A | 0 | 39 | 29 | 13 | 157 | 37 | 3A |
| Octal | 317 | 131 | 172 | 0 | 71 | 51 | 23 | 527 | 67 | 72 |
| Binary | 11001111 | 1011001 | 1111010 | 0 | 111001 | 101001 | 10011 | 101010111 | 110111 | 111010 |
Color Harmonies of #CF597A
Complementary color
Monochromatic Colors of #CF597A
Black with #CF597A
Text Example
Text Example
White with #CF597A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF597A; }
p { color: rgb(207,89,122); }
H1.HeaderClassName
{
color: #CF597A;
}
.AnyTagClassName
{
color: #CF597A;
}
</style>
background-color css
<style>
a { background-color: #CF597A; }
a { background-color: rgb(207,89,122); }
div.DivClassName
{
background-color: #CF597A;
}
.BgClassName
{
background-color: #CF597A;
}
</style>
border-color css
<style>
span { border-color: #CF597A; }
span { border-color: rgb(207,89,122); }
td.TdClassName
{
border-color: #CF597A;
}
.TagClassName
{
border-color: #CF597A;
}
</style>