Shades of Japonica #C3745D
Tints of Japonica #C3745D
RGB
CMYK
RGB Variations
Color information
#C3745D (or 0xC3745D) is known color: Japonica. HEX triplet: C3, 74 and 5D. RGB value is (195,116,93). Sum of RGB (Red+Green+Blue) = 195+116+93=404 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.27% from 404); Green value is 116 (45.70% from 255 or 28.71% from 404); Blue value is 93 (36.72% from 255 or 23.02% from 404); Max value from RGB is 195 - color contains mainly: red. Hex color #C3745D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3745D is #3C8BA2. Grayscale: #898989. Windows color (decimal): -3967907 or 6124739. OLE color: 6124739.
HSL color Cylindrical-coordinate representation of color #C3745D: hue angle of 13.53º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C3745D is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 116 | 93 | - |
| CMYK | 0 | 0.41 | 0.52 | 0.24 |
| HSL | 13.53º | 0.46% | 0.56% | - |
| HSV(B) | 13.53º | 0.52% | 0.76% | - |
| XYZ | 30.73 | 24.88 | 13.54 | - |
| YUV | 137 | 103.17 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 116 | 93 | 0 | 0.41 | 0.52 | 0.24 | 13.53 | 0.46 | 0.56 |
| Hex | C3 | 74 | 5D | 0 | 29 | 34 | 18 | E | 2E | 38 |
| Octal | 303 | 164 | 135 | 0 | 51 | 64 | 30 | 16 | 56 | 70 |
| Binary | 11000011 | 1110100 | 1011101 | 0 | 101001 | 110100 | 11000 | 1110 | 101110 | 111000 |
Color Harmonies of #C3745D
Complementary color
Monochromatic Colors of #C3745D
Black with #C3745D
Text Example
Text Example
White with #C3745D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3745D; }
p { color: rgb(195,116,93); }
H1.HeaderClassName
{
color: #C3745D;
}
.AnyTagClassName
{
color: #C3745D;
}
</style>
background-color css
<style>
a { background-color: #C3745D; }
a { background-color: rgb(195,116,93); }
div.DivClassName
{
background-color: #C3745D;
}
.BgClassName
{
background-color: #C3745D;
}
</style>
border-color css
<style>
span { border-color: #C3745D; }
span { border-color: rgb(195,116,93); }
td.TdClassName
{
border-color: #C3745D;
}
.TagClassName
{
border-color: #C3745D;
}
</style>