Shades of Cranberry #CF5579
Tints of Cranberry #CF5579
RGB
CMYK
RGB Variations
Color information
#CF5579 (or 0xCF5579) is known color: Cranberry. HEX triplet: CF, 55 and 79. RGB value is (207,85,121). Sum of RGB (Red+Green+Blue) = 207+85+121=413 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.12% from 413); Green value is 85 (33.59% from 255 or 20.58% from 413); Blue value is 121 (47.66% from 255 or 29.30% from 413); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5579 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5579 is #30AA86. Grayscale: #7D7D7D. Windows color (decimal): -3189383 or 7951823. OLE color: 7951823.
HSL color Cylindrical-coordinate representation of color #CF5579: hue angle of 342.3º 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 #CF5579 is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 85 | 121 | - |
| CMYK | 0 | 0.59 | 0.42 | 0.19 |
| HSL | 342.3º | 0.56% | 0.57% | - |
| HSV(B) | 342.3º | 0.59% | 0.81% | - |
| XYZ | 32.43 | 21.14 | 20.46 | - |
| YUV | 125.58 | 125.42 | 186.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 85 | 121 | 0 | 0.59 | 0.42 | 0.19 | 342.3 | 0.56 | 0.57 |
| Hex | CF | 55 | 79 | 0 | 3B | 2A | 13 | 156 | 38 | 39 |
| Octal | 317 | 125 | 171 | 0 | 73 | 52 | 23 | 526 | 70 | 71 |
| Binary | 11001111 | 1010101 | 1111001 | 0 | 111011 | 101010 | 10011 | 101010110 | 111000 | 111001 |
Color Harmonies of #CF5579
Complementary color
Monochromatic Colors of #CF5579
Black with #CF5579
Text Example
Text Example
White with #CF5579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5579; }
p { color: rgb(207,85,121); }
H1.HeaderClassName
{
color: #CF5579;
}
.AnyTagClassName
{
color: #CF5579;
}
</style>
background-color css
<style>
a { background-color: #CF5579; }
a { background-color: rgb(207,85,121); }
div.DivClassName
{
background-color: #CF5579;
}
.BgClassName
{
background-color: #CF5579;
}
</style>
border-color css
<style>
span { border-color: #CF5579; }
span { border-color: rgb(207,85,121); }
td.TdClassName
{
border-color: #CF5579;
}
.TagClassName
{
border-color: #CF5579;
}
</style>