Shades of Cranberry #CF5B7F
Tints of Cranberry #CF5B7F
RGB
CMYK
RGB Variations
Color information
#CF5B7F (or 0xCF5B7F) is known color: Cranberry. HEX triplet: CF, 5B and 7F. RGB value is (207,91,127). Sum of RGB (Red+Green+Blue) = 207+91+127=425 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.71% from 425); Green value is 91 (35.94% from 255 or 21.41% from 425); Blue value is 127 (50% from 255 or 29.88% from 425); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5B7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5B7F is #30A480. Grayscale: #818181. Windows color (decimal): -3187841 or 8346575. OLE color: 8346575.
HSL color Cylindrical-coordinate representation of color #CF5B7F: hue angle of 341.38º 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 #CF5B7F is Cyan = 0, Magento = 0.56, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 91 | 127 | - |
| CMYK | 0 | 0.56 | 0.39 | 0.19 |
| HSL | 341.38º | 0.55% | 0.58% | - |
| HSV(B) | 341.38º | 0.56% | 0.81% | - |
| XYZ | 33.3 | 22.28 | 22.62 | - |
| YUV | 129.79 | 126.43 | 183.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 91 | 127 | 0 | 0.56 | 0.39 | 0.19 | 341.38 | 0.55 | 0.58 |
| Hex | CF | 5B | 7F | 0 | 38 | 27 | 13 | 155 | 37 | 3A |
| Octal | 317 | 133 | 177 | 0 | 70 | 47 | 23 | 525 | 67 | 72 |
| Binary | 11001111 | 1011011 | 1111111 | 0 | 111000 | 100111 | 10011 | 101010101 | 110111 | 111010 |
Color Harmonies of #CF5B7F
Complementary color
Monochromatic Colors of #CF5B7F
Black with #CF5B7F
Text Example
Text Example
White with #CF5B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5B7F; }
p { color: rgb(207,91,127); }
H1.HeaderClassName
{
color: #CF5B7F;
}
.AnyTagClassName
{
color: #CF5B7F;
}
</style>
background-color css
<style>
a { background-color: #CF5B7F; }
a { background-color: rgb(207,91,127); }
div.DivClassName
{
background-color: #CF5B7F;
}
.BgClassName
{
background-color: #CF5B7F;
}
</style>
border-color css
<style>
span { border-color: #CF5B7F; }
span { border-color: rgb(207,91,127); }
td.TdClassName
{
border-color: #CF5B7F;
}
.TagClassName
{
border-color: #CF5B7F;
}
</style>