Shades of Cranberry #CF477B
Tints of Cranberry #CF477B
RGB
CMYK
RGB Variations
Color information
#CF477B (or 0xCF477B) is known color: Cranberry. HEX triplet: CF, 47 and 7B. RGB value is (207,71,123). Sum of RGB (Red+Green+Blue) = 207+71+123=401 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.62% from 401); Green value is 71 (28.12% from 255 or 17.71% from 401); Blue value is 123 (48.44% from 255 or 30.67% from 401); Max value from RGB is 207 - color contains mainly: red. Hex color #CF477B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF477B is #30B884. Grayscale: #757575. Windows color (decimal): -3192965 or 8079311. OLE color: 8079311.
HSL color Cylindrical-coordinate representation of color #CF477B: hue angle of 337.06º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF477B is Cyan = 0, Magento = 0.66, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 71 | 123 | - |
| CMYK | 0 | 0.66 | 0.41 | 0.19 |
| HSL | 337.06º | 0.59% | 0.55% | - |
| HSV(B) | 337.06º | 0.66% | 0.81% | - |
| XYZ | 31.56 | 19.2 | 20.78 | - |
| YUV | 117.59 | 131.06 | 191.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 71 | 123 | 0 | 0.66 | 0.41 | 0.19 | 337.06 | 0.59 | 0.55 |
| Hex | CF | 47 | 7B | 0 | 42 | 29 | 13 | 151 | 3B | 37 |
| Octal | 317 | 107 | 173 | 0 | 102 | 51 | 23 | 521 | 73 | 67 |
| Binary | 11001111 | 1000111 | 1111011 | 0 | 1000010 | 101001 | 10011 | 101010001 | 111011 | 110111 |
Color Harmonies of #CF477B
Complementary color
Monochromatic Colors of #CF477B
Black with #CF477B
Text Example
Text Example
White with #CF477B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF477B; }
p { color: rgb(207,71,123); }
H1.HeaderClassName
{
color: #CF477B;
}
.AnyTagClassName
{
color: #CF477B;
}
</style>
background-color css
<style>
a { background-color: #CF477B; }
a { background-color: rgb(207,71,123); }
div.DivClassName
{
background-color: #CF477B;
}
.BgClassName
{
background-color: #CF477B;
}
</style>
border-color css
<style>
span { border-color: #CF477B; }
span { border-color: rgb(207,71,123); }
td.TdClassName
{
border-color: #CF477B;
}
.TagClassName
{
border-color: #CF477B;
}
</style>