Shades of Japonica #C9785E
Tints of Japonica #C9785E
RGB
CMYK
RGB Variations
Color information
#C9785E (or 0xC9785E) is known color: Japonica. HEX triplet: C9, 78 and 5E. RGB value is (201,120,94). Sum of RGB (Red+Green+Blue) = 201+120+94=415 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.43% from 415); Green value is 120 (47.27% from 255 or 28.92% from 415); Blue value is 94 (37.11% from 255 or 22.65% from 415); Max value from RGB is 201 - color contains mainly: red. Hex color #C9785E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9785E is #3687A1. Grayscale: #8D8D8D. Windows color (decimal): -3573666 or 6191305. OLE color: 6191305.
HSL color Cylindrical-coordinate representation of color #C9785E: hue angle of 14.58º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C9785E is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 120 | 94 | - |
| CMYK | 0 | 0.40 | 0.53 | 0.21 |
| HSL | 14.58º | 0.5% | 0.58% | - |
| HSV(B) | 14.58º | 0.53% | 0.79% | - |
| XYZ | 32.82 | 26.66 | 14.01 | - |
| YUV | 141.26 | 101.34 | 170.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 120 | 94 | 0 | 0.40 | 0.53 | 0.21 | 14.58 | 0.5 | 0.58 |
| Hex | C9 | 78 | 5E | 0 | 28 | 35 | 15 | F | 32 | 3A |
| Octal | 311 | 170 | 136 | 0 | 50 | 65 | 25 | 17 | 62 | 72 |
| Binary | 11001001 | 1111000 | 1011110 | 0 | 101000 | 110101 | 10101 | 1111 | 110010 | 111010 |
Color Harmonies of #C9785E
Complementary color
Monochromatic Colors of #C9785E
Black with #C9785E
Text Example
Text Example
White with #C9785E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9785E; }
p { color: rgb(201,120,94); }
H1.HeaderClassName
{
color: #C9785E;
}
.AnyTagClassName
{
color: #C9785E;
}
</style>
background-color css
<style>
a { background-color: #C9785E; }
a { background-color: rgb(201,120,94); }
div.DivClassName
{
background-color: #C9785E;
}
.BgClassName
{
background-color: #C9785E;
}
</style>
border-color css
<style>
span { border-color: #C9785E; }
span { border-color: rgb(201,120,94); }
td.TdClassName
{
border-color: #C9785E;
}
.TagClassName
{
border-color: #C9785E;
}
</style>