Shades of Japonica #CF7760
Tints of Japonica #CF7760
RGB
CMYK
RGB Variations
Color information
#CF7760 (or 0xCF7760) is known color: Japonica. HEX triplet: CF, 77 and 60. RGB value is (207,119,96). Sum of RGB (Red+Green+Blue) = 207+119+96=422 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.05% from 422); Green value is 119 (46.88% from 255 or 28.20% from 422); Blue value is 96 (37.89% from 255 or 22.75% from 422); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7760 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7760 is #30889F. Grayscale: #8E8E8E. Windows color (decimal): -3180704 or 6322127. OLE color: 6322127.
HSL color Cylindrical-coordinate representation of color #CF7760: hue angle of 12.43º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CF7760 is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 119 | 96 | - |
| CMYK | 0 | 0.43 | 0.54 | 0.19 |
| HSL | 12.43º | 0.54% | 0.59% | - |
| HSV(B) | 12.43º | 0.54% | 0.81% | - |
| XYZ | 34.44 | 27.3 | 14.52 | - |
| YUV | 142.69 | 101.65 | 173.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 119 | 96 | 0 | 0.43 | 0.54 | 0.19 | 12.43 | 0.54 | 0.59 |
| Hex | CF | 77 | 60 | 0 | 2B | 36 | 13 | C | 36 | 3B |
| Octal | 317 | 167 | 140 | 0 | 53 | 66 | 23 | 14 | 66 | 73 |
| Binary | 11001111 | 1110111 | 1100000 | 0 | 101011 | 110110 | 10011 | 1100 | 110110 | 111011 |
Color Harmonies of #CF7760
Complementary color
Monochromatic Colors of #CF7760
Black with #CF7760
Text Example
Text Example
White with #CF7760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7760; }
p { color: rgb(207,119,96); }
H1.HeaderClassName
{
color: #CF7760;
}
.AnyTagClassName
{
color: #CF7760;
}
</style>
background-color css
<style>
a { background-color: #CF7760; }
a { background-color: rgb(207,119,96); }
div.DivClassName
{
background-color: #CF7760;
}
.BgClassName
{
background-color: #CF7760;
}
</style>
border-color css
<style>
span { border-color: #CF7760; }
span { border-color: rgb(207,119,96); }
td.TdClassName
{
border-color: #CF7760;
}
.TagClassName
{
border-color: #CF7760;
}
</style>