Shades of Japonica #CF6F59
Tints of Japonica #CF6F59
RGB
CMYK
RGB Variations
Color information
#CF6F59 (or 0xCF6F59) is known color: Japonica. HEX triplet: CF, 6F and 59. RGB value is (207,111,89). Sum of RGB (Red+Green+Blue) = 207+111+89=407 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.86% from 407); Green value is 111 (43.75% from 255 or 27.27% from 407); Blue value is 89 (35.16% from 255 or 21.87% from 407); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6F59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6F59 is #3090A6. Grayscale: #898989. Windows color (decimal): -3182759 or 5861327. OLE color: 5861327.
HSL color Cylindrical-coordinate representation of color #CF6F59: hue angle of 11.19º 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 #CF6F59 is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 111 | 89 | - |
| CMYK | 0 | 0.46 | 0.57 | 0.19 |
| HSL | 11.19º | 0.55% | 0.58% | - |
| HSV(B) | 11.19º | 0.57% | 0.81% | - |
| XYZ | 33.22 | 25.36 | 12.59 | - |
| YUV | 137.2 | 100.8 | 177.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 111 | 89 | 0 | 0.46 | 0.57 | 0.19 | 11.19 | 0.55 | 0.58 |
| Hex | CF | 6F | 59 | 0 | 2E | 39 | 13 | B | 37 | 3A |
| Octal | 317 | 157 | 131 | 0 | 56 | 71 | 23 | 13 | 67 | 72 |
| Binary | 11001111 | 1101111 | 1011001 | 0 | 101110 | 111001 | 10011 | 1011 | 110111 | 111010 |
Color Harmonies of #CF6F59
Complementary color
Monochromatic Colors of #CF6F59
Black with #CF6F59
Text Example
Text Example
White with #CF6F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6F59; }
p { color: rgb(207,111,89); }
H1.HeaderClassName
{
color: #CF6F59;
}
.AnyTagClassName
{
color: #CF6F59;
}
</style>
background-color css
<style>
a { background-color: #CF6F59; }
a { background-color: rgb(207,111,89); }
div.DivClassName
{
background-color: #CF6F59;
}
.BgClassName
{
background-color: #CF6F59;
}
</style>
border-color css
<style>
span { border-color: #CF6F59; }
span { border-color: rgb(207,111,89); }
td.TdClassName
{
border-color: #CF6F59;
}
.TagClassName
{
border-color: #CF6F59;
}
</style>