Shades of Cranberry #CF5F7B
Tints of Cranberry #CF5F7B
RGB
CMYK
RGB Variations
Color information
#CF5F7B (or 0xCF5F7B) is known color: Cranberry. HEX triplet: CF, 5F and 7B. RGB value is (207,95,123). Sum of RGB (Red+Green+Blue) = 207+95+123=425 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.71% from 425); Green value is 95 (37.5% from 255 or 22.35% from 425); Blue value is 123 (48.44% from 255 or 28.94% from 425); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5F7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5F7B is #30A084. Grayscale: #838383. Windows color (decimal): -3186821 or 8085455. OLE color: 8085455.
HSL color Cylindrical-coordinate representation of color #CF5F7B: hue angle of 345º 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 #CF5F7B is Cyan = 0, Magento = 0.54, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 95 | 123 | - |
| CMYK | 0 | 0.54 | 0.41 | 0.19 |
| HSL | 345º | 0.54% | 0.59% | - |
| HSV(B) | 345º | 0.54% | 0.81% | - |
| XYZ | 33.4 | 22.88 | 21.39 | - |
| YUV | 131.68 | 123.11 | 181.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 95 | 123 | 0 | 0.54 | 0.41 | 0.19 | 345 | 0.54 | 0.59 |
| Hex | CF | 5F | 7B | 0 | 36 | 29 | 13 | 159 | 36 | 3B |
| Octal | 317 | 137 | 173 | 0 | 66 | 51 | 23 | 531 | 66 | 73 |
| Binary | 11001111 | 1011111 | 1111011 | 0 | 110110 | 101001 | 10011 | 101011001 | 110110 | 111011 |
Color Harmonies of #CF5F7B
Complementary color
Monochromatic Colors of #CF5F7B
Black with #CF5F7B
Text Example
Text Example
White with #CF5F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5F7B; }
p { color: rgb(207,95,123); }
H1.HeaderClassName
{
color: #CF5F7B;
}
.AnyTagClassName
{
color: #CF5F7B;
}
</style>
background-color css
<style>
a { background-color: #CF5F7B; }
a { background-color: rgb(207,95,123); }
div.DivClassName
{
background-color: #CF5F7B;
}
.BgClassName
{
background-color: #CF5F7B;
}
</style>
border-color css
<style>
span { border-color: #CF5F7B; }
span { border-color: rgb(207,95,123); }
td.TdClassName
{
border-color: #CF5F7B;
}
.TagClassName
{
border-color: #CF5F7B;
}
</style>