Shades of Cranberry #CF447B
Tints of Cranberry #CF447B
RGB
CMYK
RGB Variations
Color information
#CF447B (or 0xCF447B) is known color: Cranberry. HEX triplet: CF, 44 and 7B. RGB value is (207,68,123). Sum of RGB (Red+Green+Blue) = 207+68+123=398 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.01% from 398); Green value is 68 (26.95% from 255 or 17.09% from 398); Blue value is 123 (48.44% from 255 or 30.90% from 398); Max value from RGB is 207 - color contains mainly: red. Hex color #CF447B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF447B is #30BB84. Grayscale: #737373. Windows color (decimal): -3193733 or 8078543. OLE color: 8078543.
HSL color Cylindrical-coordinate representation of color #CF447B: hue angle of 336.26º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CF447B is Cyan = 0, Magento = 0.67, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 68 | 123 | - |
| CMYK | 0 | 0.67 | 0.41 | 0.19 |
| HSL | 336.26º | 0.59% | 0.54% | - |
| HSV(B) | 336.26º | 0.67% | 0.81% | - |
| XYZ | 31.37 | 18.83 | 20.72 | - |
| YUV | 115.83 | 132.05 | 193.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 68 | 123 | 0 | 0.67 | 0.41 | 0.19 | 336.26 | 0.59 | 0.54 |
| Hex | CF | 44 | 7B | 0 | 43 | 29 | 13 | 150 | 3B | 36 |
| Octal | 317 | 104 | 173 | 0 | 103 | 51 | 23 | 520 | 73 | 66 |
| Binary | 11001111 | 1000100 | 1111011 | 0 | 1000011 | 101001 | 10011 | 101010000 | 111011 | 110110 |
Color Harmonies of #CF447B
Complementary color
Monochromatic Colors of #CF447B
Black with #CF447B
Text Example
Text Example
White with #CF447B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF447B; }
p { color: rgb(207,68,123); }
H1.HeaderClassName
{
color: #CF447B;
}
.AnyTagClassName
{
color: #CF447B;
}
</style>
background-color css
<style>
a { background-color: #CF447B; }
a { background-color: rgb(207,68,123); }
div.DivClassName
{
background-color: #CF447B;
}
.BgClassName
{
background-color: #CF447B;
}
</style>
border-color css
<style>
span { border-color: #CF447B; }
span { border-color: rgb(207,68,123); }
td.TdClassName
{
border-color: #CF447B;
}
.TagClassName
{
border-color: #CF447B;
}
</style>