Shades of Cranberry #CF4774
Tints of Cranberry #CF4774
RGB
CMYK
RGB Variations
Color information
#CF4774 (or 0xCF4774) is known color: Cranberry. HEX triplet: CF, 47 and 74. RGB value is (207,71,116). Sum of RGB (Red+Green+Blue) = 207+71+116=394 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.54% from 394); Green value is 71 (28.12% from 255 or 18.02% from 394); Blue value is 116 (45.70% from 255 or 29.44% from 394); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4774 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4774 is #30B88B. Grayscale: #747474. Windows color (decimal): -3192972 or 7620559. OLE color: 7620559.
HSL color Cylindrical-coordinate representation of color #CF4774: hue angle of 340.15º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF4774 is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 71 | 116 | - |
| CMYK | 0 | 0.66 | 0.44 | 0.19 |
| HSL | 340.15º | 0.59% | 0.55% | - |
| HSV(B) | 340.15º | 0.66% | 0.81% | - |
| XYZ | 31.14 | 19.03 | 18.56 | - |
| YUV | 116.79 | 127.56 | 192.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 71 | 116 | 0 | 0.66 | 0.44 | 0.19 | 340.15 | 0.59 | 0.55 |
| Hex | CF | 47 | 74 | 0 | 42 | 2C | 13 | 154 | 3B | 37 |
| Octal | 317 | 107 | 164 | 0 | 102 | 54 | 23 | 524 | 73 | 67 |
| Binary | 11001111 | 1000111 | 1110100 | 0 | 1000010 | 101100 | 10011 | 101010100 | 111011 | 110111 |
Color Harmonies of #CF4774
Complementary color
Monochromatic Colors of #CF4774
Black with #CF4774
Text Example
Text Example
White with #CF4774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4774; }
p { color: rgb(207,71,116); }
H1.HeaderClassName
{
color: #CF4774;
}
.AnyTagClassName
{
color: #CF4774;
}
</style>
background-color css
<style>
a { background-color: #CF4774; }
a { background-color: rgb(207,71,116); }
div.DivClassName
{
background-color: #CF4774;
}
.BgClassName
{
background-color: #CF4774;
}
</style>
border-color css
<style>
span { border-color: #CF4774; }
span { border-color: rgb(207,71,116); }
td.TdClassName
{
border-color: #CF4774;
}
.TagClassName
{
border-color: #CF4774;
}
</style>