Shades of Cranberry #CF497F
Tints of Cranberry #CF497F
RGB
CMYK
RGB Variations
Color information
#CF497F (or 0xCF497F) is known color: Cranberry. HEX triplet: CF, 49 and 7F. RGB value is (207,73,127). Sum of RGB (Red+Green+Blue) = 207+73+127=407 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.86% from 407); Green value is 73 (28.91% from 255 or 17.94% from 407); Blue value is 127 (50% from 255 or 31.20% from 407); Max value from RGB is 207 - color contains mainly: red. Hex color #CF497F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF497F is #30B680. Grayscale: #777777. Windows color (decimal): -3192449 or 8341967. OLE color: 8341967.
HSL color Cylindrical-coordinate representation of color #CF497F: hue angle of 335.82º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CF497F is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 73 | 127 | - |
| CMYK | 0 | 0.65 | 0.39 | 0.19 |
| HSL | 335.82º | 0.58% | 0.55% | - |
| HSV(B) | 335.82º | 0.65% | 0.81% | - |
| XYZ | 31.95 | 19.56 | 22.17 | - |
| YUV | 119.22 | 132.39 | 190.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 73 | 127 | 0 | 0.65 | 0.39 | 0.19 | 335.82 | 0.58 | 0.55 |
| Hex | CF | 49 | 7F | 0 | 41 | 27 | 13 | 150 | 3A | 37 |
| Octal | 317 | 111 | 177 | 0 | 101 | 47 | 23 | 520 | 72 | 67 |
| Binary | 11001111 | 1001001 | 1111111 | 0 | 1000001 | 100111 | 10011 | 101010000 | 111010 | 110111 |
Color Harmonies of #CF497F
Complementary color
Monochromatic Colors of #CF497F
Black with #CF497F
Text Example
Text Example
White with #CF497F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF497F; }
p { color: rgb(207,73,127); }
H1.HeaderClassName
{
color: #CF497F;
}
.AnyTagClassName
{
color: #CF497F;
}
</style>
background-color css
<style>
a { background-color: #CF497F; }
a { background-color: rgb(207,73,127); }
div.DivClassName
{
background-color: #CF497F;
}
.BgClassName
{
background-color: #CF497F;
}
</style>
border-color css
<style>
span { border-color: #CF497F; }
span { border-color: rgb(207,73,127); }
td.TdClassName
{
border-color: #CF497F;
}
.TagClassName
{
border-color: #CF497F;
}
</style>