Shades of Cranberry #CF617F
Tints of Cranberry #CF617F
RGB
CMYK
RGB Variations
Color information
#CF617F (or 0xCF617F) is known color: Cranberry. HEX triplet: CF, 61 and 7F. RGB value is (207,97,127). Sum of RGB (Red+Green+Blue) = 207+97+127=431 (57% of max value = 765). Red value is 207 (81.25% from 255 or 48.03% from 431); Green value is 97 (38.28% from 255 or 22.51% from 431); Blue value is 127 (50% from 255 or 29.47% from 431); Max value from RGB is 207 - color contains mainly: red. Hex color #CF617F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF617F is #309E80. Grayscale: #858585. Windows color (decimal): -3186305 or 8348111. OLE color: 8348111.
HSL color Cylindrical-coordinate representation of color #CF617F: hue angle of 343.64º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CF617F is Cyan = 0, Magento = 0.53, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 97 | 127 | - |
| CMYK | 0 | 0.53 | 0.39 | 0.19 |
| HSL | 343.64º | 0.53% | 0.6% | - |
| HSV(B) | 343.64º | 0.53% | 0.81% | - |
| XYZ | 33.84 | 23.35 | 22.8 | - |
| YUV | 133.31 | 124.44 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 97 | 127 | 0 | 0.53 | 0.39 | 0.19 | 343.64 | 0.53 | 0.6 |
| Hex | CF | 61 | 7F | 0 | 35 | 27 | 13 | 158 | 35 | 3C |
| Octal | 317 | 141 | 177 | 0 | 65 | 47 | 23 | 530 | 65 | 74 |
| Binary | 11001111 | 1100001 | 1111111 | 0 | 110101 | 100111 | 10011 | 101011000 | 110101 | 111100 |
Color Harmonies of #CF617F
Complementary color
Monochromatic Colors of #CF617F
Black with #CF617F
Text Example
Text Example
White with #CF617F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF617F; }
p { color: rgb(207,97,127); }
H1.HeaderClassName
{
color: #CF617F;
}
.AnyTagClassName
{
color: #CF617F;
}
</style>
background-color css
<style>
a { background-color: #CF617F; }
a { background-color: rgb(207,97,127); }
div.DivClassName
{
background-color: #CF617F;
}
.BgClassName
{
background-color: #CF617F;
}
</style>
border-color css
<style>
span { border-color: #CF617F; }
span { border-color: rgb(207,97,127); }
td.TdClassName
{
border-color: #CF617F;
}
.TagClassName
{
border-color: #CF617F;
}
</style>