Shades of Cranberry #CF5A80
Tints of Cranberry #CF5A80
RGB
CMYK
RGB Variations
Color information
#CF5A80 (or 0xCF5A80) is known color: Cranberry. HEX triplet: CF, 5A and 80. RGB value is (207,90,128). Sum of RGB (Red+Green+Blue) = 207+90+128=425 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.71% from 425); Green value is 90 (35.55% from 255 or 21.18% from 425); Blue value is 128 (50.39% from 255 or 30.12% from 425); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5A80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5A80 is #30A57F. Grayscale: #818181. Windows color (decimal): -3188096 or 8411855. OLE color: 8411855.
HSL color Cylindrical-coordinate representation of color #CF5A80: hue angle of 340.51º 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 #CF5A80 is Cyan = 0, Magento = 0.57, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 90 | 128 | - |
| CMYK | 0 | 0.57 | 0.38 | 0.19 |
| HSL | 340.51º | 0.55% | 0.58% | - |
| HSV(B) | 340.51º | 0.57% | 0.81% | - |
| XYZ | 33.28 | 22.14 | 22.94 | - |
| YUV | 129.32 | 127.26 | 183.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 90 | 128 | 0 | 0.57 | 0.38 | 0.19 | 340.51 | 0.55 | 0.58 |
| Hex | CF | 5A | 80 | 0 | 39 | 26 | 13 | 155 | 37 | 3A |
| Octal | 317 | 132 | 200 | 0 | 71 | 46 | 23 | 525 | 67 | 72 |
| Binary | 11001111 | 1011010 | 10000000 | 0 | 111001 | 100110 | 10011 | 101010101 | 110111 | 111010 |
Color Harmonies of #CF5A80
Complementary color
Monochromatic Colors of #CF5A80
Black with #CF5A80
Text Example
Text Example
White with #CF5A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5A80; }
p { color: rgb(207,90,128); }
H1.HeaderClassName
{
color: #CF5A80;
}
.AnyTagClassName
{
color: #CF5A80;
}
</style>
background-color css
<style>
a { background-color: #CF5A80; }
a { background-color: rgb(207,90,128); }
div.DivClassName
{
background-color: #CF5A80;
}
.BgClassName
{
background-color: #CF5A80;
}
</style>
border-color css
<style>
span { border-color: #CF5A80; }
span { border-color: rgb(207,90,128); }
td.TdClassName
{
border-color: #CF5A80;
}
.TagClassName
{
border-color: #CF5A80;
}
</style>