Shades of Cranberry #CF5A86
Tints of Cranberry #CF5A86
RGB
CMYK
RGB Variations
Color information
#CF5A86 (or 0xCF5A86) is known color: Cranberry. HEX triplet: CF, 5A and 86. RGB value is (207,90,134). Sum of RGB (Red+Green+Blue) = 207+90+134=431 (57% of max value = 765). Red value is 207 (81.25% from 255 or 48.03% from 431); Green value is 90 (35.55% from 255 or 20.88% from 431); Blue value is 134 (52.73% from 255 or 31.09% from 431); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5A86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5A86 is #30A579. Grayscale: #818181. Windows color (decimal): -3188090 or 8805071. OLE color: 8805071.
HSL color Cylindrical-coordinate representation of color #CF5A86: hue angle of 337.44º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CF5A86 is Cyan = 0, Magento = 0.57, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 90 | 134 | - |
| CMYK | 0 | 0.57 | 0.35 | 0.19 |
| HSL | 337.44º | 0.55% | 0.58% | - |
| HSV(B) | 337.44º | 0.57% | 0.81% | - |
| XYZ | 33.69 | 22.3 | 25.08 | - |
| YUV | 130 | 130.26 | 182.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 90 | 134 | 0 | 0.57 | 0.35 | 0.19 | 337.44 | 0.55 | 0.58 |
| Hex | CF | 5A | 86 | 0 | 39 | 23 | 13 | 151 | 37 | 3A |
| Octal | 317 | 132 | 206 | 0 | 71 | 43 | 23 | 521 | 67 | 72 |
| Binary | 11001111 | 1011010 | 10000110 | 0 | 111001 | 100011 | 10011 | 101010001 | 110111 | 111010 |
Color Harmonies of #CF5A86
Complementary color
Monochromatic Colors of #CF5A86
Black with #CF5A86
Text Example
Text Example
White with #CF5A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5A86; }
p { color: rgb(207,90,134); }
H1.HeaderClassName
{
color: #CF5A86;
}
.AnyTagClassName
{
color: #CF5A86;
}
</style>
background-color css
<style>
a { background-color: #CF5A86; }
a { background-color: rgb(207,90,134); }
div.DivClassName
{
background-color: #CF5A86;
}
.BgClassName
{
background-color: #CF5A86;
}
</style>
border-color css
<style>
span { border-color: #CF5A86; }
span { border-color: rgb(207,90,134); }
td.TdClassName
{
border-color: #CF5A86;
}
.TagClassName
{
border-color: #CF5A86;
}
</style>