Shades of Cranberry #CF557A
Tints of Cranberry #CF557A
RGB
CMYK
RGB Variations
Color information
#CF557A (or 0xCF557A) is known color: Cranberry. HEX triplet: CF, 55 and 7A. RGB value is (207,85,122). Sum of RGB (Red+Green+Blue) = 207+85+122=414 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50% from 414); Green value is 85 (33.59% from 255 or 20.53% from 414); Blue value is 122 (48.05% from 255 or 29.47% from 414); Max value from RGB is 207 - color contains mainly: red. Hex color #CF557A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF557A is #30AA85. Grayscale: #7D7D7D. Windows color (decimal): -3189382 or 8017359. OLE color: 8017359.
HSL color Cylindrical-coordinate representation of color #CF557A: hue angle of 341.8º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CF557A is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 85 | 122 | - |
| CMYK | 0 | 0.59 | 0.41 | 0.19 |
| HSL | 341.8º | 0.56% | 0.57% | - |
| HSV(B) | 341.8º | 0.59% | 0.81% | - |
| XYZ | 32.49 | 21.17 | 20.79 | - |
| YUV | 125.7 | 125.92 | 185.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 85 | 122 | 0 | 0.59 | 0.41 | 0.19 | 341.8 | 0.56 | 0.57 |
| Hex | CF | 55 | 7A | 0 | 3B | 29 | 13 | 156 | 38 | 39 |
| Octal | 317 | 125 | 172 | 0 | 73 | 51 | 23 | 526 | 70 | 71 |
| Binary | 11001111 | 1010101 | 1111010 | 0 | 111011 | 101001 | 10011 | 101010110 | 111000 | 111001 |
Color Harmonies of #CF557A
Complementary color
Monochromatic Colors of #CF557A
Black with #CF557A
Text Example
Text Example
White with #CF557A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF557A; }
p { color: rgb(207,85,122); }
H1.HeaderClassName
{
color: #CF557A;
}
.AnyTagClassName
{
color: #CF557A;
}
</style>
background-color css
<style>
a { background-color: #CF557A; }
a { background-color: rgb(207,85,122); }
div.DivClassName
{
background-color: #CF557A;
}
.BgClassName
{
background-color: #CF557A;
}
</style>
border-color css
<style>
span { border-color: #CF557A; }
span { border-color: rgb(207,85,122); }
td.TdClassName
{
border-color: #CF557A;
}
.TagClassName
{
border-color: #CF557A;
}
</style>