Shades of Cranberry #CF607F
Tints of Cranberry #CF607F
RGB
CMYK
RGB Variations
Color information
#CF607F (or 0xCF607F) is known color: Cranberry. HEX triplet: CF, 60 and 7F. RGB value is (207,96,127). Sum of RGB (Red+Green+Blue) = 207+96+127=430 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.14% from 430); Green value is 96 (37.89% from 255 or 22.33% from 430); Blue value is 127 (50% from 255 or 29.53% from 430); Max value from RGB is 207 - color contains mainly: red. Hex color #CF607F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF607F is #309F80. Grayscale: #848484. Windows color (decimal): -3186561 or 8347855. OLE color: 8347855.
HSL color Cylindrical-coordinate representation of color #CF607F: hue angle of 343.24º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CF607F is Cyan = 0, Magento = 0.54, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 96 | 127 | - |
| CMYK | 0 | 0.54 | 0.39 | 0.19 |
| HSL | 343.24º | 0.54% | 0.59% | - |
| HSV(B) | 343.24º | 0.54% | 0.81% | - |
| XYZ | 33.75 | 23.16 | 22.77 | - |
| YUV | 132.72 | 124.77 | 180.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 96 | 127 | 0 | 0.54 | 0.39 | 0.19 | 343.24 | 0.54 | 0.59 |
| Hex | CF | 60 | 7F | 0 | 36 | 27 | 13 | 157 | 36 | 3B |
| Octal | 317 | 140 | 177 | 0 | 66 | 47 | 23 | 527 | 66 | 73 |
| Binary | 11001111 | 1100000 | 1111111 | 0 | 110110 | 100111 | 10011 | 101010111 | 110110 | 111011 |
Color Harmonies of #CF607F
Complementary color
Monochromatic Colors of #CF607F
Black with #CF607F
Text Example
Text Example
White with #CF607F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF607F; }
p { color: rgb(207,96,127); }
H1.HeaderClassName
{
color: #CF607F;
}
.AnyTagClassName
{
color: #CF607F;
}
</style>
background-color css
<style>
a { background-color: #CF607F; }
a { background-color: rgb(207,96,127); }
div.DivClassName
{
background-color: #CF607F;
}
.BgClassName
{
background-color: #CF607F;
}
</style>
border-color css
<style>
span { border-color: #CF607F; }
span { border-color: rgb(207,96,127); }
td.TdClassName
{
border-color: #CF607F;
}
.TagClassName
{
border-color: #CF607F;
}
</style>