Shades of Cranberry #CF5A7D
Tints of Cranberry #CF5A7D
RGB
CMYK
RGB Variations
Color information
#CF5A7D (or 0xCF5A7D) is known color: Cranberry. HEX triplet: CF, 5A and 7D. RGB value is (207,90,125). Sum of RGB (Red+Green+Blue) = 207+90+125=422 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.05% from 422); Green value is 90 (35.55% from 255 or 21.33% from 422); Blue value is 125 (49.22% from 255 or 29.62% from 422); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5A7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5A7D is #30A582. Grayscale: #808080. Windows color (decimal): -3188099 or 8215247. OLE color: 8215247.
HSL color Cylindrical-coordinate representation of color #CF5A7D: hue angle of 342.05º 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 #CF5A7D is Cyan = 0, Magento = 0.57, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 90 | 125 | - |
| CMYK | 0 | 0.57 | 0.40 | 0.19 |
| HSL | 342.05º | 0.55% | 0.58% | - |
| HSV(B) | 342.05º | 0.57% | 0.81% | - |
| XYZ | 33.09 | 22.06 | 21.92 | - |
| YUV | 128.97 | 125.76 | 183.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 90 | 125 | 0 | 0.57 | 0.40 | 0.19 | 342.05 | 0.55 | 0.58 |
| Hex | CF | 5A | 7D | 0 | 39 | 28 | 13 | 156 | 37 | 3A |
| Octal | 317 | 132 | 175 | 0 | 71 | 50 | 23 | 526 | 67 | 72 |
| Binary | 11001111 | 1011010 | 1111101 | 0 | 111001 | 101000 | 10011 | 101010110 | 110111 | 111010 |
Color Harmonies of #CF5A7D
Complementary color
Monochromatic Colors of #CF5A7D
Black with #CF5A7D
Text Example
Text Example
White with #CF5A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5A7D; }
p { color: rgb(207,90,125); }
H1.HeaderClassName
{
color: #CF5A7D;
}
.AnyTagClassName
{
color: #CF5A7D;
}
</style>
background-color css
<style>
a { background-color: #CF5A7D; }
a { background-color: rgb(207,90,125); }
div.DivClassName
{
background-color: #CF5A7D;
}
.BgClassName
{
background-color: #CF5A7D;
}
</style>
border-color css
<style>
span { border-color: #CF5A7D; }
span { border-color: rgb(207,90,125); }
td.TdClassName
{
border-color: #CF5A7D;
}
.TagClassName
{
border-color: #CF5A7D;
}
</style>