Shades of Japonica #CF6E57
Tints of Japonica #CF6E57
RGB
CMYK
RGB Variations
Color information
#CF6E57 (or 0xCF6E57) is known color: Japonica. HEX triplet: CF, 6E and 57. RGB value is (207,110,87). Sum of RGB (Red+Green+Blue) = 207+110+87=404 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.24% from 404); Green value is 110 (43.36% from 255 or 27.23% from 404); Blue value is 87 (34.38% from 255 or 21.53% from 404); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6E57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6E57 is #3091A8. Grayscale: #888888. Windows color (decimal): -3183017 or 5729999. OLE color: 5729999.
HSL color Cylindrical-coordinate representation of color #CF6E57: hue angle of 11.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 #CF6E57 is Cyan = 0, Magento = 0.47, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 110 | 87 | - |
| CMYK | 0 | 0.47 | 0.58 | 0.19 |
| HSL | 11.5º | 0.56% | 0.58% | - |
| HSV(B) | 11.5º | 0.58% | 0.81% | - |
| XYZ | 33.03 | 25.11 | 12.12 | - |
| YUV | 136.38 | 100.14 | 178.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 110 | 87 | 0 | 0.47 | 0.58 | 0.19 | 11.5 | 0.56 | 0.58 |
| Hex | CF | 6E | 57 | 0 | 2F | 3A | 13 | C | 38 | 3A |
| Octal | 317 | 156 | 127 | 0 | 57 | 72 | 23 | 14 | 70 | 72 |
| Binary | 11001111 | 1101110 | 1010111 | 0 | 101111 | 111010 | 10011 | 1100 | 111000 | 111010 |
Color Harmonies of #CF6E57
Complementary color
Monochromatic Colors of #CF6E57
Black with #CF6E57
Text Example
Text Example
White with #CF6E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6E57; }
p { color: rgb(207,110,87); }
H1.HeaderClassName
{
color: #CF6E57;
}
.AnyTagClassName
{
color: #CF6E57;
}
</style>
background-color css
<style>
a { background-color: #CF6E57; }
a { background-color: rgb(207,110,87); }
div.DivClassName
{
background-color: #CF6E57;
}
.BgClassName
{
background-color: #CF6E57;
}
</style>
border-color css
<style>
span { border-color: #CF6E57; }
span { border-color: rgb(207,110,87); }
td.TdClassName
{
border-color: #CF6E57;
}
.TagClassName
{
border-color: #CF6E57;
}
</style>