Shades of Cranberry #CF497D
Tints of Cranberry #CF497D
RGB
CMYK
RGB Variations
Color information
#CF497D (or 0xCF497D) is known color: Cranberry. HEX triplet: CF, 49 and 7D. RGB value is (207,73,125). Sum of RGB (Red+Green+Blue) = 207+73+125=405 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.11% from 405); Green value is 73 (28.91% from 255 or 18.02% from 405); Blue value is 125 (49.22% from 255 or 30.86% from 405); Max value from RGB is 207 - color contains mainly: red. Hex color #CF497D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF497D is #30B682. Grayscale: #767676. Windows color (decimal): -3192451 or 8210895. OLE color: 8210895.
HSL color Cylindrical-coordinate representation of color #CF497D: hue angle of 336.72º 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 #CF497D is Cyan = 0, Magento = 0.65, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 73 | 125 | - |
| CMYK | 0 | 0.65 | 0.40 | 0.19 |
| HSL | 336.72º | 0.58% | 0.55% | - |
| HSV(B) | 336.72º | 0.65% | 0.81% | - |
| XYZ | 31.82 | 19.51 | 21.49 | - |
| YUV | 118.99 | 131.39 | 190.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 73 | 125 | 0 | 0.65 | 0.40 | 0.19 | 336.72 | 0.58 | 0.55 |
| Hex | CF | 49 | 7D | 0 | 41 | 28 | 13 | 151 | 3A | 37 |
| Octal | 317 | 111 | 175 | 0 | 101 | 50 | 23 | 521 | 72 | 67 |
| Binary | 11001111 | 1001001 | 1111101 | 0 | 1000001 | 101000 | 10011 | 101010001 | 111010 | 110111 |
Color Harmonies of #CF497D
Complementary color
Monochromatic Colors of #CF497D
Black with #CF497D
Text Example
Text Example
White with #CF497D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF497D; }
p { color: rgb(207,73,125); }
H1.HeaderClassName
{
color: #CF497D;
}
.AnyTagClassName
{
color: #CF497D;
}
</style>
background-color css
<style>
a { background-color: #CF497D; }
a { background-color: rgb(207,73,125); }
div.DivClassName
{
background-color: #CF497D;
}
.BgClassName
{
background-color: #CF497D;
}
</style>
border-color css
<style>
span { border-color: #CF497D; }
span { border-color: rgb(207,73,125); }
td.TdClassName
{
border-color: #CF497D;
}
.TagClassName
{
border-color: #CF497D;
}
</style>