Shades of Japonica #CF7051
Tints of Japonica #CF7051
RGB
CMYK
RGB Variations
Color information
#CF7051 (or 0xCF7051) is known color: Japonica. HEX triplet: CF, 70 and 51. RGB value is (207,112,81). Sum of RGB (Red+Green+Blue) = 207+112+81=400 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.75% from 400); Green value is 112 (44.14% from 255 or 28% from 400); Blue value is 81 (32.03% from 255 or 20.25% from 400); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7051 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7051 is #308FAE. Grayscale: #898989. Windows color (decimal): -3182511 or 5337295. OLE color: 5337295.
HSL color Cylindrical-coordinate representation of color #CF7051: hue angle of 14.76º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CF7051 is Cyan = 0, Magento = 0.46, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 112 | 81 | - |
| CMYK | 0 | 0.46 | 0.61 | 0.19 |
| HSL | 14.76º | 0.57% | 0.56% | - |
| HSV(B) | 14.76º | 0.61% | 0.81% | - |
| XYZ | 33.01 | 25.45 | 10.96 | - |
| YUV | 136.87 | 96.47 | 178.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 112 | 81 | 0 | 0.46 | 0.61 | 0.19 | 14.76 | 0.57 | 0.56 |
| Hex | CF | 70 | 51 | 0 | 2E | 3D | 13 | F | 39 | 38 |
| Octal | 317 | 160 | 121 | 0 | 56 | 75 | 23 | 17 | 71 | 70 |
| Binary | 11001111 | 1110000 | 1010001 | 0 | 101110 | 111101 | 10011 | 1111 | 111001 | 111000 |
Color Harmonies of #CF7051
Complementary color
Monochromatic Colors of #CF7051
Black with #CF7051
Text Example
Text Example
White with #CF7051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7051; }
p { color: rgb(207,112,81); }
H1.HeaderClassName
{
color: #CF7051;
}
.AnyTagClassName
{
color: #CF7051;
}
</style>
background-color css
<style>
a { background-color: #CF7051; }
a { background-color: rgb(207,112,81); }
div.DivClassName
{
background-color: #CF7051;
}
.BgClassName
{
background-color: #CF7051;
}
</style>
border-color css
<style>
span { border-color: #CF7051; }
span { border-color: rgb(207,112,81); }
td.TdClassName
{
border-color: #CF7051;
}
.TagClassName
{
border-color: #CF7051;
}
</style>