Shades of Cranberry #CF5779
Tints of Cranberry #CF5779
RGB
CMYK
RGB Variations
Color information
#CF5779 (or 0xCF5779) is known color: Cranberry. HEX triplet: CF, 57 and 79. RGB value is (207,87,121). Sum of RGB (Red+Green+Blue) = 207+87+121=415 (54% of max value = 765). Red value is 207 (81.25% from 255 or 49.88% from 415); Green value is 87 (34.38% from 255 or 20.96% from 415); Blue value is 121 (47.66% from 255 or 29.16% from 415); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5779 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5779 is #30A886. Grayscale: #7E7E7E. Windows color (decimal): -3188871 or 7952335. OLE color: 7952335.
HSL color Cylindrical-coordinate representation of color #CF5779: hue angle of 343º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CF5779 is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 87 | 121 | - |
| CMYK | 0 | 0.58 | 0.42 | 0.19 |
| HSL | 343º | 0.56% | 0.58% | - |
| HSV(B) | 343º | 0.58% | 0.81% | - |
| XYZ | 32.59 | 21.46 | 20.51 | - |
| YUV | 126.76 | 124.76 | 185.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 87 | 121 | 0 | 0.58 | 0.42 | 0.19 | 343 | 0.56 | 0.58 |
| Hex | CF | 57 | 79 | 0 | 3A | 2A | 13 | 157 | 38 | 3A |
| Octal | 317 | 127 | 171 | 0 | 72 | 52 | 23 | 527 | 70 | 72 |
| Binary | 11001111 | 1010111 | 1111001 | 0 | 111010 | 101010 | 10011 | 101010111 | 111000 | 111010 |
Color Harmonies of #CF5779
Complementary color
Monochromatic Colors of #CF5779
Black with #CF5779
Text Example
Text Example
White with #CF5779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5779; }
p { color: rgb(207,87,121); }
H1.HeaderClassName
{
color: #CF5779;
}
.AnyTagClassName
{
color: #CF5779;
}
</style>
background-color css
<style>
a { background-color: #CF5779; }
a { background-color: rgb(207,87,121); }
div.DivClassName
{
background-color: #CF5779;
}
.BgClassName
{
background-color: #CF5779;
}
</style>
border-color css
<style>
span { border-color: #CF5779; }
span { border-color: rgb(207,87,121); }
td.TdClassName
{
border-color: #CF5779;
}
.TagClassName
{
border-color: #CF5779;
}
</style>