Shades of Japonica #CF6C59
Tints of Japonica #CF6C59
RGB
CMYK
RGB Variations
Color information
#CF6C59 (or 0xCF6C59) is known color: Japonica. HEX triplet: CF, 6C and 59. RGB value is (207,108,89). Sum of RGB (Red+Green+Blue) = 207+108+89=404 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.24% from 404); Green value is 108 (42.58% from 255 or 26.73% from 404); Blue value is 89 (35.16% from 255 or 22.03% from 404); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6C59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6C59 is #3093A6. Grayscale: #878787. Windows color (decimal): -3183527 or 5860559. OLE color: 5860559.
HSL color Cylindrical-coordinate representation of color #CF6C59: hue angle of 9.66º 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 #CF6C59 is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 108 | 89 | - |
| CMYK | 0 | 0.48 | 0.57 | 0.19 |
| HSL | 9.66º | 0.55% | 0.58% | - |
| HSV(B) | 9.66º | 0.57% | 0.81% | - |
| XYZ | 32.9 | 24.71 | 12.49 | - |
| YUV | 135.44 | 101.8 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 108 | 89 | 0 | 0.48 | 0.57 | 0.19 | 9.66 | 0.55 | 0.58 |
| Hex | CF | 6C | 59 | 0 | 30 | 39 | 13 | A | 37 | 3A |
| Octal | 317 | 154 | 131 | 0 | 60 | 71 | 23 | 12 | 67 | 72 |
| Binary | 11001111 | 1101100 | 1011001 | 0 | 110000 | 111001 | 10011 | 1010 | 110111 | 111010 |
Color Harmonies of #CF6C59
Complementary color
Monochromatic Colors of #CF6C59
Black with #CF6C59
Text Example
Text Example
White with #CF6C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6C59; }
p { color: rgb(207,108,89); }
H1.HeaderClassName
{
color: #CF6C59;
}
.AnyTagClassName
{
color: #CF6C59;
}
</style>
background-color css
<style>
a { background-color: #CF6C59; }
a { background-color: rgb(207,108,89); }
div.DivClassName
{
background-color: #CF6C59;
}
.BgClassName
{
background-color: #CF6C59;
}
</style>
border-color css
<style>
span { border-color: #CF6C59; }
span { border-color: rgb(207,108,89); }
td.TdClassName
{
border-color: #CF6C59;
}
.TagClassName
{
border-color: #CF6C59;
}
</style>