Shades of Japonica #C9785D
Tints of Japonica #C9785D
RGB
CMYK
RGB Variations
Color information
#C9785D (or 0xC9785D) is known color: Japonica. HEX triplet: C9, 78 and 5D. RGB value is (201,120,93). Sum of RGB (Red+Green+Blue) = 201+120+93=414 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.55% from 414); Green value is 120 (47.27% from 255 or 28.99% from 414); Blue value is 93 (36.72% from 255 or 22.46% from 414); Max value from RGB is 201 - color contains mainly: red. Hex color #C9785D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9785D is #3687A2. Grayscale: #8D8D8D. Windows color (decimal): -3573667 or 6125769. OLE color: 6125769.
HSL color Cylindrical-coordinate representation of color #C9785D: hue angle of 15º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C9785D is Cyan = 0, Magento = 0.40, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 120 | 93 | - |
| CMYK | 0 | 0.40 | 0.54 | 0.21 |
| HSL | 15º | 0.5% | 0.58% | - |
| HSV(B) | 15º | 0.54% | 0.79% | - |
| XYZ | 32.78 | 26.64 | 13.77 | - |
| YUV | 141.14 | 100.84 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 120 | 93 | 0 | 0.40 | 0.54 | 0.21 | 15 | 0.5 | 0.58 |
| Hex | C9 | 78 | 5D | 0 | 28 | 36 | 15 | F | 32 | 3A |
| Octal | 311 | 170 | 135 | 0 | 50 | 66 | 25 | 17 | 62 | 72 |
| Binary | 11001001 | 1111000 | 1011101 | 0 | 101000 | 110110 | 10101 | 1111 | 110010 | 111010 |
Color Harmonies of #C9785D
Complementary color
Monochromatic Colors of #C9785D
Black with #C9785D
Text Example
Text Example
White with #C9785D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9785D; }
p { color: rgb(201,120,93); }
H1.HeaderClassName
{
color: #C9785D;
}
.AnyTagClassName
{
color: #C9785D;
}
</style>
background-color css
<style>
a { background-color: #C9785D; }
a { background-color: rgb(201,120,93); }
div.DivClassName
{
background-color: #C9785D;
}
.BgClassName
{
background-color: #C9785D;
}
</style>
border-color css
<style>
span { border-color: #C9785D; }
span { border-color: rgb(201,120,93); }
td.TdClassName
{
border-color: #C9785D;
}
.TagClassName
{
border-color: #C9785D;
}
</style>