Shades of Cranberry #CF467F
Tints of Cranberry #CF467F
RGB
CMYK
RGB Variations
Color information
#CF467F (or 0xCF467F) is known color: Cranberry. HEX triplet: CF, 46 and 7F. RGB value is (207,70,127). Sum of RGB (Red+Green+Blue) = 207+70+127=404 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.24% from 404); Green value is 70 (27.73% from 255 or 17.33% from 404); Blue value is 127 (50% from 255 or 31.44% from 404); Max value from RGB is 207 - color contains mainly: red. Hex color #CF467F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF467F is #30B980. Grayscale: #757575. Windows color (decimal): -3193217 or 8341199. OLE color: 8341199.
HSL color Cylindrical-coordinate representation of color #CF467F: hue angle of 335.04º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF467F is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 70 | 127 | - |
| CMYK | 0 | 0.66 | 0.39 | 0.19 |
| HSL | 335.04º | 0.59% | 0.54% | - |
| HSV(B) | 335.04º | 0.66% | 0.81% | - |
| XYZ | 31.75 | 19.18 | 22.11 | - |
| YUV | 117.46 | 133.39 | 191.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 70 | 127 | 0 | 0.66 | 0.39 | 0.19 | 335.04 | 0.59 | 0.54 |
| Hex | CF | 46 | 7F | 0 | 42 | 27 | 13 | 14F | 3B | 36 |
| Octal | 317 | 106 | 177 | 0 | 102 | 47 | 23 | 517 | 73 | 66 |
| Binary | 11001111 | 1000110 | 1111111 | 0 | 1000010 | 100111 | 10011 | 101001111 | 111011 | 110110 |
Color Harmonies of #CF467F
Complementary color
Monochromatic Colors of #CF467F
Black with #CF467F
Text Example
Text Example
White with #CF467F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF467F; }
p { color: rgb(207,70,127); }
H1.HeaderClassName
{
color: #CF467F;
}
.AnyTagClassName
{
color: #CF467F;
}
</style>
background-color css
<style>
a { background-color: #CF467F; }
a { background-color: rgb(207,70,127); }
div.DivClassName
{
background-color: #CF467F;
}
.BgClassName
{
background-color: #CF467F;
}
</style>
border-color css
<style>
span { border-color: #CF467F; }
span { border-color: rgb(207,70,127); }
td.TdClassName
{
border-color: #CF467F;
}
.TagClassName
{
border-color: #CF467F;
}
</style>