Shades of Cranberry #CF567E
Tints of Cranberry #CF567E
RGB
CMYK
RGB Variations
Color information
#CF567E (or 0xCF567E) is known color: Cranberry. HEX triplet: CF, 56 and 7E. RGB value is (207,86,126). Sum of RGB (Red+Green+Blue) = 207+86+126=419 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.40% from 419); Green value is 86 (33.98% from 255 or 20.53% from 419); Blue value is 126 (49.61% from 255 or 30.07% from 419); Max value from RGB is 207 - color contains mainly: red. Hex color #CF567E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF567E is #30A981. Grayscale: #7E7E7E. Windows color (decimal): -3189122 or 8279759. OLE color: 8279759.
HSL color Cylindrical-coordinate representation of color #CF567E: hue angle of 340.17º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CF567E is Cyan = 0, Magento = 0.58, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 86 | 126 | - |
| CMYK | 0 | 0.58 | 0.39 | 0.19 |
| HSL | 340.17º | 0.56% | 0.57% | - |
| HSV(B) | 340.17º | 0.58% | 0.81% | - |
| XYZ | 32.83 | 21.43 | 22.14 | - |
| YUV | 126.74 | 127.59 | 185.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 86 | 126 | 0 | 0.58 | 0.39 | 0.19 | 340.17 | 0.56 | 0.57 |
| Hex | CF | 56 | 7E | 0 | 3A | 27 | 13 | 154 | 38 | 39 |
| Octal | 317 | 126 | 176 | 0 | 72 | 47 | 23 | 524 | 70 | 71 |
| Binary | 11001111 | 1010110 | 1111110 | 0 | 111010 | 100111 | 10011 | 101010100 | 111000 | 111001 |
Color Harmonies of #CF567E
Complementary color
Monochromatic Colors of #CF567E
Black with #CF567E
Text Example
Text Example
White with #CF567E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF567E; }
p { color: rgb(207,86,126); }
H1.HeaderClassName
{
color: #CF567E;
}
.AnyTagClassName
{
color: #CF567E;
}
</style>
background-color css
<style>
a { background-color: #CF567E; }
a { background-color: rgb(207,86,126); }
div.DivClassName
{
background-color: #CF567E;
}
.BgClassName
{
background-color: #CF567E;
}
</style>
border-color css
<style>
span { border-color: #CF567E; }
span { border-color: rgb(207,86,126); }
td.TdClassName
{
border-color: #CF567E;
}
.TagClassName
{
border-color: #CF567E;
}
</style>