Shades of Cranberry #CF4074
Tints of Cranberry #CF4074
RGB
CMYK
RGB Variations
Color information
#CF4074 (or 0xCF4074) is known color: Cranberry. HEX triplet: CF, 40 and 74. RGB value is (207,64,116). Sum of RGB (Red+Green+Blue) = 207+64+116=387 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.49% from 387); Green value is 64 (25.39% from 255 or 16.54% from 387); Blue value is 116 (45.70% from 255 or 29.97% from 387); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4074 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4074 is #30BF8B. Grayscale: #707070. Windows color (decimal): -3194764 or 7618767. OLE color: 7618767.
HSL color Cylindrical-coordinate representation of color #CF4074: hue angle of 338.18º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF4074 is Cyan = 0, Magento = 0.69, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 64 | 116 | - |
| CMYK | 0 | 0.69 | 0.44 | 0.19 |
| HSL | 338.18º | 0.6% | 0.53% | - |
| HSV(B) | 338.18º | 0.69% | 0.81% | - |
| XYZ | 30.72 | 18.19 | 18.42 | - |
| YUV | 112.69 | 129.88 | 195.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 64 | 116 | 0 | 0.69 | 0.44 | 0.19 | 338.18 | 0.6 | 0.53 |
| Hex | CF | 40 | 74 | 0 | 45 | 2C | 13 | 152 | 3C | 35 |
| Octal | 317 | 100 | 164 | 0 | 105 | 54 | 23 | 522 | 74 | 65 |
| Binary | 11001111 | 1000000 | 1110100 | 0 | 1000101 | 101100 | 10011 | 101010010 | 111100 | 110101 |
Color Harmonies of #CF4074
Complementary color
Monochromatic Colors of #CF4074
Black with #CF4074
Text Example
Text Example
White with #CF4074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4074; }
p { color: rgb(207,64,116); }
H1.HeaderClassName
{
color: #CF4074;
}
.AnyTagClassName
{
color: #CF4074;
}
</style>
background-color css
<style>
a { background-color: #CF4074; }
a { background-color: rgb(207,64,116); }
div.DivClassName
{
background-color: #CF4074;
}
.BgClassName
{
background-color: #CF4074;
}
</style>
border-color css
<style>
span { border-color: #CF4074; }
span { border-color: rgb(207,64,116); }
td.TdClassName
{
border-color: #CF4074;
}
.TagClassName
{
border-color: #CF4074;
}
</style>