Shades of Cranberry #CF5781
Tints of Cranberry #CF5781
RGB
CMYK
RGB Variations
Color information
#CF5781 (or 0xCF5781) is known color: Cranberry. HEX triplet: CF, 57 and 81. RGB value is (207,87,129). Sum of RGB (Red+Green+Blue) = 207+87+129=423 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.94% from 423); Green value is 87 (34.38% from 255 or 20.57% from 423); Blue value is 129 (50.78% from 255 or 30.50% from 423); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5781 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5781 is #30A87E. Grayscale: #7F7F7F. Windows color (decimal): -3188863 or 8476623. OLE color: 8476623.
HSL color Cylindrical-coordinate representation of color #CF5781: hue angle of 339º 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 #CF5781 is Cyan = 0, Magento = 0.58, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 87 | 129 | - |
| CMYK | 0 | 0.58 | 0.38 | 0.19 |
| HSL | 339º | 0.56% | 0.58% | - |
| HSV(B) | 339º | 0.58% | 0.81% | - |
| XYZ | 33.1 | 21.67 | 23.21 | - |
| YUV | 127.67 | 128.76 | 184.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 87 | 129 | 0 | 0.58 | 0.38 | 0.19 | 339 | 0.56 | 0.58 |
| Hex | CF | 57 | 81 | 0 | 3A | 26 | 13 | 153 | 38 | 3A |
| Octal | 317 | 127 | 201 | 0 | 72 | 46 | 23 | 523 | 70 | 72 |
| Binary | 11001111 | 1010111 | 10000001 | 0 | 111010 | 100110 | 10011 | 101010011 | 111000 | 111010 |
Color Harmonies of #CF5781
Complementary color
Monochromatic Colors of #CF5781
Black with #CF5781
Text Example
Text Example
White with #CF5781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5781; }
p { color: rgb(207,87,129); }
H1.HeaderClassName
{
color: #CF5781;
}
.AnyTagClassName
{
color: #CF5781;
}
</style>
background-color css
<style>
a { background-color: #CF5781; }
a { background-color: rgb(207,87,129); }
div.DivClassName
{
background-color: #CF5781;
}
.BgClassName
{
background-color: #CF5781;
}
</style>
border-color css
<style>
span { border-color: #CF5781; }
span { border-color: rgb(207,87,129); }
td.TdClassName
{
border-color: #CF5781;
}
.TagClassName
{
border-color: #CF5781;
}
</style>