Shades of Japonica #C7785D
Tints of Japonica #C7785D
RGB
CMYK
RGB Variations
Color information
#C7785D (or 0xC7785D) is known color: Japonica. HEX triplet: C7, 78 and 5D. RGB value is (199,120,93). Sum of RGB (Red+Green+Blue) = 199+120+93=412 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.30% from 412); Green value is 120 (47.27% from 255 or 29.13% from 412); Blue value is 93 (36.72% from 255 or 22.57% from 412); Max value from RGB is 199 - color contains mainly: red. Hex color #C7785D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7785D is #3887A2. Grayscale: #8C8C8C. Windows color (decimal): -3704739 or 6125767. OLE color: 6125767.
HSL color Cylindrical-coordinate representation of color #C7785D: hue angle of 15.28º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C7785D is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 120 | 93 | - |
| CMYK | 0 | 0.40 | 0.53 | 0.22 |
| HSL | 15.28º | 0.49% | 0.57% | - |
| HSV(B) | 15.28º | 0.53% | 0.78% | - |
| XYZ | 32.25 | 26.37 | 13.75 | - |
| YUV | 140.54 | 101.17 | 169.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 120 | 93 | 0 | 0.40 | 0.53 | 0.22 | 15.28 | 0.49 | 0.57 |
| Hex | C7 | 78 | 5D | 0 | 28 | 35 | 16 | F | 31 | 39 |
| Octal | 307 | 170 | 135 | 0 | 50 | 65 | 26 | 17 | 61 | 71 |
| Binary | 11000111 | 1111000 | 1011101 | 0 | 101000 | 110101 | 10110 | 1111 | 110001 | 111001 |
Color Harmonies of #C7785D
Complementary color
Monochromatic Colors of #C7785D
Black with #C7785D
Text Example
Text Example
White with #C7785D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7785D; }
p { color: rgb(199,120,93); }
H1.HeaderClassName
{
color: #C7785D;
}
.AnyTagClassName
{
color: #C7785D;
}
</style>
background-color css
<style>
a { background-color: #C7785D; }
a { background-color: rgb(199,120,93); }
div.DivClassName
{
background-color: #C7785D;
}
.BgClassName
{
background-color: #C7785D;
}
</style>
border-color css
<style>
span { border-color: #C7785D; }
span { border-color: rgb(199,120,93); }
td.TdClassName
{
border-color: #C7785D;
}
.TagClassName
{
border-color: #C7785D;
}
</style>