Shades of Japonica #CF7259
Tints of Japonica #CF7259
RGB
CMYK
RGB Variations
Color information
#CF7259 (or 0xCF7259) is known color: Japonica. HEX triplet: CF, 72 and 59. RGB value is (207,114,89). Sum of RGB (Red+Green+Blue) = 207+114+89=410 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.49% from 410); Green value is 114 (44.92% from 255 or 27.80% from 410); Blue value is 89 (35.16% from 255 or 21.71% from 410); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7259 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7259 is #308DA6. Grayscale: #8B8B8B. Windows color (decimal): -3181991 or 5862095. OLE color: 5862095.
HSL color Cylindrical-coordinate representation of color #CF7259: hue angle of 12.71º 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 #CF7259 is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 114 | 89 | - |
| CMYK | 0 | 0.45 | 0.57 | 0.19 |
| HSL | 12.71º | 0.55% | 0.58% | - |
| HSV(B) | 12.71º | 0.57% | 0.81% | - |
| XYZ | 33.55 | 26.02 | 12.71 | - |
| YUV | 138.96 | 99.81 | 176.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 114 | 89 | 0 | 0.45 | 0.57 | 0.19 | 12.71 | 0.55 | 0.58 |
| Hex | CF | 72 | 59 | 0 | 2D | 39 | 13 | D | 37 | 3A |
| Octal | 317 | 162 | 131 | 0 | 55 | 71 | 23 | 15 | 67 | 72 |
| Binary | 11001111 | 1110010 | 1011001 | 0 | 101101 | 111001 | 10011 | 1101 | 110111 | 111010 |
Color Harmonies of #CF7259
Complementary color
Monochromatic Colors of #CF7259
Black with #CF7259
Text Example
Text Example
White with #CF7259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7259; }
p { color: rgb(207,114,89); }
H1.HeaderClassName
{
color: #CF7259;
}
.AnyTagClassName
{
color: #CF7259;
}
</style>
background-color css
<style>
a { background-color: #CF7259; }
a { background-color: rgb(207,114,89); }
div.DivClassName
{
background-color: #CF7259;
}
.BgClassName
{
background-color: #CF7259;
}
</style>
border-color css
<style>
span { border-color: #CF7259; }
span { border-color: rgb(207,114,89); }
td.TdClassName
{
border-color: #CF7259;
}
.TagClassName
{
border-color: #CF7259;
}
</style>