Shades of Cranberry #CF5B85
Tints of Cranberry #CF5B85
RGB
CMYK
RGB Variations
Color information
#CF5B85 (or 0xCF5B85) is known color: Cranberry. HEX triplet: CF, 5B and 85. RGB value is (207,91,133). Sum of RGB (Red+Green+Blue) = 207+91+133=431 (57% of max value = 765). Red value is 207 (81.25% from 255 or 48.03% from 431); Green value is 91 (35.94% from 255 or 21.11% from 431); Blue value is 133 (52.34% from 255 or 30.86% from 431); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5B85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5B85 is #30A47A. Grayscale: #828282. Windows color (decimal): -3187835 or 8739791. OLE color: 8739791.
HSL color Cylindrical-coordinate representation of color #CF5B85: hue angle of 338.28º 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 #CF5B85 is Cyan = 0, Magento = 0.56, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 91 | 133 | - |
| CMYK | 0 | 0.56 | 0.36 | 0.19 |
| HSL | 338.28º | 0.55% | 0.58% | - |
| HSV(B) | 338.28º | 0.56% | 0.81% | - |
| XYZ | 33.71 | 22.44 | 24.75 | - |
| YUV | 130.47 | 129.43 | 182.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 91 | 133 | 0 | 0.56 | 0.36 | 0.19 | 338.28 | 0.55 | 0.58 |
| Hex | CF | 5B | 85 | 0 | 38 | 24 | 13 | 152 | 37 | 3A |
| Octal | 317 | 133 | 205 | 0 | 70 | 44 | 23 | 522 | 67 | 72 |
| Binary | 11001111 | 1011011 | 10000101 | 0 | 111000 | 100100 | 10011 | 101010010 | 110111 | 111010 |
Color Harmonies of #CF5B85
Complementary color
Monochromatic Colors of #CF5B85
Black with #CF5B85
Text Example
Text Example
White with #CF5B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5B85; }
p { color: rgb(207,91,133); }
H1.HeaderClassName
{
color: #CF5B85;
}
.AnyTagClassName
{
color: #CF5B85;
}
</style>
background-color css
<style>
a { background-color: #CF5B85; }
a { background-color: rgb(207,91,133); }
div.DivClassName
{
background-color: #CF5B85;
}
.BgClassName
{
background-color: #CF5B85;
}
</style>
border-color css
<style>
span { border-color: #CF5B85; }
span { border-color: rgb(207,91,133); }
td.TdClassName
{
border-color: #CF5B85;
}
.TagClassName
{
border-color: #CF5B85;
}
</style>