Shades of Cranberry #CF567D
Tints of Cranberry #CF567D
RGB
CMYK
RGB Variations
Color information
#CF567D (or 0xCF567D) is known color: Cranberry. HEX triplet: CF, 56 and 7D. RGB value is (207,86,125). Sum of RGB (Red+Green+Blue) = 207+86+125=418 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.52% from 418); Green value is 86 (33.98% from 255 or 20.57% from 418); Blue value is 125 (49.22% from 255 or 29.90% from 418); Max value from RGB is 207 - color contains mainly: red. Hex color #CF567D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF567D is #30A982. Grayscale: #7E7E7E. Windows color (decimal): -3189123 or 8214223. OLE color: 8214223.
HSL color Cylindrical-coordinate representation of color #CF567D: hue angle of 340.66º 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 #CF567D is Cyan = 0, Magento = 0.58, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 86 | 125 | - |
| CMYK | 0 | 0.58 | 0.40 | 0.19 |
| HSL | 340.66º | 0.56% | 0.57% | - |
| HSV(B) | 340.66º | 0.58% | 0.81% | - |
| XYZ | 32.76 | 21.4 | 21.81 | - |
| YUV | 126.63 | 127.09 | 185.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 86 | 125 | 0 | 0.58 | 0.40 | 0.19 | 340.66 | 0.56 | 0.57 |
| Hex | CF | 56 | 7D | 0 | 3A | 28 | 13 | 155 | 38 | 39 |
| Octal | 317 | 126 | 175 | 0 | 72 | 50 | 23 | 525 | 70 | 71 |
| Binary | 11001111 | 1010110 | 1111101 | 0 | 111010 | 101000 | 10011 | 101010101 | 111000 | 111001 |
Color Harmonies of #CF567D
Complementary color
Monochromatic Colors of #CF567D
Black with #CF567D
Text Example
Text Example
White with #CF567D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF567D; }
p { color: rgb(207,86,125); }
H1.HeaderClassName
{
color: #CF567D;
}
.AnyTagClassName
{
color: #CF567D;
}
</style>
background-color css
<style>
a { background-color: #CF567D; }
a { background-color: rgb(207,86,125); }
div.DivClassName
{
background-color: #CF567D;
}
.BgClassName
{
background-color: #CF567D;
}
</style>
border-color css
<style>
span { border-color: #CF567D; }
span { border-color: rgb(207,86,125); }
td.TdClassName
{
border-color: #CF567D;
}
.TagClassName
{
border-color: #CF567D;
}
</style>