Shades of Cranberry #CF5F80
Tints of Cranberry #CF5F80
RGB
CMYK
RGB Variations
Color information
#CF5F80 (or 0xCF5F80) is known color: Cranberry. HEX triplet: CF, 5F and 80. RGB value is (207,95,128). Sum of RGB (Red+Green+Blue) = 207+95+128=430 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.14% from 430); Green value is 95 (37.5% from 255 or 22.09% from 430); Blue value is 128 (50.39% from 255 or 29.77% from 430); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5F80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5F80 is #30A07F. Grayscale: #848484. Windows color (decimal): -3186816 or 8413135. OLE color: 8413135.
HSL color Cylindrical-coordinate representation of color #CF5F80: hue angle of 342.32º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CF5F80 is Cyan = 0, Magento = 0.54, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 95 | 128 | - |
| CMYK | 0 | 0.54 | 0.38 | 0.19 |
| HSL | 342.32º | 0.54% | 0.59% | - |
| HSV(B) | 342.32º | 0.54% | 0.81% | - |
| XYZ | 33.72 | 23.01 | 23.09 | - |
| YUV | 132.25 | 125.61 | 181.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 95 | 128 | 0 | 0.54 | 0.38 | 0.19 | 342.32 | 0.54 | 0.59 |
| Hex | CF | 5F | 80 | 0 | 36 | 26 | 13 | 156 | 36 | 3B |
| Octal | 317 | 137 | 200 | 0 | 66 | 46 | 23 | 526 | 66 | 73 |
| Binary | 11001111 | 1011111 | 10000000 | 0 | 110110 | 100110 | 10011 | 101010110 | 110110 | 111011 |
Color Harmonies of #CF5F80
Complementary color
Monochromatic Colors of #CF5F80
Black with #CF5F80
Text Example
Text Example
White with #CF5F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5F80; }
p { color: rgb(207,95,128); }
H1.HeaderClassName
{
color: #CF5F80;
}
.AnyTagClassName
{
color: #CF5F80;
}
</style>
background-color css
<style>
a { background-color: #CF5F80; }
a { background-color: rgb(207,95,128); }
div.DivClassName
{
background-color: #CF5F80;
}
.BgClassName
{
background-color: #CF5F80;
}
</style>
border-color css
<style>
span { border-color: #CF5F80; }
span { border-color: rgb(207,95,128); }
td.TdClassName
{
border-color: #CF5F80;
}
.TagClassName
{
border-color: #CF5F80;
}
</style>