Shades of Japonica #CF7364
Tints of Japonica #CF7364
RGB
CMYK
RGB Variations
Color information
#CF7364 (or 0xCF7364) is known color: Japonica. HEX triplet: CF, 73 and 64. RGB value is (207,115,100). Sum of RGB (Red+Green+Blue) = 207+115+100=422 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.05% from 422); Green value is 115 (45.31% from 255 or 27.25% from 422); Blue value is 100 (39.45% from 255 or 23.70% from 422); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7364 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7364 is #308C9B. Grayscale: #8C8C8C. Windows color (decimal): -3181724 or 6583247. OLE color: 6583247.
HSL color Cylindrical-coordinate representation of color #CF7364: hue angle of 8.41º 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 #CF7364 is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 115 | 100 | - |
| CMYK | 0 | 0.44 | 0.52 | 0.19 |
| HSL | 8.41º | 0.53% | 0.6% | - |
| HSV(B) | 8.41º | 0.52% | 0.81% | - |
| XYZ | 34.16 | 26.45 | 15.36 | - |
| YUV | 140.8 | 104.98 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 115 | 100 | 0 | 0.44 | 0.52 | 0.19 | 8.41 | 0.53 | 0.6 |
| Hex | CF | 73 | 64 | 0 | 2C | 34 | 13 | 8 | 35 | 3C |
| Octal | 317 | 163 | 144 | 0 | 54 | 64 | 23 | 10 | 65 | 74 |
| Binary | 11001111 | 1110011 | 1100100 | 0 | 101100 | 110100 | 10011 | 1000 | 110101 | 111100 |
Color Harmonies of #CF7364
Complementary color
Monochromatic Colors of #CF7364
Black with #CF7364
Text Example
Text Example
White with #CF7364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7364; }
p { color: rgb(207,115,100); }
H1.HeaderClassName
{
color: #CF7364;
}
.AnyTagClassName
{
color: #CF7364;
}
</style>
background-color css
<style>
a { background-color: #CF7364; }
a { background-color: rgb(207,115,100); }
div.DivClassName
{
background-color: #CF7364;
}
.BgClassName
{
background-color: #CF7364;
}
</style>
border-color css
<style>
span { border-color: #CF7364; }
span { border-color: rgb(207,115,100); }
td.TdClassName
{
border-color: #CF7364;
}
.TagClassName
{
border-color: #CF7364;
}
</style>