Shades of Cranberry #CF4A77
Tints of Cranberry #CF4A77
RGB
CMYK
RGB Variations
Color information
#CF4A77 (or 0xCF4A77) is known color: Cranberry. HEX triplet: CF, 4A and 77. RGB value is (207,74,119). Sum of RGB (Red+Green+Blue) = 207+74+119=400 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.75% from 400); Green value is 74 (29.30% from 255 or 18.5% from 400); Blue value is 119 (46.88% from 255 or 29.75% from 400); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4A77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4A77 is #30B588. Grayscale: #767676. Windows color (decimal): -3192201 or 7817935. OLE color: 7817935.
HSL color Cylindrical-coordinate representation of color #CF4A77: hue angle of 339.7º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CF4A77 is Cyan = 0, Magento = 0.64, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 74 | 119 | - |
| CMYK | 0 | 0.64 | 0.43 | 0.19 |
| HSL | 339.7º | 0.58% | 0.55% | - |
| HSV(B) | 339.7º | 0.64% | 0.81% | - |
| XYZ | 31.51 | 19.49 | 19.55 | - |
| YUV | 118.9 | 128.06 | 190.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 74 | 119 | 0 | 0.64 | 0.43 | 0.19 | 339.7 | 0.58 | 0.55 |
| Hex | CF | 4A | 77 | 0 | 40 | 2B | 13 | 154 | 3A | 37 |
| Octal | 317 | 112 | 167 | 0 | 100 | 53 | 23 | 524 | 72 | 67 |
| Binary | 11001111 | 1001010 | 1110111 | 0 | 1000000 | 101011 | 10011 | 101010100 | 111010 | 110111 |
Color Harmonies of #CF4A77
Complementary color
Monochromatic Colors of #CF4A77
Black with #CF4A77
Text Example
Text Example
White with #CF4A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4A77; }
p { color: rgb(207,74,119); }
H1.HeaderClassName
{
color: #CF4A77;
}
.AnyTagClassName
{
color: #CF4A77;
}
</style>
background-color css
<style>
a { background-color: #CF4A77; }
a { background-color: rgb(207,74,119); }
div.DivClassName
{
background-color: #CF4A77;
}
.BgClassName
{
background-color: #CF4A77;
}
</style>
border-color css
<style>
span { border-color: #CF4A77; }
span { border-color: rgb(207,74,119); }
td.TdClassName
{
border-color: #CF4A77;
}
.TagClassName
{
border-color: #CF4A77;
}
</style>