Shades of Japonica #CF7861
Tints of Japonica #CF7861
RGB
CMYK
RGB Variations
Color information
#CF7861 (or 0xCF7861) is known color: Japonica. HEX triplet: CF, 78 and 61. RGB value is (207,120,97). Sum of RGB (Red+Green+Blue) = 207+120+97=424 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.82% from 424); Green value is 120 (47.27% from 255 or 28.30% from 424); Blue value is 97 (38.28% from 255 or 22.88% from 424); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7861 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7861 is #30879E. Grayscale: #8F8F8F. Windows color (decimal): -3180447 or 6387919. OLE color: 6387919.
HSL color Cylindrical-coordinate representation of color #CF7861: hue angle of 12.55º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CF7861 is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 120 | 97 | - |
| CMYK | 0 | 0.42 | 0.53 | 0.19 |
| HSL | 12.55º | 0.53% | 0.6% | - |
| HSV(B) | 12.55º | 0.53% | 0.81% | - |
| XYZ | 34.61 | 27.56 | 14.81 | - |
| YUV | 143.39 | 101.82 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 120 | 97 | 0 | 0.42 | 0.53 | 0.19 | 12.55 | 0.53 | 0.6 |
| Hex | CF | 78 | 61 | 0 | 2A | 35 | 13 | D | 35 | 3C |
| Octal | 317 | 170 | 141 | 0 | 52 | 65 | 23 | 15 | 65 | 74 |
| Binary | 11001111 | 1111000 | 1100001 | 0 | 101010 | 110101 | 10011 | 1101 | 110101 | 111100 |
Color Harmonies of #CF7861
Complementary color
Monochromatic Colors of #CF7861
Black with #CF7861
Text Example
Text Example
White with #CF7861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7861; }
p { color: rgb(207,120,97); }
H1.HeaderClassName
{
color: #CF7861;
}
.AnyTagClassName
{
color: #CF7861;
}
</style>
background-color css
<style>
a { background-color: #CF7861; }
a { background-color: rgb(207,120,97); }
div.DivClassName
{
background-color: #CF7861;
}
.BgClassName
{
background-color: #CF7861;
}
</style>
border-color css
<style>
span { border-color: #CF7861; }
span { border-color: rgb(207,120,97); }
td.TdClassName
{
border-color: #CF7861;
}
.TagClassName
{
border-color: #CF7861;
}
</style>