Shades of Cranberry #CF5B80
Tints of Cranberry #CF5B80
RGB
CMYK
RGB Variations
Color information
#CF5B80 (or 0xCF5B80) is known color: Cranberry. HEX triplet: CF, 5B and 80. RGB value is (207,91,128). Sum of RGB (Red+Green+Blue) = 207+91+128=426 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.59% from 426); Green value is 91 (35.94% from 255 or 21.36% from 426); Blue value is 128 (50.39% from 255 or 30.05% from 426); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5B80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5B80 is #30A47F. Grayscale: #818181. Windows color (decimal): -3187840 or 8412111. OLE color: 8412111.
HSL color Cylindrical-coordinate representation of color #CF5B80: hue angle of 340.86º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CF5B80 is Cyan = 0, Magento = 0.56, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 91 | 128 | - |
| CMYK | 0 | 0.56 | 0.38 | 0.19 |
| HSL | 340.86º | 0.55% | 0.58% | - |
| HSV(B) | 340.86º | 0.56% | 0.81% | - |
| XYZ | 33.37 | 22.31 | 22.97 | - |
| YUV | 129.9 | 126.93 | 182.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 91 | 128 | 0 | 0.56 | 0.38 | 0.19 | 340.86 | 0.55 | 0.58 |
| Hex | CF | 5B | 80 | 0 | 38 | 26 | 13 | 155 | 37 | 3A |
| Octal | 317 | 133 | 200 | 0 | 70 | 46 | 23 | 525 | 67 | 72 |
| Binary | 11001111 | 1011011 | 10000000 | 0 | 111000 | 100110 | 10011 | 101010101 | 110111 | 111010 |
Color Harmonies of #CF5B80
Complementary color
Monochromatic Colors of #CF5B80
Black with #CF5B80
Text Example
Text Example
White with #CF5B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5B80; }
p { color: rgb(207,91,128); }
H1.HeaderClassName
{
color: #CF5B80;
}
.AnyTagClassName
{
color: #CF5B80;
}
</style>
background-color css
<style>
a { background-color: #CF5B80; }
a { background-color: rgb(207,91,128); }
div.DivClassName
{
background-color: #CF5B80;
}
.BgClassName
{
background-color: #CF5B80;
}
</style>
border-color css
<style>
span { border-color: #CF5B80; }
span { border-color: rgb(207,91,128); }
td.TdClassName
{
border-color: #CF5B80;
}
.TagClassName
{
border-color: #CF5B80;
}
</style>