Shades of Cranberry #CF4073
Tints of Cranberry #CF4073
RGB
CMYK
RGB Variations
Color information
#CF4073 (or 0xCF4073) is known color: Cranberry. HEX triplet: CF, 40 and 73. RGB value is (207,64,115). Sum of RGB (Red+Green+Blue) = 207+64+115=386 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.63% from 386); Green value is 64 (25.39% from 255 or 16.58% from 386); Blue value is 115 (45.31% from 255 or 29.79% from 386); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4073 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4073 is #30BF8C. Grayscale: #707070. Windows color (decimal): -3194765 or 7553231. OLE color: 7553231.
HSL color Cylindrical-coordinate representation of color #CF4073: hue angle of 338.6º 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 #CF4073 is Cyan = 0, Magento = 0.69, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 64 | 115 | - |
| CMYK | 0 | 0.69 | 0.44 | 0.19 |
| HSL | 338.6º | 0.6% | 0.53% | - |
| HSV(B) | 338.6º | 0.69% | 0.81% | - |
| XYZ | 30.66 | 18.17 | 18.11 | - |
| YUV | 112.57 | 129.38 | 195.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 64 | 115 | 0 | 0.69 | 0.44 | 0.19 | 338.6 | 0.6 | 0.53 |
| Hex | CF | 40 | 73 | 0 | 45 | 2C | 13 | 153 | 3C | 35 |
| Octal | 317 | 100 | 163 | 0 | 105 | 54 | 23 | 523 | 74 | 65 |
| Binary | 11001111 | 1000000 | 1110011 | 0 | 1000101 | 101100 | 10011 | 101010011 | 111100 | 110101 |
Color Harmonies of #CF4073
Complementary color
Monochromatic Colors of #CF4073
Black with #CF4073
Text Example
Text Example
White with #CF4073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4073; }
p { color: rgb(207,64,115); }
H1.HeaderClassName
{
color: #CF4073;
}
.AnyTagClassName
{
color: #CF4073;
}
</style>
background-color css
<style>
a { background-color: #CF4073; }
a { background-color: rgb(207,64,115); }
div.DivClassName
{
background-color: #CF4073;
}
.BgClassName
{
background-color: #CF4073;
}
</style>
border-color css
<style>
span { border-color: #CF4073; }
span { border-color: rgb(207,64,115); }
td.TdClassName
{
border-color: #CF4073;
}
.TagClassName
{
border-color: #CF4073;
}
</style>