Shades of Japonica #CF7465
Tints of Japonica #CF7465
RGB
CMYK
RGB Variations
Color information
#CF7465 (or 0xCF7465) is known color: Japonica. HEX triplet: CF, 74 and 65. RGB value is (207,116,101). Sum of RGB (Red+Green+Blue) = 207+116+101=424 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.82% from 424); Green value is 116 (45.70% from 255 or 27.36% from 424); Blue value is 101 (39.84% from 255 or 23.82% from 424); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7465 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7465 is #308B9A. Grayscale: #8D8D8D. Windows color (decimal): -3181467 or 6649039. OLE color: 6649039.
HSL color Cylindrical-coordinate representation of color #CF7465: hue angle of 8.49º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CF7465 is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 116 | 101 | - |
| CMYK | 0 | 0.44 | 0.51 | 0.19 |
| HSL | 8.49º | 0.52% | 0.6% | - |
| HSV(B) | 8.49º | 0.51% | 0.81% | - |
| XYZ | 34.33 | 26.7 | 15.66 | - |
| YUV | 141.5 | 105.15 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 116 | 101 | 0 | 0.44 | 0.51 | 0.19 | 8.49 | 0.52 | 0.6 |
| Hex | CF | 74 | 65 | 0 | 2C | 33 | 13 | 8 | 34 | 3C |
| Octal | 317 | 164 | 145 | 0 | 54 | 63 | 23 | 10 | 64 | 74 |
| Binary | 11001111 | 1110100 | 1100101 | 0 | 101100 | 110011 | 10011 | 1000 | 110100 | 111100 |
Color Harmonies of #CF7465
Complementary color
Monochromatic Colors of #CF7465
Black with #CF7465
Text Example
Text Example
White with #CF7465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7465; }
p { color: rgb(207,116,101); }
H1.HeaderClassName
{
color: #CF7465;
}
.AnyTagClassName
{
color: #CF7465;
}
</style>
background-color css
<style>
a { background-color: #CF7465; }
a { background-color: rgb(207,116,101); }
div.DivClassName
{
background-color: #CF7465;
}
.BgClassName
{
background-color: #CF7465;
}
</style>
border-color css
<style>
span { border-color: #CF7465; }
span { border-color: rgb(207,116,101); }
td.TdClassName
{
border-color: #CF7465;
}
.TagClassName
{
border-color: #CF7465;
}
</style>