Shades of Japonica #C4715A
Tints of Japonica #C4715A
RGB
CMYK
RGB Variations
Color information
#C4715A (or 0xC4715A) is known color: Japonica. HEX triplet: C4, 71 and 5A. RGB value is (196,113,90). Sum of RGB (Red+Green+Blue) = 196+113+90=399 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.12% from 399); Green value is 113 (44.53% from 255 or 28.32% from 399); Blue value is 90 (35.55% from 255 or 22.56% from 399); Max value from RGB is 196 - color contains mainly: red. Hex color #C4715A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4715A is #3B8EA5. Grayscale: #878787. Windows color (decimal): -3903142 or 5927364. OLE color: 5927364.
HSL color Cylindrical-coordinate representation of color #C4715A: hue angle of 13.02º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C4715A is Cyan = 0, Magento = 0.42, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 113 | 90 | - |
| CMYK | 0 | 0.42 | 0.54 | 0.23 |
| HSL | 13.02º | 0.47% | 0.56% | - |
| HSV(B) | 13.02º | 0.54% | 0.77% | - |
| XYZ | 30.52 | 24.28 | 12.75 | - |
| YUV | 135.2 | 102.5 | 171.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 113 | 90 | 0 | 0.42 | 0.54 | 0.23 | 13.02 | 0.47 | 0.56 |
| Hex | C4 | 71 | 5A | 0 | 2A | 36 | 17 | D | 2F | 38 |
| Octal | 304 | 161 | 132 | 0 | 52 | 66 | 27 | 15 | 57 | 70 |
| Binary | 11000100 | 1110001 | 1011010 | 0 | 101010 | 110110 | 10111 | 1101 | 101111 | 111000 |
Color Harmonies of #C4715A
Complementary color
Monochromatic Colors of #C4715A
Black with #C4715A
Text Example
Text Example
White with #C4715A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4715A; }
p { color: rgb(196,113,90); }
H1.HeaderClassName
{
color: #C4715A;
}
.AnyTagClassName
{
color: #C4715A;
}
</style>
background-color css
<style>
a { background-color: #C4715A; }
a { background-color: rgb(196,113,90); }
div.DivClassName
{
background-color: #C4715A;
}
.BgClassName
{
background-color: #C4715A;
}
</style>
border-color css
<style>
span { border-color: #C4715A; }
span { border-color: rgb(196,113,90); }
td.TdClassName
{
border-color: #C4715A;
}
.TagClassName
{
border-color: #C4715A;
}
</style>