Shades of Cranberry #CF5783
Tints of Cranberry #CF5783
RGB
CMYK
RGB Variations
Color information
#CF5783 (or 0xCF5783) is known color: Cranberry. HEX triplet: CF, 57 and 83. RGB value is (207,87,131). Sum of RGB (Red+Green+Blue) = 207+87+131=425 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.71% from 425); Green value is 87 (34.38% from 255 or 20.47% from 425); Blue value is 131 (51.56% from 255 or 30.82% from 425); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5783 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5783 is #30A87C. Grayscale: #7F7F7F. Windows color (decimal): -3188861 or 8607695. OLE color: 8607695.
HSL color Cylindrical-coordinate representation of color #CF5783: hue angle of 338º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CF5783 is Cyan = 0, Magento = 0.58, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 87 | 131 | - |
| CMYK | 0 | 0.58 | 0.37 | 0.19 |
| HSL | 338º | 0.56% | 0.58% | - |
| HSV(B) | 338º | 0.58% | 0.81% | - |
| XYZ | 33.24 | 21.72 | 23.91 | - |
| YUV | 127.9 | 129.76 | 184.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 87 | 131 | 0 | 0.58 | 0.37 | 0.19 | 338 | 0.56 | 0.58 |
| Hex | CF | 57 | 83 | 0 | 3A | 25 | 13 | 152 | 38 | 3A |
| Octal | 317 | 127 | 203 | 0 | 72 | 45 | 23 | 522 | 70 | 72 |
| Binary | 11001111 | 1010111 | 10000011 | 0 | 111010 | 100101 | 10011 | 101010010 | 111000 | 111010 |
Color Harmonies of #CF5783
Complementary color
Monochromatic Colors of #CF5783
Black with #CF5783
Text Example
Text Example
White with #CF5783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5783; }
p { color: rgb(207,87,131); }
H1.HeaderClassName
{
color: #CF5783;
}
.AnyTagClassName
{
color: #CF5783;
}
</style>
background-color css
<style>
a { background-color: #CF5783; }
a { background-color: rgb(207,87,131); }
div.DivClassName
{
background-color: #CF5783;
}
.BgClassName
{
background-color: #CF5783;
}
</style>
border-color css
<style>
span { border-color: #CF5783; }
span { border-color: rgb(207,87,131); }
td.TdClassName
{
border-color: #CF5783;
}
.TagClassName
{
border-color: #CF5783;
}
</style>