Shades of Japonica #CF7560
Tints of Japonica #CF7560
RGB
CMYK
RGB Variations
Color information
#CF7560 (or 0xCF7560) is known color: Japonica. HEX triplet: CF, 75 and 60. RGB value is (207,117,96). Sum of RGB (Red+Green+Blue) = 207+117+96=420 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.29% from 420); Green value is 117 (46.09% from 255 or 27.86% from 420); Blue value is 96 (37.89% from 255 or 22.86% from 420); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7560 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7560 is #308A9F. Grayscale: #8D8D8D. Windows color (decimal): -3181216 or 6321615. OLE color: 6321615.
HSL color Cylindrical-coordinate representation of color #CF7560: hue angle of 11.35º 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 #CF7560 is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 117 | 96 | - |
| CMYK | 0 | 0.43 | 0.54 | 0.19 |
| HSL | 11.35º | 0.54% | 0.59% | - |
| HSV(B) | 11.35º | 0.54% | 0.81% | - |
| XYZ | 34.2 | 26.83 | 14.44 | - |
| YUV | 141.52 | 102.32 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 117 | 96 | 0 | 0.43 | 0.54 | 0.19 | 11.35 | 0.54 | 0.59 |
| Hex | CF | 75 | 60 | 0 | 2B | 36 | 13 | B | 36 | 3B |
| Octal | 317 | 165 | 140 | 0 | 53 | 66 | 23 | 13 | 66 | 73 |
| Binary | 11001111 | 1110101 | 1100000 | 0 | 101011 | 110110 | 10011 | 1011 | 110110 | 111011 |
Color Harmonies of #CF7560
Complementary color
Monochromatic Colors of #CF7560
Black with #CF7560
Text Example
Text Example
White with #CF7560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7560; }
p { color: rgb(207,117,96); }
H1.HeaderClassName
{
color: #CF7560;
}
.AnyTagClassName
{
color: #CF7560;
}
</style>
background-color css
<style>
a { background-color: #CF7560; }
a { background-color: rgb(207,117,96); }
div.DivClassName
{
background-color: #CF7560;
}
.BgClassName
{
background-color: #CF7560;
}
</style>
border-color css
<style>
span { border-color: #CF7560; }
span { border-color: rgb(207,117,96); }
td.TdClassName
{
border-color: #CF7560;
}
.TagClassName
{
border-color: #CF7560;
}
</style>