Shades of Cranberry #CF577E
Tints of Cranberry #CF577E
RGB
CMYK
RGB Variations
Color information
#CF577E (or 0xCF577E) is known color: Cranberry. HEX triplet: CF, 57 and 7E. RGB value is (207,87,126). Sum of RGB (Red+Green+Blue) = 207+87+126=420 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.29% from 420); Green value is 87 (34.38% from 255 or 20.71% from 420); Blue value is 126 (49.61% from 255 or 30% from 420); Max value from RGB is 207 - color contains mainly: red. Hex color #CF577E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF577E is #30A881. Grayscale: #7F7F7F. Windows color (decimal): -3188866 or 8280015. OLE color: 8280015.
HSL color Cylindrical-coordinate representation of color #CF577E: hue angle of 340.5º 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 #CF577E is Cyan = 0, Magento = 0.58, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 87 | 126 | - |
| CMYK | 0 | 0.58 | 0.39 | 0.19 |
| HSL | 340.5º | 0.56% | 0.58% | - |
| HSV(B) | 340.5º | 0.58% | 0.81% | - |
| XYZ | 32.91 | 21.59 | 22.17 | - |
| YUV | 127.33 | 127.26 | 184.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 87 | 126 | 0 | 0.58 | 0.39 | 0.19 | 340.5 | 0.56 | 0.58 |
| Hex | CF | 57 | 7E | 0 | 3A | 27 | 13 | 154 | 38 | 3A |
| Octal | 317 | 127 | 176 | 0 | 72 | 47 | 23 | 524 | 70 | 72 |
| Binary | 11001111 | 1010111 | 1111110 | 0 | 111010 | 100111 | 10011 | 101010100 | 111000 | 111010 |
Color Harmonies of #CF577E
Complementary color
Monochromatic Colors of #CF577E
Black with #CF577E
Text Example
Text Example
White with #CF577E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF577E; }
p { color: rgb(207,87,126); }
H1.HeaderClassName
{
color: #CF577E;
}
.AnyTagClassName
{
color: #CF577E;
}
</style>
background-color css
<style>
a { background-color: #CF577E; }
a { background-color: rgb(207,87,126); }
div.DivClassName
{
background-color: #CF577E;
}
.BgClassName
{
background-color: #CF577E;
}
</style>
border-color css
<style>
span { border-color: #CF577E; }
span { border-color: rgb(207,87,126); }
td.TdClassName
{
border-color: #CF577E;
}
.TagClassName
{
border-color: #CF577E;
}
</style>