Shades of Cranberry #CF4176
Tints of Cranberry #CF4176
RGB
CMYK
RGB Variations
Color information
#CF4176 (or 0xCF4176) is known color: Cranberry. HEX triplet: CF, 41 and 76. RGB value is (207,65,118). Sum of RGB (Red+Green+Blue) = 207+65+118=390 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.08% from 390); Green value is 65 (25.78% from 255 or 16.67% from 390); Blue value is 118 (46.48% from 255 or 30.26% from 390); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4176 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4176 is #30BE89. Grayscale: #717171. Windows color (decimal): -3194506 or 7750095. OLE color: 7750095.
HSL color Cylindrical-coordinate representation of color #CF4176: hue angle of 337.61º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF4176 is Cyan = 0, Magento = 0.69, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 65 | 118 | - |
| CMYK | 0 | 0.69 | 0.43 | 0.19 |
| HSL | 337.61º | 0.6% | 0.53% | - |
| HSV(B) | 337.61º | 0.69% | 0.81% | - |
| XYZ | 30.89 | 18.35 | 19.05 | - |
| YUV | 113.5 | 130.54 | 194.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 65 | 118 | 0 | 0.69 | 0.43 | 0.19 | 337.61 | 0.6 | 0.53 |
| Hex | CF | 41 | 76 | 0 | 45 | 2B | 13 | 152 | 3C | 35 |
| Octal | 317 | 101 | 166 | 0 | 105 | 53 | 23 | 522 | 74 | 65 |
| Binary | 11001111 | 1000001 | 1110110 | 0 | 1000101 | 101011 | 10011 | 101010010 | 111100 | 110101 |
Color Harmonies of #CF4176
Complementary color
Monochromatic Colors of #CF4176
Black with #CF4176
Text Example
Text Example
White with #CF4176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4176; }
p { color: rgb(207,65,118); }
H1.HeaderClassName
{
color: #CF4176;
}
.AnyTagClassName
{
color: #CF4176;
}
</style>
background-color css
<style>
a { background-color: #CF4176; }
a { background-color: rgb(207,65,118); }
div.DivClassName
{
background-color: #CF4176;
}
.BgClassName
{
background-color: #CF4176;
}
</style>
border-color css
<style>
span { border-color: #CF4176; }
span { border-color: rgb(207,65,118); }
td.TdClassName
{
border-color: #CF4176;
}
.TagClassName
{
border-color: #CF4176;
}
</style>