Shades of Japonica #CF7660
Tints of Japonica #CF7660
RGB
CMYK
RGB Variations
Color information
#CF7660 (or 0xCF7660) is known color: Japonica. HEX triplet: CF, 76 and 60. RGB value is (207,118,96). Sum of RGB (Red+Green+Blue) = 207+118+96=421 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.17% from 421); Green value is 118 (46.48% from 255 or 28.03% from 421); Blue value is 96 (37.89% from 255 or 22.80% from 421); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7660 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7660 is #30899F. Grayscale: #8E8E8E. Windows color (decimal): -3180960 or 6321871. OLE color: 6321871.
HSL color Cylindrical-coordinate representation of color #CF7660: hue angle of 11.89º 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 #CF7660 is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 118 | 96 | - |
| CMYK | 0 | 0.43 | 0.54 | 0.19 |
| HSL | 11.89º | 0.54% | 0.59% | - |
| HSV(B) | 11.89º | 0.54% | 0.81% | - |
| XYZ | 34.32 | 27.07 | 14.48 | - |
| YUV | 142.1 | 101.99 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 118 | 96 | 0 | 0.43 | 0.54 | 0.19 | 11.89 | 0.54 | 0.59 |
| Hex | CF | 76 | 60 | 0 | 2B | 36 | 13 | C | 36 | 3B |
| Octal | 317 | 166 | 140 | 0 | 53 | 66 | 23 | 14 | 66 | 73 |
| Binary | 11001111 | 1110110 | 1100000 | 0 | 101011 | 110110 | 10011 | 1100 | 110110 | 111011 |
Color Harmonies of #CF7660
Complementary color
Monochromatic Colors of #CF7660
Black with #CF7660
Text Example
Text Example
White with #CF7660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7660; }
p { color: rgb(207,118,96); }
H1.HeaderClassName
{
color: #CF7660;
}
.AnyTagClassName
{
color: #CF7660;
}
</style>
background-color css
<style>
a { background-color: #CF7660; }
a { background-color: rgb(207,118,96); }
div.DivClassName
{
background-color: #CF7660;
}
.BgClassName
{
background-color: #CF7660;
}
</style>
border-color css
<style>
span { border-color: #CF7660; }
span { border-color: rgb(207,118,96); }
td.TdClassName
{
border-color: #CF7660;
}
.TagClassName
{
border-color: #CF7660;
}
</style>