Shades of Japonica #CF7863
Tints of Japonica #CF7863
RGB
CMYK
RGB Variations
Color information
#CF7863 (or 0xCF7863) is known color: Japonica. HEX triplet: CF, 78 and 63. RGB value is (207,120,99). Sum of RGB (Red+Green+Blue) = 207+120+99=426 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.59% from 426); Green value is 120 (47.27% from 255 or 28.17% from 426); Blue value is 99 (39.06% from 255 or 23.24% from 426); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7863 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7863 is #30879C. Grayscale: #8F8F8F. Windows color (decimal): -3180445 or 6518991. OLE color: 6518991.
HSL color Cylindrical-coordinate representation of color #CF7863: hue angle of 11.67º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CF7863 is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 120 | 99 | - |
| CMYK | 0 | 0.42 | 0.52 | 0.19 |
| HSL | 11.67º | 0.53% | 0.6% | - |
| HSV(B) | 11.67º | 0.52% | 0.81% | - |
| XYZ | 34.7 | 27.6 | 15.3 | - |
| YUV | 143.62 | 102.82 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 120 | 99 | 0 | 0.42 | 0.52 | 0.19 | 11.67 | 0.53 | 0.6 |
| Hex | CF | 78 | 63 | 0 | 2A | 34 | 13 | C | 35 | 3C |
| Octal | 317 | 170 | 143 | 0 | 52 | 64 | 23 | 14 | 65 | 74 |
| Binary | 11001111 | 1111000 | 1100011 | 0 | 101010 | 110100 | 10011 | 1100 | 110101 | 111100 |
Color Harmonies of #CF7863
Complementary color
Monochromatic Colors of #CF7863
Black with #CF7863
Text Example
Text Example
White with #CF7863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7863; }
p { color: rgb(207,120,99); }
H1.HeaderClassName
{
color: #CF7863;
}
.AnyTagClassName
{
color: #CF7863;
}
</style>
background-color css
<style>
a { background-color: #CF7863; }
a { background-color: rgb(207,120,99); }
div.DivClassName
{
background-color: #CF7863;
}
.BgClassName
{
background-color: #CF7863;
}
</style>
border-color css
<style>
span { border-color: #CF7863; }
span { border-color: rgb(207,120,99); }
td.TdClassName
{
border-color: #CF7863;
}
.TagClassName
{
border-color: #CF7863;
}
</style>