Shades of Japonica #C5745D
Tints of Japonica #C5745D
RGB
CMYK
RGB Variations
Color information
#C5745D (or 0xC5745D) is known color: Japonica. HEX triplet: C5, 74 and 5D. RGB value is (197,116,93). Sum of RGB (Red+Green+Blue) = 197+116+93=406 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.52% from 406); Green value is 116 (45.70% from 255 or 28.57% from 406); Blue value is 93 (36.72% from 255 or 22.91% from 406); Max value from RGB is 197 - color contains mainly: red. Hex color #C5745D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5745D is #3A8BA2. Grayscale: #898989. Windows color (decimal): -3836835 or 6124741. OLE color: 6124741.
HSL color Cylindrical-coordinate representation of color #C5745D: hue angle of 13.27º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C5745D is Cyan = 0, Magento = 0.41, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 116 | 93 | - |
| CMYK | 0 | 0.41 | 0.53 | 0.23 |
| HSL | 13.27º | 0.47% | 0.57% | - |
| HSV(B) | 13.27º | 0.53% | 0.77% | - |
| XYZ | 31.25 | 25.15 | 13.56 | - |
| YUV | 137.6 | 102.84 | 170.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 116 | 93 | 0 | 0.41 | 0.53 | 0.23 | 13.27 | 0.47 | 0.57 |
| Hex | C5 | 74 | 5D | 0 | 29 | 35 | 17 | D | 2F | 39 |
| Octal | 305 | 164 | 135 | 0 | 51 | 65 | 27 | 15 | 57 | 71 |
| Binary | 11000101 | 1110100 | 1011101 | 0 | 101001 | 110101 | 10111 | 1101 | 101111 | 111001 |
Color Harmonies of #C5745D
Complementary color
Monochromatic Colors of #C5745D
Black with #C5745D
Text Example
Text Example
White with #C5745D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5745D; }
p { color: rgb(197,116,93); }
H1.HeaderClassName
{
color: #C5745D;
}
.AnyTagClassName
{
color: #C5745D;
}
</style>
background-color css
<style>
a { background-color: #C5745D; }
a { background-color: rgb(197,116,93); }
div.DivClassName
{
background-color: #C5745D;
}
.BgClassName
{
background-color: #C5745D;
}
</style>
border-color css
<style>
span { border-color: #C5745D; }
span { border-color: rgb(197,116,93); }
td.TdClassName
{
border-color: #C5745D;
}
.TagClassName
{
border-color: #C5745D;
}
</style>