Shades of Cranberry #CF6080
Tints of Cranberry #CF6080
RGB
CMYK
RGB Variations
Color information
#CF6080 (or 0xCF6080) is known color: Cranberry. HEX triplet: CF, 60 and 80. RGB value is (207,96,128). Sum of RGB (Red+Green+Blue) = 207+96+128=431 (57% of max value = 765). Red value is 207 (81.25% from 255 or 48.03% from 431); Green value is 96 (37.89% from 255 or 22.27% from 431); Blue value is 128 (50.39% from 255 or 29.70% from 431); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6080 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF6080 is #309F7F. Grayscale: #848484. Windows color (decimal): -3186560 or 8413391. OLE color: 8413391.
HSL color Cylindrical-coordinate representation of color #CF6080: hue angle of 342.7º 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 #CF6080 is Cyan = 0, Magento = 0.54, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 96 | 128 | - |
| CMYK | 0 | 0.54 | 0.38 | 0.19 |
| HSL | 342.7º | 0.54% | 0.59% | - |
| HSV(B) | 342.7º | 0.54% | 0.81% | - |
| XYZ | 33.81 | 23.19 | 23.12 | - |
| YUV | 132.84 | 125.27 | 180.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 96 | 128 | 0 | 0.54 | 0.38 | 0.19 | 342.7 | 0.54 | 0.59 |
| Hex | CF | 60 | 80 | 0 | 36 | 26 | 13 | 157 | 36 | 3B |
| Octal | 317 | 140 | 200 | 0 | 66 | 46 | 23 | 527 | 66 | 73 |
| Binary | 11001111 | 1100000 | 10000000 | 0 | 110110 | 100110 | 10011 | 101010111 | 110110 | 111011 |
Color Harmonies of #CF6080
Complementary color
Monochromatic Colors of #CF6080
Black with #CF6080
Text Example
Text Example
White with #CF6080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6080; }
p { color: rgb(207,96,128); }
H1.HeaderClassName
{
color: #CF6080;
}
.AnyTagClassName
{
color: #CF6080;
}
</style>
background-color css
<style>
a { background-color: #CF6080; }
a { background-color: rgb(207,96,128); }
div.DivClassName
{
background-color: #CF6080;
}
.BgClassName
{
background-color: #CF6080;
}
</style>
border-color css
<style>
span { border-color: #CF6080; }
span { border-color: rgb(207,96,128); }
td.TdClassName
{
border-color: #CF6080;
}
.TagClassName
{
border-color: #CF6080;
}
</style>