Shades of Japonica #C5745B
Tints of Japonica #C5745B
RGB
CMYK
RGB Variations
Color information
#C5745B (or 0xC5745B) is known color: Japonica. HEX triplet: C5, 74 and 5B. RGB value is (197,116,91). Sum of RGB (Red+Green+Blue) = 197+116+91=404 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.76% from 404); Green value is 116 (45.70% from 255 or 28.71% from 404); Blue value is 91 (35.94% from 255 or 22.52% from 404); Max value from RGB is 197 - color contains mainly: red. Hex color #C5745B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5745B is #3A8BA4. Grayscale: #898989. Windows color (decimal): -3836837 or 5993669. OLE color: 5993669.
HSL color Cylindrical-coordinate representation of color #C5745B: hue angle of 14.15º degrees, saturation: 0.48, 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 #C5745B is Cyan = 0, Magento = 0.41, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 116 | 91 | - |
| CMYK | 0 | 0.41 | 0.54 | 0.23 |
| HSL | 14.15º | 0.48% | 0.56% | - |
| HSV(B) | 14.15º | 0.54% | 0.77% | - |
| XYZ | 31.16 | 25.12 | 13.1 | - |
| YUV | 137.37 | 101.84 | 170.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 116 | 91 | 0 | 0.41 | 0.54 | 0.23 | 14.15 | 0.48 | 0.56 |
| Hex | C5 | 74 | 5B | 0 | 29 | 36 | 17 | E | 30 | 38 |
| Octal | 305 | 164 | 133 | 0 | 51 | 66 | 27 | 16 | 60 | 70 |
| Binary | 11000101 | 1110100 | 1011011 | 0 | 101001 | 110110 | 10111 | 1110 | 110000 | 111000 |
Color Harmonies of #C5745B
Complementary color
Monochromatic Colors of #C5745B
Black with #C5745B
Text Example
Text Example
White with #C5745B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5745B; }
p { color: rgb(197,116,91); }
H1.HeaderClassName
{
color: #C5745B;
}
.AnyTagClassName
{
color: #C5745B;
}
</style>
background-color css
<style>
a { background-color: #C5745B; }
a { background-color: rgb(197,116,91); }
div.DivClassName
{
background-color: #C5745B;
}
.BgClassName
{
background-color: #C5745B;
}
</style>
border-color css
<style>
span { border-color: #C5745B; }
span { border-color: rgb(197,116,91); }
td.TdClassName
{
border-color: #C5745B;
}
.TagClassName
{
border-color: #C5745B;
}
</style>