Shades of Japonica #CF6D59
Tints of Japonica #CF6D59
RGB
CMYK
RGB Variations
Color information
#CF6D59 (or 0xCF6D59) is known color: Japonica. HEX triplet: CF, 6D and 59. RGB value is (207,109,89). Sum of RGB (Red+Green+Blue) = 207+109+89=405 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.11% from 405); Green value is 109 (42.97% from 255 or 26.91% from 405); Blue value is 89 (35.16% from 255 or 21.98% from 405); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6D59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6D59 is #3092A6. Grayscale: #888888. Windows color (decimal): -3183271 or 5860815. OLE color: 5860815.
HSL color Cylindrical-coordinate representation of color #CF6D59: hue angle of 10.17º 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 #CF6D59 is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 109 | 89 | - |
| CMYK | 0 | 0.47 | 0.57 | 0.19 |
| HSL | 10.17º | 0.55% | 0.58% | - |
| HSV(B) | 10.17º | 0.57% | 0.81% | - |
| XYZ | 33 | 24.92 | 12.52 | - |
| YUV | 136.02 | 101.47 | 178.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 109 | 89 | 0 | 0.47 | 0.57 | 0.19 | 10.17 | 0.55 | 0.58 |
| Hex | CF | 6D | 59 | 0 | 2F | 39 | 13 | A | 37 | 3A |
| Octal | 317 | 155 | 131 | 0 | 57 | 71 | 23 | 12 | 67 | 72 |
| Binary | 11001111 | 1101101 | 1011001 | 0 | 101111 | 111001 | 10011 | 1010 | 110111 | 111010 |
Color Harmonies of #CF6D59
Complementary color
Monochromatic Colors of #CF6D59
Black with #CF6D59
Text Example
Text Example
White with #CF6D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6D59; }
p { color: rgb(207,109,89); }
H1.HeaderClassName
{
color: #CF6D59;
}
.AnyTagClassName
{
color: #CF6D59;
}
</style>
background-color css
<style>
a { background-color: #CF6D59; }
a { background-color: rgb(207,109,89); }
div.DivClassName
{
background-color: #CF6D59;
}
.BgClassName
{
background-color: #CF6D59;
}
</style>
border-color css
<style>
span { border-color: #CF6D59; }
span { border-color: rgb(207,109,89); }
td.TdClassName
{
border-color: #CF6D59;
}
.TagClassName
{
border-color: #CF6D59;
}
</style>