Shades of Cranberry #CF5B7D
Tints of Cranberry #CF5B7D
RGB
CMYK
RGB Variations
Color information
#CF5B7D (or 0xCF5B7D) is known color: Cranberry. HEX triplet: CF, 5B and 7D. RGB value is (207,91,125). Sum of RGB (Red+Green+Blue) = 207+91+125=423 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.94% from 423); Green value is 91 (35.94% from 255 or 21.51% from 423); Blue value is 125 (49.22% from 255 or 29.55% from 423); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5B7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5B7D is #30A482. Grayscale: #818181. Windows color (decimal): -3187843 or 8215503. OLE color: 8215503.
HSL color Cylindrical-coordinate representation of color #CF5B7D: hue angle of 342.41º 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 #CF5B7D is Cyan = 0, Magento = 0.56, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 91 | 125 | - |
| CMYK | 0 | 0.56 | 0.40 | 0.19 |
| HSL | 342.41º | 0.55% | 0.58% | - |
| HSV(B) | 342.41º | 0.56% | 0.81% | - |
| XYZ | 33.17 | 22.23 | 21.94 | - |
| YUV | 129.56 | 125.43 | 183.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 91 | 125 | 0 | 0.56 | 0.40 | 0.19 | 342.41 | 0.55 | 0.58 |
| Hex | CF | 5B | 7D | 0 | 38 | 28 | 13 | 156 | 37 | 3A |
| Octal | 317 | 133 | 175 | 0 | 70 | 50 | 23 | 526 | 67 | 72 |
| Binary | 11001111 | 1011011 | 1111101 | 0 | 111000 | 101000 | 10011 | 101010110 | 110111 | 111010 |
Color Harmonies of #CF5B7D
Complementary color
Monochromatic Colors of #CF5B7D
Black with #CF5B7D
Text Example
Text Example
White with #CF5B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5B7D; }
p { color: rgb(207,91,125); }
H1.HeaderClassName
{
color: #CF5B7D;
}
.AnyTagClassName
{
color: #CF5B7D;
}
</style>
background-color css
<style>
a { background-color: #CF5B7D; }
a { background-color: rgb(207,91,125); }
div.DivClassName
{
background-color: #CF5B7D;
}
.BgClassName
{
background-color: #CF5B7D;
}
</style>
border-color css
<style>
span { border-color: #CF5B7D; }
span { border-color: rgb(207,91,125); }
td.TdClassName
{
border-color: #CF5B7D;
}
.TagClassName
{
border-color: #CF5B7D;
}
</style>