Shades of Cranberry #CF607B
Tints of Cranberry #CF607B
RGB
CMYK
RGB Variations
Color information
#CF607B (or 0xCF607B) is known color: Cranberry. HEX triplet: CF, 60 and 7B. RGB value is (207,96,123). Sum of RGB (Red+Green+Blue) = 207+96+123=426 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.59% from 426); Green value is 96 (37.89% from 255 or 22.54% from 426); Blue value is 123 (48.44% from 255 or 28.87% from 426); Max value from RGB is 207 - color contains mainly: red. Hex color #CF607B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF607B is #309F84. Grayscale: #848484. Windows color (decimal): -3186565 or 8085711. OLE color: 8085711.
HSL color Cylindrical-coordinate representation of color #CF607B: hue angle of 345.41º 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 #CF607B is Cyan = 0, Magento = 0.54, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 96 | 123 | - |
| CMYK | 0 | 0.54 | 0.41 | 0.19 |
| HSL | 345.41º | 0.54% | 0.59% | - |
| HSV(B) | 345.41º | 0.54% | 0.81% | - |
| XYZ | 33.49 | 23.06 | 21.43 | - |
| YUV | 132.27 | 122.77 | 181.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 96 | 123 | 0 | 0.54 | 0.41 | 0.19 | 345.41 | 0.54 | 0.59 |
| Hex | CF | 60 | 7B | 0 | 36 | 29 | 13 | 159 | 36 | 3B |
| Octal | 317 | 140 | 173 | 0 | 66 | 51 | 23 | 531 | 66 | 73 |
| Binary | 11001111 | 1100000 | 1111011 | 0 | 110110 | 101001 | 10011 | 101011001 | 110110 | 111011 |
Color Harmonies of #CF607B
Complementary color
Monochromatic Colors of #CF607B
Black with #CF607B
Text Example
Text Example
White with #CF607B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF607B; }
p { color: rgb(207,96,123); }
H1.HeaderClassName
{
color: #CF607B;
}
.AnyTagClassName
{
color: #CF607B;
}
</style>
background-color css
<style>
a { background-color: #CF607B; }
a { background-color: rgb(207,96,123); }
div.DivClassName
{
background-color: #CF607B;
}
.BgClassName
{
background-color: #CF607B;
}
</style>
border-color css
<style>
span { border-color: #CF607B; }
span { border-color: rgb(207,96,123); }
td.TdClassName
{
border-color: #CF607B;
}
.TagClassName
{
border-color: #CF607B;
}
</style>