Shades of Japonica #CF7059
Tints of Japonica #CF7059
RGB
CMYK
RGB Variations
Color information
#CF7059 (or 0xCF7059) is known color: Japonica. HEX triplet: CF, 70 and 59. RGB value is (207,112,89). Sum of RGB (Red+Green+Blue) = 207+112+89=408 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.74% from 408); Green value is 112 (44.14% from 255 or 27.45% from 408); Blue value is 89 (35.16% from 255 or 21.81% from 408); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7059 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7059 is #308FA6. Grayscale: #898989. Windows color (decimal): -3182503 or 5861583. OLE color: 5861583.
HSL color Cylindrical-coordinate representation of color #CF7059: hue angle of 11.69º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CF7059 is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 112 | 89 | - |
| CMYK | 0 | 0.46 | 0.57 | 0.19 |
| HSL | 11.69º | 0.55% | 0.58% | - |
| HSV(B) | 11.69º | 0.57% | 0.81% | - |
| XYZ | 33.33 | 25.58 | 12.63 | - |
| YUV | 137.78 | 100.47 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 112 | 89 | 0 | 0.46 | 0.57 | 0.19 | 11.69 | 0.55 | 0.58 |
| Hex | CF | 70 | 59 | 0 | 2E | 39 | 13 | C | 37 | 3A |
| Octal | 317 | 160 | 131 | 0 | 56 | 71 | 23 | 14 | 67 | 72 |
| Binary | 11001111 | 1110000 | 1011001 | 0 | 101110 | 111001 | 10011 | 1100 | 110111 | 111010 |
Color Harmonies of #CF7059
Complementary color
Monochromatic Colors of #CF7059
Black with #CF7059
Text Example
Text Example
White with #CF7059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7059; }
p { color: rgb(207,112,89); }
H1.HeaderClassName
{
color: #CF7059;
}
.AnyTagClassName
{
color: #CF7059;
}
</style>
background-color css
<style>
a { background-color: #CF7059; }
a { background-color: rgb(207,112,89); }
div.DivClassName
{
background-color: #CF7059;
}
.BgClassName
{
background-color: #CF7059;
}
</style>
border-color css
<style>
span { border-color: #CF7059; }
span { border-color: rgb(207,112,89); }
td.TdClassName
{
border-color: #CF7059;
}
.TagClassName
{
border-color: #CF7059;
}
</style>