Shades of Japonica #CF7057
Tints of Japonica #CF7057
RGB
CMYK
RGB Variations
Color information
#CF7057 (or 0xCF7057) is known color: Japonica. HEX triplet: CF, 70 and 57. RGB value is (207,112,87). Sum of RGB (Red+Green+Blue) = 207+112+87=406 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.99% from 406); Green value is 112 (44.14% from 255 or 27.59% from 406); Blue value is 87 (34.38% from 255 or 21.43% from 406); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7057 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7057 is #308FA8. Grayscale: #898989. Windows color (decimal): -3182505 or 5730511. OLE color: 5730511.
HSL color Cylindrical-coordinate representation of color #CF7057: hue angle of 12.5º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CF7057 is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 112 | 87 | - |
| CMYK | 0 | 0.46 | 0.58 | 0.19 |
| HSL | 12.5º | 0.56% | 0.58% | - |
| HSV(B) | 12.5º | 0.58% | 0.81% | - |
| XYZ | 33.25 | 25.54 | 12.19 | - |
| YUV | 137.56 | 99.47 | 177.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 112 | 87 | 0 | 0.46 | 0.58 | 0.19 | 12.5 | 0.56 | 0.58 |
| Hex | CF | 70 | 57 | 0 | 2E | 3A | 13 | C | 38 | 3A |
| Octal | 317 | 160 | 127 | 0 | 56 | 72 | 23 | 14 | 70 | 72 |
| Binary | 11001111 | 1110000 | 1010111 | 0 | 101110 | 111010 | 10011 | 1100 | 111000 | 111010 |
Color Harmonies of #CF7057
Complementary color
Monochromatic Colors of #CF7057
Black with #CF7057
Text Example
Text Example
White with #CF7057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7057; }
p { color: rgb(207,112,87); }
H1.HeaderClassName
{
color: #CF7057;
}
.AnyTagClassName
{
color: #CF7057;
}
</style>
background-color css
<style>
a { background-color: #CF7057; }
a { background-color: rgb(207,112,87); }
div.DivClassName
{
background-color: #CF7057;
}
.BgClassName
{
background-color: #CF7057;
}
</style>
border-color css
<style>
span { border-color: #CF7057; }
span { border-color: rgb(207,112,87); }
td.TdClassName
{
border-color: #CF7057;
}
.TagClassName
{
border-color: #CF7057;
}
</style>