Shades of Cranberry #CF5A87
Tints of Cranberry #CF5A87
RGB
CMYK
RGB Variations
Color information
#CF5A87 (or 0xCF5A87) is known color: Cranberry. HEX triplet: CF, 5A and 87. RGB value is (207,90,135). Sum of RGB (Red+Green+Blue) = 207+90+135=432 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.92% from 432); Green value is 90 (35.55% from 255 or 20.83% from 432); Blue value is 135 (53.12% from 255 or 31.25% from 432); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5A87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5A87 is #30A578. Grayscale: #828282. Windows color (decimal): -3188089 or 8870607. OLE color: 8870607.
HSL color Cylindrical-coordinate representation of color #CF5A87: hue angle of 336.92º 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 #CF5A87 is Cyan = 0, Magento = 0.57, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 90 | 135 | - |
| CMYK | 0 | 0.57 | 0.35 | 0.19 |
| HSL | 336.92º | 0.55% | 0.58% | - |
| HSV(B) | 336.92º | 0.57% | 0.81% | - |
| XYZ | 33.76 | 22.33 | 25.45 | - |
| YUV | 130.11 | 130.76 | 182.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 90 | 135 | 0 | 0.57 | 0.35 | 0.19 | 336.92 | 0.55 | 0.58 |
| Hex | CF | 5A | 87 | 0 | 39 | 23 | 13 | 151 | 37 | 3A |
| Octal | 317 | 132 | 207 | 0 | 71 | 43 | 23 | 521 | 67 | 72 |
| Binary | 11001111 | 1011010 | 10000111 | 0 | 111001 | 100011 | 10011 | 101010001 | 110111 | 111010 |
Color Harmonies of #CF5A87
Complementary color
Monochromatic Colors of #CF5A87
Black with #CF5A87
Text Example
Text Example
White with #CF5A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5A87; }
p { color: rgb(207,90,135); }
H1.HeaderClassName
{
color: #CF5A87;
}
.AnyTagClassName
{
color: #CF5A87;
}
</style>
background-color css
<style>
a { background-color: #CF5A87; }
a { background-color: rgb(207,90,135); }
div.DivClassName
{
background-color: #CF5A87;
}
.BgClassName
{
background-color: #CF5A87;
}
</style>
border-color css
<style>
span { border-color: #CF5A87; }
span { border-color: rgb(207,90,135); }
td.TdClassName
{
border-color: #CF5A87;
}
.TagClassName
{
border-color: #CF5A87;
}
</style>