Shades of Japonica #C4785E
Tints of Japonica #C4785E
RGB
CMYK
RGB Variations
Color information
#C4785E (or 0xC4785E) is known color: Japonica. HEX triplet: C4, 78 and 5E. RGB value is (196,120,94). Sum of RGB (Red+Green+Blue) = 196+120+94=410 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.80% from 410); Green value is 120 (47.27% from 255 or 29.27% from 410); Blue value is 94 (37.11% from 255 or 22.93% from 410); Max value from RGB is 196 - color contains mainly: red. Hex color #C4785E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4785E is #3B87A1. Grayscale: #8B8B8B. Windows color (decimal): -3901346 or 6191300. OLE color: 6191300.
HSL color Cylindrical-coordinate representation of color #C4785E: hue angle of 15.29º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C4785E is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 120 | 94 | - |
| CMYK | 0 | 0.39 | 0.52 | 0.23 |
| HSL | 15.29º | 0.46% | 0.57% | - |
| HSV(B) | 15.29º | 0.52% | 0.77% | - |
| XYZ | 31.5 | 25.98 | 13.94 | - |
| YUV | 139.76 | 102.18 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 120 | 94 | 0 | 0.39 | 0.52 | 0.23 | 15.29 | 0.46 | 0.57 |
| Hex | C4 | 78 | 5E | 0 | 27 | 34 | 17 | F | 2E | 39 |
| Octal | 304 | 170 | 136 | 0 | 47 | 64 | 27 | 17 | 56 | 71 |
| Binary | 11000100 | 1111000 | 1011110 | 0 | 100111 | 110100 | 10111 | 1111 | 101110 | 111001 |
Color Harmonies of #C4785E
Complementary color
Monochromatic Colors of #C4785E
Black with #C4785E
Text Example
Text Example
White with #C4785E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4785E; }
p { color: rgb(196,120,94); }
H1.HeaderClassName
{
color: #C4785E;
}
.AnyTagClassName
{
color: #C4785E;
}
</style>
background-color css
<style>
a { background-color: #C4785E; }
a { background-color: rgb(196,120,94); }
div.DivClassName
{
background-color: #C4785E;
}
.BgClassName
{
background-color: #C4785E;
}
</style>
border-color css
<style>
span { border-color: #C4785E; }
span { border-color: rgb(196,120,94); }
td.TdClassName
{
border-color: #C4785E;
}
.TagClassName
{
border-color: #C4785E;
}
</style>