Shades of Japonica #C4705D
Tints of Japonica #C4705D
RGB
CMYK
RGB Variations
Color information
#C4705D (or 0xC4705D) is known color: Japonica. HEX triplet: C4, 70 and 5D. RGB value is (196,112,93). Sum of RGB (Red+Green+Blue) = 196+112+93=401 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.88% from 401); Green value is 112 (44.14% from 255 or 27.93% from 401); Blue value is 93 (36.72% from 255 or 23.19% from 401); Max value from RGB is 196 - color contains mainly: red. Hex color #C4705D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4705D is #3B8FA2. Grayscale: #878787. Windows color (decimal): -3903395 or 6123716. OLE color: 6123716.
HSL color Cylindrical-coordinate representation of color #C4705D: hue angle of 11.07º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C4705D is Cyan = 0, Magento = 0.43, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 112 | 93 | - |
| CMYK | 0 | 0.43 | 0.53 | 0.23 |
| HSL | 11.07º | 0.47% | 0.57% | - |
| HSV(B) | 11.07º | 0.53% | 0.77% | - |
| XYZ | 30.53 | 24.11 | 13.4 | - |
| YUV | 134.95 | 104.33 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 112 | 93 | 0 | 0.43 | 0.53 | 0.23 | 11.07 | 0.47 | 0.57 |
| Hex | C4 | 70 | 5D | 0 | 2B | 35 | 17 | B | 2F | 39 |
| Octal | 304 | 160 | 135 | 0 | 53 | 65 | 27 | 13 | 57 | 71 |
| Binary | 11000100 | 1110000 | 1011101 | 0 | 101011 | 110101 | 10111 | 1011 | 101111 | 111001 |
Color Harmonies of #C4705D
Complementary color
Monochromatic Colors of #C4705D
Black with #C4705D
Text Example
Text Example
White with #C4705D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4705D; }
p { color: rgb(196,112,93); }
H1.HeaderClassName
{
color: #C4705D;
}
.AnyTagClassName
{
color: #C4705D;
}
</style>
background-color css
<style>
a { background-color: #C4705D; }
a { background-color: rgb(196,112,93); }
div.DivClassName
{
background-color: #C4705D;
}
.BgClassName
{
background-color: #C4705D;
}
</style>
border-color css
<style>
span { border-color: #C4705D; }
span { border-color: rgb(196,112,93); }
td.TdClassName
{
border-color: #C4705D;
}
.TagClassName
{
border-color: #C4705D;
}
</style>