Shades of Japonica #C7785C
Tints of Japonica #C7785C
RGB
CMYK
RGB Variations
Color information
#C7785C (or 0xC7785C) is known color: Japonica. HEX triplet: C7, 78 and 5C. RGB value is (199,120,92). Sum of RGB (Red+Green+Blue) = 199+120+92=411 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.42% from 411); Green value is 120 (47.27% from 255 or 29.20% from 411); Blue value is 92 (36.33% from 255 or 22.38% from 411); Max value from RGB is 199 - color contains mainly: red. Hex color #C7785C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7785C is #3887A3. Grayscale: #8C8C8C. Windows color (decimal): -3704740 or 6060231. OLE color: 6060231.
HSL color Cylindrical-coordinate representation of color #C7785C: hue angle of 15.7º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C7785C is Cyan = 0, Magento = 0.40, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 120 | 92 | - |
| CMYK | 0 | 0.40 | 0.54 | 0.22 |
| HSL | 15.7º | 0.49% | 0.57% | - |
| HSV(B) | 15.7º | 0.54% | 0.78% | - |
| XYZ | 32.2 | 26.35 | 13.51 | - |
| YUV | 140.43 | 100.67 | 169.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 120 | 92 | 0 | 0.40 | 0.54 | 0.22 | 15.7 | 0.49 | 0.57 |
| Hex | C7 | 78 | 5C | 0 | 28 | 36 | 16 | 10 | 31 | 39 |
| Octal | 307 | 170 | 134 | 0 | 50 | 66 | 26 | 20 | 61 | 71 |
| Binary | 11000111 | 1111000 | 1011100 | 0 | 101000 | 110110 | 10110 | 10000 | 110001 | 111001 |
Color Harmonies of #C7785C
Complementary color
Monochromatic Colors of #C7785C
Black with #C7785C
Text Example
Text Example
White with #C7785C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7785C; }
p { color: rgb(199,120,92); }
H1.HeaderClassName
{
color: #C7785C;
}
.AnyTagClassName
{
color: #C7785C;
}
</style>
background-color css
<style>
a { background-color: #C7785C; }
a { background-color: rgb(199,120,92); }
div.DivClassName
{
background-color: #C7785C;
}
.BgClassName
{
background-color: #C7785C;
}
</style>
border-color css
<style>
span { border-color: #C7785C; }
span { border-color: rgb(199,120,92); }
td.TdClassName
{
border-color: #C7785C;
}
.TagClassName
{
border-color: #C7785C;
}
</style>