Shades of Japonica #C3785A
Tints of Japonica #C3785A
RGB
CMYK
RGB Variations
Color information
#C3785A (or 0xC3785A) is known color: Japonica. HEX triplet: C3, 78 and 5A. RGB value is (195,120,90). Sum of RGB (Red+Green+Blue) = 195+120+90=405 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.15% from 405); Green value is 120 (47.27% from 255 or 29.63% from 405); Blue value is 90 (35.55% from 255 or 22.22% from 405); Max value from RGB is 195 - color contains mainly: red. Hex color #C3785A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3785A is #3C87A5. Grayscale: #8B8B8B. Windows color (decimal): -3966886 or 5929155. OLE color: 5929155.
HSL color Cylindrical-coordinate representation of color #C3785A: hue angle of 17.14º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C3785A is Cyan = 0, Magento = 0.38, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 120 | 90 | - |
| CMYK | 0 | 0.38 | 0.54 | 0.24 |
| HSL | 17.14º | 0.47% | 0.56% | - |
| HSV(B) | 17.14º | 0.54% | 0.76% | - |
| XYZ | 31.07 | 25.77 | 13.01 | - |
| YUV | 139.01 | 100.35 | 167.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 120 | 90 | 0 | 0.38 | 0.54 | 0.24 | 17.14 | 0.47 | 0.56 |
| Hex | C3 | 78 | 5A | 0 | 26 | 36 | 18 | 11 | 2F | 38 |
| Octal | 303 | 170 | 132 | 0 | 46 | 66 | 30 | 21 | 57 | 70 |
| Binary | 11000011 | 1111000 | 1011010 | 0 | 100110 | 110110 | 11000 | 10001 | 101111 | 111000 |
Color Harmonies of #C3785A
Complementary color
Monochromatic Colors of #C3785A
Black with #C3785A
Text Example
Text Example
White with #C3785A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3785A; }
p { color: rgb(195,120,90); }
H1.HeaderClassName
{
color: #C3785A;
}
.AnyTagClassName
{
color: #C3785A;
}
</style>
background-color css
<style>
a { background-color: #C3785A; }
a { background-color: rgb(195,120,90); }
div.DivClassName
{
background-color: #C3785A;
}
.BgClassName
{
background-color: #C3785A;
}
</style>
border-color css
<style>
span { border-color: #C3785A; }
span { border-color: rgb(195,120,90); }
td.TdClassName
{
border-color: #C3785A;
}
.TagClassName
{
border-color: #C3785A;
}
</style>