Shades of Japonica #C0745E
Tints of Japonica #C0745E
RGB
CMYK
RGB Variations
Color information
#C0745E (or 0xC0745E) is known color: Japonica. HEX triplet: C0, 74 and 5E. RGB value is (192,116,94). Sum of RGB (Red+Green+Blue) = 192+116+94=402 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.76% from 402); Green value is 116 (45.70% from 255 or 28.86% from 402); Blue value is 94 (37.11% from 255 or 23.38% from 402); Max value from RGB is 192 - color contains mainly: red. Hex color #C0745E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0745E is #3F8BA1. Grayscale: #888888. Windows color (decimal): -4164514 or 6190272. OLE color: 6190272.
HSL color Cylindrical-coordinate representation of color #C0745E: hue angle of 13.47º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C0745E is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 116 | 94 | - |
| CMYK | 0 | 0.40 | 0.51 | 0.25 |
| HSL | 13.47º | 0.44% | 0.56% | - |
| HSV(B) | 13.47º | 0.51% | 0.75% | - |
| XYZ | 30 | 24.51 | 13.74 | - |
| YUV | 136.22 | 104.18 | 167.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 116 | 94 | 0 | 0.40 | 0.51 | 0.25 | 13.47 | 0.44 | 0.56 |
| Hex | C0 | 74 | 5E | 0 | 28 | 33 | 19 | D | 2C | 38 |
| Octal | 300 | 164 | 136 | 0 | 50 | 63 | 31 | 15 | 54 | 70 |
| Binary | 11000000 | 1110100 | 1011110 | 0 | 101000 | 110011 | 11001 | 1101 | 101100 | 111000 |
Color Harmonies of #C0745E
Complementary color
Monochromatic Colors of #C0745E
Black with #C0745E
Text Example
Text Example
White with #C0745E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0745E; }
p { color: rgb(192,116,94); }
H1.HeaderClassName
{
color: #C0745E;
}
.AnyTagClassName
{
color: #C0745E;
}
</style>
background-color css
<style>
a { background-color: #C0745E; }
a { background-color: rgb(192,116,94); }
div.DivClassName
{
background-color: #C0745E;
}
.BgClassName
{
background-color: #C0745E;
}
</style>
border-color css
<style>
span { border-color: #C0745E; }
span { border-color: rgb(192,116,94); }
td.TdClassName
{
border-color: #C0745E;
}
.TagClassName
{
border-color: #C0745E;
}
</style>