Shades of Japonica #C4765E
Tints of Japonica #C4765E
RGB
CMYK
RGB Variations
Color information
#C4765E (or 0xC4765E) is known color: Japonica. HEX triplet: C4, 76 and 5E. RGB value is (196,118,94). Sum of RGB (Red+Green+Blue) = 196+118+94=408 (54% of max value = 765). Red value is 196 (76.95% from 255 or 48.04% from 408); Green value is 118 (46.48% from 255 or 28.92% from 408); Blue value is 94 (37.11% from 255 or 23.04% from 408); Max value from RGB is 196 - color contains mainly: red. Hex color #C4765E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4765E is #3B89A1. Grayscale: #8A8A8A. Windows color (decimal): -3901858 or 6190788. OLE color: 6190788.
HSL color Cylindrical-coordinate representation of color #C4765E: hue angle of 14.12º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C4765E is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 118 | 94 | - |
| CMYK | 0 | 0.40 | 0.52 | 0.23 |
| HSL | 14.12º | 0.46% | 0.57% | - |
| HSV(B) | 14.12º | 0.52% | 0.77% | - |
| XYZ | 31.26 | 25.5 | 13.86 | - |
| YUV | 138.59 | 102.84 | 168.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 118 | 94 | 0 | 0.40 | 0.52 | 0.23 | 14.12 | 0.46 | 0.57 |
| Hex | C4 | 76 | 5E | 0 | 28 | 34 | 17 | E | 2E | 39 |
| Octal | 304 | 166 | 136 | 0 | 50 | 64 | 27 | 16 | 56 | 71 |
| Binary | 11000100 | 1110110 | 1011110 | 0 | 101000 | 110100 | 10111 | 1110 | 101110 | 111001 |
Color Harmonies of #C4765E
Complementary color
Monochromatic Colors of #C4765E
Black with #C4765E
Text Example
Text Example
White with #C4765E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4765E; }
p { color: rgb(196,118,94); }
H1.HeaderClassName
{
color: #C4765E;
}
.AnyTagClassName
{
color: #C4765E;
}
</style>
background-color css
<style>
a { background-color: #C4765E; }
a { background-color: rgb(196,118,94); }
div.DivClassName
{
background-color: #C4765E;
}
.BgClassName
{
background-color: #C4765E;
}
</style>
border-color css
<style>
span { border-color: #C4765E; }
span { border-color: rgb(196,118,94); }
td.TdClassName
{
border-color: #C4765E;
}
.TagClassName
{
border-color: #C4765E;
}
</style>