Shades of Cranberry #CF5F7C
Tints of Cranberry #CF5F7C
RGB
CMYK
RGB Variations
Color information
#CF5F7C (or 0xCF5F7C) is known color: Cranberry. HEX triplet: CF, 5F and 7C. RGB value is (207,95,124). Sum of RGB (Red+Green+Blue) = 207+95+124=426 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.59% from 426); Green value is 95 (37.5% from 255 or 22.30% from 426); Blue value is 124 (48.83% from 255 or 29.11% from 426); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5F7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5F7C is #30A083. Grayscale: #838383. Windows color (decimal): -3186820 or 8150991. OLE color: 8150991.
HSL color Cylindrical-coordinate representation of color #CF5F7C: hue angle of 344.46º 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 #CF5F7C is Cyan = 0, Magento = 0.54, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 95 | 124 | - |
| CMYK | 0 | 0.54 | 0.40 | 0.19 |
| HSL | 344.46º | 0.54% | 0.59% | - |
| HSV(B) | 344.46º | 0.54% | 0.81% | - |
| XYZ | 33.46 | 22.91 | 21.73 | - |
| YUV | 131.79 | 123.61 | 181.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 95 | 124 | 0 | 0.54 | 0.40 | 0.19 | 344.46 | 0.54 | 0.59 |
| Hex | CF | 5F | 7C | 0 | 36 | 28 | 13 | 158 | 36 | 3B |
| Octal | 317 | 137 | 174 | 0 | 66 | 50 | 23 | 530 | 66 | 73 |
| Binary | 11001111 | 1011111 | 1111100 | 0 | 110110 | 101000 | 10011 | 101011000 | 110110 | 111011 |
Color Harmonies of #CF5F7C
Complementary color
Monochromatic Colors of #CF5F7C
Black with #CF5F7C
Text Example
Text Example
White with #CF5F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5F7C; }
p { color: rgb(207,95,124); }
H1.HeaderClassName
{
color: #CF5F7C;
}
.AnyTagClassName
{
color: #CF5F7C;
}
</style>
background-color css
<style>
a { background-color: #CF5F7C; }
a { background-color: rgb(207,95,124); }
div.DivClassName
{
background-color: #CF5F7C;
}
.BgClassName
{
background-color: #CF5F7C;
}
</style>
border-color css
<style>
span { border-color: #CF5F7C; }
span { border-color: rgb(207,95,124); }
td.TdClassName
{
border-color: #CF5F7C;
}
.TagClassName
{
border-color: #CF5F7C;
}
</style>