Shades of Japonica #CF7556
Tints of Japonica #CF7556
RGB
CMYK
RGB Variations
Color information
#CF7556 (or 0xCF7556) is known color: Japonica. HEX triplet: CF, 75 and 56. RGB value is (207,117,86). Sum of RGB (Red+Green+Blue) = 207+117+86=410 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.49% from 410); Green value is 117 (46.09% from 255 or 28.54% from 410); Blue value is 86 (33.98% from 255 or 20.98% from 410); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7556 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7556 is #308AA9. Grayscale: #8C8C8C. Windows color (decimal): -3181226 or 5666255. OLE color: 5666255.
HSL color Cylindrical-coordinate representation of color #CF7556: hue angle of 15.37º 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 #CF7556 is Cyan = 0, Magento = 0.43, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 117 | 86 | - |
| CMYK | 0 | 0.43 | 0.58 | 0.19 |
| HSL | 15.37º | 0.56% | 0.57% | - |
| HSV(B) | 15.37º | 0.58% | 0.81% | - |
| XYZ | 33.77 | 26.66 | 12.17 | - |
| YUV | 140.38 | 97.32 | 175.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 117 | 86 | 0 | 0.43 | 0.58 | 0.19 | 15.37 | 0.56 | 0.57 |
| Hex | CF | 75 | 56 | 0 | 2B | 3A | 13 | F | 38 | 39 |
| Octal | 317 | 165 | 126 | 0 | 53 | 72 | 23 | 17 | 70 | 71 |
| Binary | 11001111 | 1110101 | 1010110 | 0 | 101011 | 111010 | 10011 | 1111 | 111000 | 111001 |
Color Harmonies of #CF7556
Complementary color
Monochromatic Colors of #CF7556
Black with #CF7556
Text Example
Text Example
White with #CF7556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7556; }
p { color: rgb(207,117,86); }
H1.HeaderClassName
{
color: #CF7556;
}
.AnyTagClassName
{
color: #CF7556;
}
</style>
background-color css
<style>
a { background-color: #CF7556; }
a { background-color: rgb(207,117,86); }
div.DivClassName
{
background-color: #CF7556;
}
.BgClassName
{
background-color: #CF7556;
}
</style>
border-color css
<style>
span { border-color: #CF7556; }
span { border-color: rgb(207,117,86); }
td.TdClassName
{
border-color: #CF7556;
}
.TagClassName
{
border-color: #CF7556;
}
</style>