Shades of Cranberry #CF497A
Tints of Cranberry #CF497A
RGB
CMYK
RGB Variations
Color information
#CF497A (or 0xCF497A) is known color: Cranberry. HEX triplet: CF, 49 and 7A. RGB value is (207,73,122). Sum of RGB (Red+Green+Blue) = 207+73+122=402 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.49% from 402); Green value is 73 (28.91% from 255 or 18.16% from 402); Blue value is 122 (48.05% from 255 or 30.35% from 402); Max value from RGB is 207 - color contains mainly: red. Hex color #CF497A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF497A is #30B685. Grayscale: #767676. Windows color (decimal): -3192454 or 8014287. OLE color: 8014287.
HSL color Cylindrical-coordinate representation of color #CF497A: hue angle of 338.06º 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 #CF497A is Cyan = 0, Magento = 0.65, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 73 | 122 | - |
| CMYK | 0 | 0.65 | 0.41 | 0.19 |
| HSL | 338.06º | 0.58% | 0.55% | - |
| HSV(B) | 338.06º | 0.65% | 0.81% | - |
| XYZ | 31.63 | 19.44 | 20.5 | - |
| YUV | 118.65 | 129.89 | 191.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 73 | 122 | 0 | 0.65 | 0.41 | 0.19 | 338.06 | 0.58 | 0.55 |
| Hex | CF | 49 | 7A | 0 | 41 | 29 | 13 | 152 | 3A | 37 |
| Octal | 317 | 111 | 172 | 0 | 101 | 51 | 23 | 522 | 72 | 67 |
| Binary | 11001111 | 1001001 | 1111010 | 0 | 1000001 | 101001 | 10011 | 101010010 | 111010 | 110111 |
Color Harmonies of #CF497A
Complementary color
Monochromatic Colors of #CF497A
Black with #CF497A
Text Example
Text Example
White with #CF497A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF497A; }
p { color: rgb(207,73,122); }
H1.HeaderClassName
{
color: #CF497A;
}
.AnyTagClassName
{
color: #CF497A;
}
</style>
background-color css
<style>
a { background-color: #CF497A; }
a { background-color: rgb(207,73,122); }
div.DivClassName
{
background-color: #CF497A;
}
.BgClassName
{
background-color: #CF497A;
}
</style>
border-color css
<style>
span { border-color: #CF497A; }
span { border-color: rgb(207,73,122); }
td.TdClassName
{
border-color: #CF497A;
}
.TagClassName
{
border-color: #CF497A;
}
</style>