Shades of Cranberry #CF547A
Tints of Cranberry #CF547A
RGB
CMYK
RGB Variations
Color information
#CF547A (or 0xCF547A) is known color: Cranberry. HEX triplet: CF, 54 and 7A. RGB value is (207,84,122). Sum of RGB (Red+Green+Blue) = 207+84+122=413 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.12% from 413); Green value is 84 (33.20% from 255 or 20.34% from 413); Blue value is 122 (48.05% from 255 or 29.54% from 413); Max value from RGB is 207 - color contains mainly: red. Hex color #CF547A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF547A is #30AB85. Grayscale: #7D7D7D. Windows color (decimal): -3189638 or 8017103. OLE color: 8017103.
HSL color Cylindrical-coordinate representation of color #CF547A: hue angle of 341.46º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CF547A is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 84 | 122 | - |
| CMYK | 0 | 0.59 | 0.41 | 0.19 |
| HSL | 341.46º | 0.56% | 0.57% | - |
| HSV(B) | 341.46º | 0.59% | 0.81% | - |
| XYZ | 32.42 | 21.01 | 20.76 | - |
| YUV | 125.11 | 126.25 | 186.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 84 | 122 | 0 | 0.59 | 0.41 | 0.19 | 341.46 | 0.56 | 0.57 |
| Hex | CF | 54 | 7A | 0 | 3B | 29 | 13 | 155 | 38 | 39 |
| Octal | 317 | 124 | 172 | 0 | 73 | 51 | 23 | 525 | 70 | 71 |
| Binary | 11001111 | 1010100 | 1111010 | 0 | 111011 | 101001 | 10011 | 101010101 | 111000 | 111001 |
Color Harmonies of #CF547A
Complementary color
Monochromatic Colors of #CF547A
Black with #CF547A
Text Example
Text Example
White with #CF547A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF547A; }
p { color: rgb(207,84,122); }
H1.HeaderClassName
{
color: #CF547A;
}
.AnyTagClassName
{
color: #CF547A;
}
</style>
background-color css
<style>
a { background-color: #CF547A; }
a { background-color: rgb(207,84,122); }
div.DivClassName
{
background-color: #CF547A;
}
.BgClassName
{
background-color: #CF547A;
}
</style>
border-color css
<style>
span { border-color: #CF547A; }
span { border-color: rgb(207,84,122); }
td.TdClassName
{
border-color: #CF547A;
}
.TagClassName
{
border-color: #CF547A;
}
</style>