Shades of Japonica #CF7759
Tints of Japonica #CF7759
RGB
CMYK
RGB Variations
Color information
#CF7759 (or 0xCF7759) is known color: Japonica. HEX triplet: CF, 77 and 59. RGB value is (207,119,89). Sum of RGB (Red+Green+Blue) = 207+119+89=415 (54% of max value = 765). Red value is 207 (81.25% from 255 or 49.88% from 415); Green value is 119 (46.88% from 255 or 28.67% from 415); Blue value is 89 (35.16% from 255 or 21.45% from 415); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7759 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7759 is #3088A6. Grayscale: #8E8E8E. Windows color (decimal): -3180711 or 5863375. OLE color: 5863375.
HSL color Cylindrical-coordinate representation of color #CF7759: hue angle of 15.25º 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 #CF7759 is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 119 | 89 | - |
| CMYK | 0 | 0.43 | 0.57 | 0.19 |
| HSL | 15.25º | 0.55% | 0.58% | - |
| HSV(B) | 15.25º | 0.57% | 0.81% | - |
| XYZ | 34.13 | 27.18 | 12.9 | - |
| YUV | 141.89 | 98.15 | 174.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 119 | 89 | 0 | 0.43 | 0.57 | 0.19 | 15.25 | 0.55 | 0.58 |
| Hex | CF | 77 | 59 | 0 | 2B | 39 | 13 | F | 37 | 3A |
| Octal | 317 | 167 | 131 | 0 | 53 | 71 | 23 | 17 | 67 | 72 |
| Binary | 11001111 | 1110111 | 1011001 | 0 | 101011 | 111001 | 10011 | 1111 | 110111 | 111010 |
Color Harmonies of #CF7759
Complementary color
Monochromatic Colors of #CF7759
Black with #CF7759
Text Example
Text Example
White with #CF7759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7759; }
p { color: rgb(207,119,89); }
H1.HeaderClassName
{
color: #CF7759;
}
.AnyTagClassName
{
color: #CF7759;
}
</style>
background-color css
<style>
a { background-color: #CF7759; }
a { background-color: rgb(207,119,89); }
div.DivClassName
{
background-color: #CF7759;
}
.BgClassName
{
background-color: #CF7759;
}
</style>
border-color css
<style>
span { border-color: #CF7759; }
span { border-color: rgb(207,119,89); }
td.TdClassName
{
border-color: #CF7759;
}
.TagClassName
{
border-color: #CF7759;
}
</style>