Shades of Japonica #C9785A
Tints of Japonica #C9785A
RGB
CMYK
RGB Variations
Color information
#C9785A (or 0xC9785A) is known color: Japonica. HEX triplet: C9, 78 and 5A. RGB value is (201,120,90). Sum of RGB (Red+Green+Blue) = 201+120+90=411 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.91% from 411); Green value is 120 (47.27% from 255 or 29.20% from 411); Blue value is 90 (35.55% from 255 or 21.90% from 411); Max value from RGB is 201 - color contains mainly: red. Hex color #C9785A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9785A is #3687A5. Grayscale: #8D8D8D. Windows color (decimal): -3573670 or 5929161. OLE color: 5929161.
HSL color Cylindrical-coordinate representation of color #C9785A: hue angle of 16.22º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C9785A is Cyan = 0, Magento = 0.40, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 120 | 90 | - |
| CMYK | 0 | 0.40 | 0.55 | 0.21 |
| HSL | 16.22º | 0.51% | 0.57% | - |
| HSV(B) | 16.22º | 0.55% | 0.79% | - |
| XYZ | 32.65 | 26.59 | 13.08 | - |
| YUV | 140.8 | 99.34 | 170.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 120 | 90 | 0 | 0.40 | 0.55 | 0.21 | 16.22 | 0.51 | 0.57 |
| Hex | C9 | 78 | 5A | 0 | 28 | 37 | 15 | 10 | 33 | 39 |
| Octal | 311 | 170 | 132 | 0 | 50 | 67 | 25 | 20 | 63 | 71 |
| Binary | 11001001 | 1111000 | 1011010 | 0 | 101000 | 110111 | 10101 | 10000 | 110011 | 111001 |
Color Harmonies of #C9785A
Complementary color
Monochromatic Colors of #C9785A
Black with #C9785A
Text Example
Text Example
White with #C9785A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9785A; }
p { color: rgb(201,120,90); }
H1.HeaderClassName
{
color: #C9785A;
}
.AnyTagClassName
{
color: #C9785A;
}
</style>
background-color css
<style>
a { background-color: #C9785A; }
a { background-color: rgb(201,120,90); }
div.DivClassName
{
background-color: #C9785A;
}
.BgClassName
{
background-color: #C9785A;
}
</style>
border-color css
<style>
span { border-color: #C9785A; }
span { border-color: rgb(201,120,90); }
td.TdClassName
{
border-color: #C9785A;
}
.TagClassName
{
border-color: #C9785A;
}
</style>