Shades of Japonica #C4745C
Tints of Japonica #C4745C
RGB
CMYK
RGB Variations
Color information
#C4745C (or 0xC4745C) is known color: Japonica. HEX triplet: C4, 74 and 5C. RGB value is (196,116,92). Sum of RGB (Red+Green+Blue) = 196+116+92=404 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.51% from 404); Green value is 116 (45.70% from 255 or 28.71% from 404); Blue value is 92 (36.33% from 255 or 22.77% from 404); Max value from RGB is 196 - color contains mainly: red. Hex color #C4745C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4745C is #3B8BA3. Grayscale: #898989. Windows color (decimal): -3902372 or 6059204. OLE color: 6059204.
HSL color Cylindrical-coordinate representation of color #C4745C: hue angle of 13.85º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C4745C is Cyan = 0, Magento = 0.41, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 116 | 92 | - |
| CMYK | 0 | 0.41 | 0.53 | 0.23 |
| HSL | 13.85º | 0.47% | 0.56% | - |
| HSV(B) | 13.85º | 0.53% | 0.77% | - |
| XYZ | 30.94 | 25 | 13.32 | - |
| YUV | 137.18 | 102.5 | 169.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 116 | 92 | 0 | 0.41 | 0.53 | 0.23 | 13.85 | 0.47 | 0.56 |
| Hex | C4 | 74 | 5C | 0 | 29 | 35 | 17 | E | 2F | 38 |
| Octal | 304 | 164 | 134 | 0 | 51 | 65 | 27 | 16 | 57 | 70 |
| Binary | 11000100 | 1110100 | 1011100 | 0 | 101001 | 110101 | 10111 | 1110 | 101111 | 111000 |
Color Harmonies of #C4745C
Complementary color
Monochromatic Colors of #C4745C
Black with #C4745C
Text Example
Text Example
White with #C4745C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4745C; }
p { color: rgb(196,116,92); }
H1.HeaderClassName
{
color: #C4745C;
}
.AnyTagClassName
{
color: #C4745C;
}
</style>
background-color css
<style>
a { background-color: #C4745C; }
a { background-color: rgb(196,116,92); }
div.DivClassName
{
background-color: #C4745C;
}
.BgClassName
{
background-color: #C4745C;
}
</style>
border-color css
<style>
span { border-color: #C4745C; }
span { border-color: rgb(196,116,92); }
td.TdClassName
{
border-color: #C4745C;
}
.TagClassName
{
border-color: #C4745C;
}
</style>