Shades of Cranberry #CF4675
Tints of Cranberry #CF4675
RGB
CMYK
RGB Variations
Color information
#CF4675 (or 0xCF4675) is known color: Cranberry. HEX triplet: CF, 46 and 75. RGB value is (207,70,117). Sum of RGB (Red+Green+Blue) = 207+70+117=394 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.54% from 394); Green value is 70 (27.73% from 255 or 17.77% from 394); Blue value is 117 (46.09% from 255 or 29.70% from 394); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4675 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4675 is #30B98A. Grayscale: #747474. Windows color (decimal): -3193227 or 7685839. OLE color: 7685839.
HSL color Cylindrical-coordinate representation of color #CF4675: hue angle of 339.42º 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 #CF4675 is Cyan = 0, Magento = 0.66, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 70 | 117 | - |
| CMYK | 0 | 0.66 | 0.43 | 0.19 |
| HSL | 339.42º | 0.59% | 0.54% | - |
| HSV(B) | 339.42º | 0.66% | 0.81% | - |
| XYZ | 31.13 | 18.93 | 18.84 | - |
| YUV | 116.32 | 128.39 | 192.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 70 | 117 | 0 | 0.66 | 0.43 | 0.19 | 339.42 | 0.59 | 0.54 |
| Hex | CF | 46 | 75 | 0 | 42 | 2B | 13 | 153 | 3B | 36 |
| Octal | 317 | 106 | 165 | 0 | 102 | 53 | 23 | 523 | 73 | 66 |
| Binary | 11001111 | 1000110 | 1110101 | 0 | 1000010 | 101011 | 10011 | 101010011 | 111011 | 110110 |
Color Harmonies of #CF4675
Complementary color
Monochromatic Colors of #CF4675
Black with #CF4675
Text Example
Text Example
White with #CF4675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4675; }
p { color: rgb(207,70,117); }
H1.HeaderClassName
{
color: #CF4675;
}
.AnyTagClassName
{
color: #CF4675;
}
</style>
background-color css
<style>
a { background-color: #CF4675; }
a { background-color: rgb(207,70,117); }
div.DivClassName
{
background-color: #CF4675;
}
.BgClassName
{
background-color: #CF4675;
}
</style>
border-color css
<style>
span { border-color: #CF4675; }
span { border-color: rgb(207,70,117); }
td.TdClassName
{
border-color: #CF4675;
}
.TagClassName
{
border-color: #CF4675;
}
</style>