Shades of Japonica #C4715C
Tints of Japonica #C4715C
RGB
CMYK
RGB Variations
Color information
#C4715C (or 0xC4715C) is known color: Japonica. HEX triplet: C4, 71 and 5C. RGB value is (196,113,92). Sum of RGB (Red+Green+Blue) = 196+113+92=401 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.88% from 401); Green value is 113 (44.53% from 255 or 28.18% from 401); Blue value is 92 (36.33% from 255 or 22.94% from 401); Max value from RGB is 196 - color contains mainly: red. Hex color #C4715C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4715C is #3B8EA3. Grayscale: #878787. Windows color (decimal): -3903140 or 6058436. OLE color: 6058436.
HSL color Cylindrical-coordinate representation of color #C4715C: hue angle of 12.12º 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 #C4715C is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 113 | 92 | - |
| CMYK | 0 | 0.42 | 0.53 | 0.23 |
| HSL | 12.12º | 0.47% | 0.56% | - |
| HSV(B) | 12.12º | 0.53% | 0.77% | - |
| XYZ | 30.6 | 24.32 | 13.21 | - |
| YUV | 135.42 | 103.5 | 171.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 113 | 92 | 0 | 0.42 | 0.53 | 0.23 | 12.12 | 0.47 | 0.56 |
| Hex | C4 | 71 | 5C | 0 | 2A | 35 | 17 | C | 2F | 38 |
| Octal | 304 | 161 | 134 | 0 | 52 | 65 | 27 | 14 | 57 | 70 |
| Binary | 11000100 | 1110001 | 1011100 | 0 | 101010 | 110101 | 10111 | 1100 | 101111 | 111000 |
Color Harmonies of #C4715C
Complementary color
Monochromatic Colors of #C4715C
Black with #C4715C
Text Example
Text Example
White with #C4715C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4715C; }
p { color: rgb(196,113,92); }
H1.HeaderClassName
{
color: #C4715C;
}
.AnyTagClassName
{
color: #C4715C;
}
</style>
background-color css
<style>
a { background-color: #C4715C; }
a { background-color: rgb(196,113,92); }
div.DivClassName
{
background-color: #C4715C;
}
.BgClassName
{
background-color: #C4715C;
}
</style>
border-color css
<style>
span { border-color: #C4715C; }
span { border-color: rgb(196,113,92); }
td.TdClassName
{
border-color: #C4715C;
}
.TagClassName
{
border-color: #C4715C;
}
</style>