Shades of Japonica #CF7C57
Tints of Japonica #CF7C57
RGB
CMYK
RGB Variations
Color information
#CF7C57 (or 0xCF7C57) is known color: Japonica. HEX triplet: CF, 7C and 57. RGB value is (207,124,87). Sum of RGB (Red+Green+Blue) = 207+124+87=418 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.52% from 418); Green value is 124 (48.83% from 255 or 29.67% from 418); Blue value is 87 (34.38% from 255 or 20.81% from 418); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7C57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7C57 is #3083A8. Grayscale: #909090. Windows color (decimal): -3179433 or 5733583. OLE color: 5733583.
HSL color Cylindrical-coordinate representation of color #CF7C57: hue angle of 18.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 #CF7C57 is Cyan = 0, Magento = 0.40, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 124 | 87 | - |
| CMYK | 0 | 0.40 | 0.58 | 0.19 |
| HSL | 18.5º | 0.56% | 0.58% | - |
| HSV(B) | 18.5º | 0.58% | 0.81% | - |
| XYZ | 34.66 | 28.37 | 12.67 | - |
| YUV | 144.6 | 95.5 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 124 | 87 | 0 | 0.40 | 0.58 | 0.19 | 18.5 | 0.56 | 0.58 |
| Hex | CF | 7C | 57 | 0 | 28 | 3A | 13 | 12 | 38 | 3A |
| Octal | 317 | 174 | 127 | 0 | 50 | 72 | 23 | 22 | 70 | 72 |
| Binary | 11001111 | 1111100 | 1010111 | 0 | 101000 | 111010 | 10011 | 10010 | 111000 | 111010 |
Color Harmonies of #CF7C57
Complementary color
Monochromatic Colors of #CF7C57
Black with #CF7C57
Text Example
Text Example
White with #CF7C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7C57; }
p { color: rgb(207,124,87); }
H1.HeaderClassName
{
color: #CF7C57;
}
.AnyTagClassName
{
color: #CF7C57;
}
</style>
background-color css
<style>
a { background-color: #CF7C57; }
a { background-color: rgb(207,124,87); }
div.DivClassName
{
background-color: #CF7C57;
}
.BgClassName
{
background-color: #CF7C57;
}
</style>
border-color css
<style>
span { border-color: #CF7C57; }
span { border-color: rgb(207,124,87); }
td.TdClassName
{
border-color: #CF7C57;
}
.TagClassName
{
border-color: #CF7C57;
}
</style>