Shades of Japonica #C9785B
Tints of Japonica #C9785B
RGB
CMYK
RGB Variations
Color information
#C9785B (or 0xC9785B) is known color: Japonica. HEX triplet: C9, 78 and 5B. RGB value is (201,120,91). Sum of RGB (Red+Green+Blue) = 201+120+91=412 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.79% from 412); Green value is 120 (47.27% from 255 or 29.13% from 412); Blue value is 91 (35.94% from 255 or 22.09% from 412); Max value from RGB is 201 - color contains mainly: red. Hex color #C9785B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9785B is #3687A4. Grayscale: #8D8D8D. Windows color (decimal): -3573669 or 5994697. OLE color: 5994697.
HSL color Cylindrical-coordinate representation of color #C9785B: hue angle of 15.82º degrees, saturation: 0.5, 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 #C9785B is Cyan = 0, Magento = 0.40, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 120 | 91 | - |
| CMYK | 0 | 0.40 | 0.55 | 0.21 |
| HSL | 15.82º | 0.5% | 0.57% | - |
| HSV(B) | 15.82º | 0.55% | 0.79% | - |
| XYZ | 32.69 | 26.61 | 13.31 | - |
| YUV | 140.91 | 99.84 | 170.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 120 | 91 | 0 | 0.40 | 0.55 | 0.21 | 15.82 | 0.5 | 0.57 |
| Hex | C9 | 78 | 5B | 0 | 28 | 37 | 15 | 10 | 32 | 39 |
| Octal | 311 | 170 | 133 | 0 | 50 | 67 | 25 | 20 | 62 | 71 |
| Binary | 11001001 | 1111000 | 1011011 | 0 | 101000 | 110111 | 10101 | 10000 | 110010 | 111001 |
Color Harmonies of #C9785B
Complementary color
Monochromatic Colors of #C9785B
Black with #C9785B
Text Example
Text Example
White with #C9785B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9785B; }
p { color: rgb(201,120,91); }
H1.HeaderClassName
{
color: #C9785B;
}
.AnyTagClassName
{
color: #C9785B;
}
</style>
background-color css
<style>
a { background-color: #C9785B; }
a { background-color: rgb(201,120,91); }
div.DivClassName
{
background-color: #C9785B;
}
.BgClassName
{
background-color: #C9785B;
}
</style>
border-color css
<style>
span { border-color: #C9785B; }
span { border-color: rgb(201,120,91); }
td.TdClassName
{
border-color: #C9785B;
}
.TagClassName
{
border-color: #C9785B;
}
</style>