Shades of Cranberry #CF4976
Tints of Cranberry #CF4976
RGB
CMYK
RGB Variations
Color information
#CF4976 (or 0xCF4976) is known color: Cranberry. HEX triplet: CF, 49 and 76. RGB value is (207,73,118). Sum of RGB (Red+Green+Blue) = 207+73+118=398 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.01% from 398); Green value is 73 (28.91% from 255 or 18.34% from 398); Blue value is 118 (46.48% from 255 or 29.65% from 398); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4976 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4976 is #30B689. Grayscale: #767676. Windows color (decimal): -3192458 or 7752143. OLE color: 7752143.
HSL color Cylindrical-coordinate representation of color #CF4976: hue angle of 339.85º 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 #CF4976 is Cyan = 0, Magento = 0.65, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 73 | 118 | - |
| CMYK | 0 | 0.65 | 0.43 | 0.19 |
| HSL | 339.85º | 0.58% | 0.55% | - |
| HSV(B) | 339.85º | 0.65% | 0.81% | - |
| XYZ | 31.38 | 19.34 | 19.22 | - |
| YUV | 118.2 | 127.89 | 191.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 73 | 118 | 0 | 0.65 | 0.43 | 0.19 | 339.85 | 0.58 | 0.55 |
| Hex | CF | 49 | 76 | 0 | 41 | 2B | 13 | 154 | 3A | 37 |
| Octal | 317 | 111 | 166 | 0 | 101 | 53 | 23 | 524 | 72 | 67 |
| Binary | 11001111 | 1001001 | 1110110 | 0 | 1000001 | 101011 | 10011 | 101010100 | 111010 | 110111 |
Color Harmonies of #CF4976
Complementary color
Monochromatic Colors of #CF4976
Black with #CF4976
Text Example
Text Example
White with #CF4976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4976; }
p { color: rgb(207,73,118); }
H1.HeaderClassName
{
color: #CF4976;
}
.AnyTagClassName
{
color: #CF4976;
}
</style>
background-color css
<style>
a { background-color: #CF4976; }
a { background-color: rgb(207,73,118); }
div.DivClassName
{
background-color: #CF4976;
}
.BgClassName
{
background-color: #CF4976;
}
</style>
border-color css
<style>
span { border-color: #CF4976; }
span { border-color: rgb(207,73,118); }
td.TdClassName
{
border-color: #CF4976;
}
.TagClassName
{
border-color: #CF4976;
}
</style>