Shades of Japonica #C5745C
Tints of Japonica #C5745C
RGB
CMYK
RGB Variations
Color information
#C5745C (or 0xC5745C) is known color: Japonica. HEX triplet: C5, 74 and 5C. RGB value is (197,116,92). Sum of RGB (Red+Green+Blue) = 197+116+92=405 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.64% from 405); Green value is 116 (45.70% from 255 or 28.64% from 405); Blue value is 92 (36.33% from 255 or 22.72% from 405); Max value from RGB is 197 - color contains mainly: red. Hex color #C5745C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5745C is #3A8BA3. Grayscale: #898989. Windows color (decimal): -3836836 or 6059205. OLE color: 6059205.
HSL color Cylindrical-coordinate representation of color #C5745C: hue angle of 13.71º degrees, saturation: 0.48, 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 #C5745C is Cyan = 0, Magento = 0.41, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 116 | 92 | - |
| CMYK | 0 | 0.41 | 0.53 | 0.23 |
| HSL | 13.71º | 0.48% | 0.57% | - |
| HSV(B) | 13.71º | 0.53% | 0.77% | - |
| XYZ | 31.2 | 25.13 | 13.33 | - |
| YUV | 137.48 | 102.34 | 170.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 116 | 92 | 0 | 0.41 | 0.53 | 0.23 | 13.71 | 0.48 | 0.57 |
| Hex | C5 | 74 | 5C | 0 | 29 | 35 | 17 | E | 30 | 39 |
| Octal | 305 | 164 | 134 | 0 | 51 | 65 | 27 | 16 | 60 | 71 |
| Binary | 11000101 | 1110100 | 1011100 | 0 | 101001 | 110101 | 10111 | 1110 | 110000 | 111001 |
Color Harmonies of #C5745C
Complementary color
Monochromatic Colors of #C5745C
Black with #C5745C
Text Example
Text Example
White with #C5745C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5745C; }
p { color: rgb(197,116,92); }
H1.HeaderClassName
{
color: #C5745C;
}
.AnyTagClassName
{
color: #C5745C;
}
</style>
background-color css
<style>
a { background-color: #C5745C; }
a { background-color: rgb(197,116,92); }
div.DivClassName
{
background-color: #C5745C;
}
.BgClassName
{
background-color: #C5745C;
}
</style>
border-color css
<style>
span { border-color: #C5745C; }
span { border-color: rgb(197,116,92); }
td.TdClassName
{
border-color: #C5745C;
}
.TagClassName
{
border-color: #C5745C;
}
</style>