Shades of Cranberry #CF5A83
Tints of Cranberry #CF5A83
RGB
CMYK
RGB Variations
Color information
#CF5A83 (or 0xCF5A83) is known color: Cranberry. HEX triplet: CF, 5A and 83. RGB value is (207,90,131). Sum of RGB (Red+Green+Blue) = 207+90+131=428 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.36% from 428); Green value is 90 (35.55% from 255 or 21.03% from 428); Blue value is 131 (51.56% from 255 or 30.61% from 428); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5A83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5A83 is #30A57C. Grayscale: #818181. Windows color (decimal): -3188093 or 8608463. OLE color: 8608463.
HSL color Cylindrical-coordinate representation of color #CF5A83: hue angle of 338.97º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CF5A83 is Cyan = 0, Magento = 0.57, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 90 | 131 | - |
| CMYK | 0 | 0.57 | 0.37 | 0.19 |
| HSL | 338.97º | 0.55% | 0.58% | - |
| HSV(B) | 338.97º | 0.57% | 0.81% | - |
| XYZ | 33.49 | 22.22 | 24 | - |
| YUV | 129.66 | 128.76 | 183.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 90 | 131 | 0 | 0.57 | 0.37 | 0.19 | 338.97 | 0.55 | 0.58 |
| Hex | CF | 5A | 83 | 0 | 39 | 25 | 13 | 153 | 37 | 3A |
| Octal | 317 | 132 | 203 | 0 | 71 | 45 | 23 | 523 | 67 | 72 |
| Binary | 11001111 | 1011010 | 10000011 | 0 | 111001 | 100101 | 10011 | 101010011 | 110111 | 111010 |
Color Harmonies of #CF5A83
Complementary color
Monochromatic Colors of #CF5A83
Black with #CF5A83
Text Example
Text Example
White with #CF5A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5A83; }
p { color: rgb(207,90,131); }
H1.HeaderClassName
{
color: #CF5A83;
}
.AnyTagClassName
{
color: #CF5A83;
}
</style>
background-color css
<style>
a { background-color: #CF5A83; }
a { background-color: rgb(207,90,131); }
div.DivClassName
{
background-color: #CF5A83;
}
.BgClassName
{
background-color: #CF5A83;
}
</style>
border-color css
<style>
span { border-color: #CF5A83; }
span { border-color: rgb(207,90,131); }
td.TdClassName
{
border-color: #CF5A83;
}
.TagClassName
{
border-color: #CF5A83;
}
</style>