Shades of Japonica #C3785C
Tints of Japonica #C3785C
RGB
CMYK
RGB Variations
Color information
#C3785C (or 0xC3785C) is known color: Japonica. HEX triplet: C3, 78 and 5C. RGB value is (195,120,92). Sum of RGB (Red+Green+Blue) = 195+120+92=407 (53% of max value = 765). Red value is 195 (76.56% from 255 or 47.91% from 407); Green value is 120 (47.27% from 255 or 29.48% from 407); Blue value is 92 (36.33% from 255 or 22.60% from 407); Max value from RGB is 195 - color contains mainly: red. Hex color #C3785C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3785C is #3C87A3. Grayscale: #8B8B8B. Windows color (decimal): -3966884 or 6060227. OLE color: 6060227.
HSL color Cylindrical-coordinate representation of color #C3785C: hue angle of 16.31º 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 #C3785C is Cyan = 0, Magento = 0.38, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 120 | 92 | - |
| CMYK | 0 | 0.38 | 0.53 | 0.24 |
| HSL | 16.31º | 0.46% | 0.56% | - |
| HSV(B) | 16.31º | 0.53% | 0.76% | - |
| XYZ | 31.15 | 25.81 | 13.46 | - |
| YUV | 139.23 | 101.35 | 167.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 120 | 92 | 0 | 0.38 | 0.53 | 0.24 | 16.31 | 0.46 | 0.56 |
| Hex | C3 | 78 | 5C | 0 | 26 | 35 | 18 | 10 | 2E | 38 |
| Octal | 303 | 170 | 134 | 0 | 46 | 65 | 30 | 20 | 56 | 70 |
| Binary | 11000011 | 1111000 | 1011100 | 0 | 100110 | 110101 | 11000 | 10000 | 101110 | 111000 |
Color Harmonies of #C3785C
Complementary color
Monochromatic Colors of #C3785C
Black with #C3785C
Text Example
Text Example
White with #C3785C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3785C; }
p { color: rgb(195,120,92); }
H1.HeaderClassName
{
color: #C3785C;
}
.AnyTagClassName
{
color: #C3785C;
}
</style>
background-color css
<style>
a { background-color: #C3785C; }
a { background-color: rgb(195,120,92); }
div.DivClassName
{
background-color: #C3785C;
}
.BgClassName
{
background-color: #C3785C;
}
</style>
border-color css
<style>
span { border-color: #C3785C; }
span { border-color: rgb(195,120,92); }
td.TdClassName
{
border-color: #C3785C;
}
.TagClassName
{
border-color: #C3785C;
}
</style>