Shades of Japonica #CF7656
Tints of Japonica #CF7656
RGB
CMYK
RGB Variations
Color information
#CF7656 (or 0xCF7656) is known color: Japonica. HEX triplet: CF, 76 and 56. RGB value is (207,118,86). Sum of RGB (Red+Green+Blue) = 207+118+86=411 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.36% from 411); Green value is 118 (46.48% from 255 or 28.71% from 411); Blue value is 86 (33.98% from 255 or 20.92% from 411); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7656 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7656 is #3089A9. Grayscale: #8D8D8D. Windows color (decimal): -3180970 or 5666511. OLE color: 5666511.
HSL color Cylindrical-coordinate representation of color #CF7656: hue angle of 15.87º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CF7656 is Cyan = 0, Magento = 0.43, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 118 | 86 | - |
| CMYK | 0 | 0.43 | 0.58 | 0.19 |
| HSL | 15.87º | 0.56% | 0.57% | - |
| HSV(B) | 15.87º | 0.58% | 0.81% | - |
| XYZ | 33.89 | 26.89 | 12.21 | - |
| YUV | 140.96 | 96.99 | 175.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 118 | 86 | 0 | 0.43 | 0.58 | 0.19 | 15.87 | 0.56 | 0.57 |
| Hex | CF | 76 | 56 | 0 | 2B | 3A | 13 | 10 | 38 | 39 |
| Octal | 317 | 166 | 126 | 0 | 53 | 72 | 23 | 20 | 70 | 71 |
| Binary | 11001111 | 1110110 | 1010110 | 0 | 101011 | 111010 | 10011 | 10000 | 111000 | 111001 |
Color Harmonies of #CF7656
Complementary color
Monochromatic Colors of #CF7656
Black with #CF7656
Text Example
Text Example
White with #CF7656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7656; }
p { color: rgb(207,118,86); }
H1.HeaderClassName
{
color: #CF7656;
}
.AnyTagClassName
{
color: #CF7656;
}
</style>
background-color css
<style>
a { background-color: #CF7656; }
a { background-color: rgb(207,118,86); }
div.DivClassName
{
background-color: #CF7656;
}
.BgClassName
{
background-color: #CF7656;
}
</style>
border-color css
<style>
span { border-color: #CF7656; }
span { border-color: rgb(207,118,86); }
td.TdClassName
{
border-color: #CF7656;
}
.TagClassName
{
border-color: #CF7656;
}
</style>