Shades of Japonica #C3785B
Tints of Japonica #C3785B
RGB
CMYK
RGB Variations
Color information
#C3785B (or 0xC3785B) is known color: Japonica. HEX triplet: C3, 78 and 5B. RGB value is (195,120,91). Sum of RGB (Red+Green+Blue) = 195+120+91=406 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.03% from 406); Green value is 120 (47.27% from 255 or 29.56% from 406); Blue value is 91 (35.94% from 255 or 22.41% from 406); Max value from RGB is 195 - color contains mainly: red. Hex color #C3785B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3785B is #3C87A4. Grayscale: #8B8B8B. Windows color (decimal): -3966885 or 5994691. OLE color: 5994691.
HSL color Cylindrical-coordinate representation of color #C3785B: hue angle of 16.73º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C3785B is Cyan = 0, Magento = 0.38, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 120 | 91 | - |
| CMYK | 0 | 0.38 | 0.53 | 0.24 |
| HSL | 16.73º | 0.46% | 0.56% | - |
| HSV(B) | 16.73º | 0.53% | 0.76% | - |
| XYZ | 31.11 | 25.79 | 13.24 | - |
| YUV | 139.12 | 100.85 | 167.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 120 | 91 | 0 | 0.38 | 0.53 | 0.24 | 16.73 | 0.46 | 0.56 |
| Hex | C3 | 78 | 5B | 0 | 26 | 35 | 18 | 11 | 2E | 38 |
| Octal | 303 | 170 | 133 | 0 | 46 | 65 | 30 | 21 | 56 | 70 |
| Binary | 11000011 | 1111000 | 1011011 | 0 | 100110 | 110101 | 11000 | 10001 | 101110 | 111000 |
Color Harmonies of #C3785B
Complementary color
Monochromatic Colors of #C3785B
Black with #C3785B
Text Example
Text Example
White with #C3785B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3785B; }
p { color: rgb(195,120,91); }
H1.HeaderClassName
{
color: #C3785B;
}
.AnyTagClassName
{
color: #C3785B;
}
</style>
background-color css
<style>
a { background-color: #C3785B; }
a { background-color: rgb(195,120,91); }
div.DivClassName
{
background-color: #C3785B;
}
.BgClassName
{
background-color: #C3785B;
}
</style>
border-color css
<style>
span { border-color: #C3785B; }
span { border-color: rgb(195,120,91); }
td.TdClassName
{
border-color: #C3785B;
}
.TagClassName
{
border-color: #C3785B;
}
</style>