Shades of Japonica #C5785A
Tints of Japonica #C5785A
RGB
CMYK
RGB Variations
Color information
#C5785A (or 0xC5785A) is known color: Japonica. HEX triplet: C5, 78 and 5A. RGB value is (197,120,90). Sum of RGB (Red+Green+Blue) = 197+120+90=407 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.40% from 407); Green value is 120 (47.27% from 255 or 29.48% from 407); Blue value is 90 (35.55% from 255 or 22.11% from 407); Max value from RGB is 197 - color contains mainly: red. Hex color #C5785A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5785A is #3A87A5. Grayscale: #8B8B8B. Windows color (decimal): -3835814 or 5929157. OLE color: 5929157.
HSL color Cylindrical-coordinate representation of color #C5785A: hue angle of 16.82º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C5785A is Cyan = 0, Magento = 0.39, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 120 | 90 | - |
| CMYK | 0 | 0.39 | 0.54 | 0.23 |
| HSL | 16.82º | 0.48% | 0.56% | - |
| HSV(B) | 16.82º | 0.54% | 0.77% | - |
| XYZ | 31.59 | 26.04 | 13.03 | - |
| YUV | 139.6 | 100.01 | 168.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 120 | 90 | 0 | 0.39 | 0.54 | 0.23 | 16.82 | 0.48 | 0.56 |
| Hex | C5 | 78 | 5A | 0 | 27 | 36 | 17 | 11 | 30 | 38 |
| Octal | 305 | 170 | 132 | 0 | 47 | 66 | 27 | 21 | 60 | 70 |
| Binary | 11000101 | 1111000 | 1011010 | 0 | 100111 | 110110 | 10111 | 10001 | 110000 | 111000 |
Color Harmonies of #C5785A
Complementary color
Monochromatic Colors of #C5785A
Black with #C5785A
Text Example
Text Example
White with #C5785A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5785A; }
p { color: rgb(197,120,90); }
H1.HeaderClassName
{
color: #C5785A;
}
.AnyTagClassName
{
color: #C5785A;
}
</style>
background-color css
<style>
a { background-color: #C5785A; }
a { background-color: rgb(197,120,90); }
div.DivClassName
{
background-color: #C5785A;
}
.BgClassName
{
background-color: #C5785A;
}
</style>
border-color css
<style>
span { border-color: #C5785A; }
span { border-color: rgb(197,120,90); }
td.TdClassName
{
border-color: #C5785A;
}
.TagClassName
{
border-color: #C5785A;
}
</style>