Shades of Japonica #C4785D
Tints of Japonica #C4785D
RGB
CMYK
RGB Variations
Color information
#C4785D (or 0xC4785D) is known color: Japonica. HEX triplet: C4, 78 and 5D. RGB value is (196,120,93). Sum of RGB (Red+Green+Blue) = 196+120+93=409 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.92% from 409); Green value is 120 (47.27% from 255 or 29.34% from 409); Blue value is 93 (36.72% from 255 or 22.74% from 409); Max value from RGB is 196 - color contains mainly: red. Hex color #C4785D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4785D is #3B87A2. Grayscale: #8B8B8B. Windows color (decimal): -3901347 or 6125764. OLE color: 6125764.
HSL color Cylindrical-coordinate representation of color #C4785D: hue angle of 15.73º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C4785D is Cyan = 0, Magento = 0.39, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 120 | 93 | - |
| CMYK | 0 | 0.39 | 0.53 | 0.23 |
| HSL | 15.73º | 0.47% | 0.57% | - |
| HSV(B) | 15.73º | 0.53% | 0.77% | - |
| XYZ | 31.46 | 25.96 | 13.71 | - |
| YUV | 139.65 | 101.68 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 120 | 93 | 0 | 0.39 | 0.53 | 0.23 | 15.73 | 0.47 | 0.57 |
| Hex | C4 | 78 | 5D | 0 | 27 | 35 | 17 | 10 | 2F | 39 |
| Octal | 304 | 170 | 135 | 0 | 47 | 65 | 27 | 20 | 57 | 71 |
| Binary | 11000100 | 1111000 | 1011101 | 0 | 100111 | 110101 | 10111 | 10000 | 101111 | 111001 |
Color Harmonies of #C4785D
Complementary color
Monochromatic Colors of #C4785D
Black with #C4785D
Text Example
Text Example
White with #C4785D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4785D; }
p { color: rgb(196,120,93); }
H1.HeaderClassName
{
color: #C4785D;
}
.AnyTagClassName
{
color: #C4785D;
}
</style>
background-color css
<style>
a { background-color: #C4785D; }
a { background-color: rgb(196,120,93); }
div.DivClassName
{
background-color: #C4785D;
}
.BgClassName
{
background-color: #C4785D;
}
</style>
border-color css
<style>
span { border-color: #C4785D; }
span { border-color: rgb(196,120,93); }
td.TdClassName
{
border-color: #C4785D;
}
.TagClassName
{
border-color: #C4785D;
}
</style>