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