Shades of Japonica #CF7365
Tints of Japonica #CF7365
RGB
CMYK
RGB Variations
Color information
#CF7365 (or 0xCF7365) is known color: Japonica. HEX triplet: CF, 73 and 65. RGB value is (207,115,101). Sum of RGB (Red+Green+Blue) = 207+115+101=423 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.94% from 423); Green value is 115 (45.31% from 255 or 27.19% from 423); Blue value is 101 (39.84% from 255 or 23.88% from 423); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7365 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7365 is #308C9A. Grayscale: #8D8D8D. Windows color (decimal): -3181723 or 6648783. OLE color: 6648783.
HSL color Cylindrical-coordinate representation of color #CF7365: hue angle of 7.92º 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 #CF7365 is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 115 | 101 | - |
| CMYK | 0 | 0.44 | 0.51 | 0.19 |
| HSL | 7.92º | 0.52% | 0.6% | - |
| HSV(B) | 7.92º | 0.51% | 0.81% | - |
| XYZ | 34.21 | 26.47 | 15.62 | - |
| YUV | 140.91 | 105.48 | 175.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 115 | 101 | 0 | 0.44 | 0.51 | 0.19 | 7.92 | 0.52 | 0.6 |
| Hex | CF | 73 | 65 | 0 | 2C | 33 | 13 | 8 | 34 | 3C |
| Octal | 317 | 163 | 145 | 0 | 54 | 63 | 23 | 10 | 64 | 74 |
| Binary | 11001111 | 1110011 | 1100101 | 0 | 101100 | 110011 | 10011 | 1000 | 110100 | 111100 |
Color Harmonies of #CF7365
Complementary color
Monochromatic Colors of #CF7365
Black with #CF7365
Text Example
Text Example
White with #CF7365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7365; }
p { color: rgb(207,115,101); }
H1.HeaderClassName
{
color: #CF7365;
}
.AnyTagClassName
{
color: #CF7365;
}
</style>
background-color css
<style>
a { background-color: #CF7365; }
a { background-color: rgb(207,115,101); }
div.DivClassName
{
background-color: #CF7365;
}
.BgClassName
{
background-color: #CF7365;
}
</style>
border-color css
<style>
span { border-color: #CF7365; }
span { border-color: rgb(207,115,101); }
td.TdClassName
{
border-color: #CF7365;
}
.TagClassName
{
border-color: #CF7365;
}
</style>