Shades of Japonica #C4705A
Tints of Japonica #C4705A
RGB
CMYK
RGB Variations
Color information
#C4705A (or 0xC4705A) is known color: Japonica. HEX triplet: C4, 70 and 5A. RGB value is (196,112,90). Sum of RGB (Red+Green+Blue) = 196+112+90=398 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.25% from 398); Green value is 112 (44.14% from 255 or 28.14% from 398); Blue value is 90 (35.55% from 255 or 22.61% from 398); Max value from RGB is 196 - color contains mainly: red. Hex color #C4705A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4705A is #3B8FA5. Grayscale: #868686. Windows color (decimal): -3903398 or 5927108. OLE color: 5927108.
HSL color Cylindrical-coordinate representation of color #C4705A: hue angle of 12.45º 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 #C4705A is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 112 | 90 | - |
| CMYK | 0 | 0.43 | 0.54 | 0.23 |
| HSL | 12.45º | 0.47% | 0.56% | - |
| HSV(B) | 12.45º | 0.54% | 0.77% | - |
| XYZ | 30.4 | 24.06 | 12.71 | - |
| YUV | 134.61 | 102.83 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 112 | 90 | 0 | 0.43 | 0.54 | 0.23 | 12.45 | 0.47 | 0.56 |
| Hex | C4 | 70 | 5A | 0 | 2B | 36 | 17 | C | 2F | 38 |
| Octal | 304 | 160 | 132 | 0 | 53 | 66 | 27 | 14 | 57 | 70 |
| Binary | 11000100 | 1110000 | 1011010 | 0 | 101011 | 110110 | 10111 | 1100 | 101111 | 111000 |
Color Harmonies of #C4705A
Complementary color
Monochromatic Colors of #C4705A
Black with #C4705A
Text Example
Text Example
White with #C4705A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4705A; }
p { color: rgb(196,112,90); }
H1.HeaderClassName
{
color: #C4705A;
}
.AnyTagClassName
{
color: #C4705A;
}
</style>
background-color css
<style>
a { background-color: #C4705A; }
a { background-color: rgb(196,112,90); }
div.DivClassName
{
background-color: #C4705A;
}
.BgClassName
{
background-color: #C4705A;
}
</style>
border-color css
<style>
span { border-color: #C4705A; }
span { border-color: rgb(196,112,90); }
td.TdClassName
{
border-color: #C4705A;
}
.TagClassName
{
border-color: #C4705A;
}
</style>