Shades of Japonica #C5735D
Tints of Japonica #C5735D
RGB
CMYK
RGB Variations
Color information
#C5735D (or 0xC5735D) is known color: Japonica. HEX triplet: C5, 73 and 5D. RGB value is (197,115,93). Sum of RGB (Red+Green+Blue) = 197+115+93=405 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.64% from 405); Green value is 115 (45.31% from 255 or 28.40% from 405); Blue value is 93 (36.72% from 255 or 22.96% from 405); Max value from RGB is 197 - color contains mainly: red. Hex color #C5735D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5735D is #3A8CA2. Grayscale: #898989. Windows color (decimal): -3837091 or 6124485. OLE color: 6124485.
HSL color Cylindrical-coordinate representation of color #C5735D: hue angle of 12.69º 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 #C5735D is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 115 | 93 | - |
| CMYK | 0 | 0.42 | 0.53 | 0.23 |
| HSL | 12.69º | 0.47% | 0.57% | - |
| HSV(B) | 12.69º | 0.53% | 0.77% | - |
| XYZ | 31.13 | 24.92 | 13.53 | - |
| YUV | 137.01 | 103.17 | 170.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 115 | 93 | 0 | 0.42 | 0.53 | 0.23 | 12.69 | 0.47 | 0.57 |
| Hex | C5 | 73 | 5D | 0 | 2A | 35 | 17 | D | 2F | 39 |
| Octal | 305 | 163 | 135 | 0 | 52 | 65 | 27 | 15 | 57 | 71 |
| Binary | 11000101 | 1110011 | 1011101 | 0 | 101010 | 110101 | 10111 | 1101 | 101111 | 111001 |
Color Harmonies of #C5735D
Complementary color
Monochromatic Colors of #C5735D
Black with #C5735D
Text Example
Text Example
White with #C5735D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5735D; }
p { color: rgb(197,115,93); }
H1.HeaderClassName
{
color: #C5735D;
}
.AnyTagClassName
{
color: #C5735D;
}
</style>
background-color css
<style>
a { background-color: #C5735D; }
a { background-color: rgb(197,115,93); }
div.DivClassName
{
background-color: #C5735D;
}
.BgClassName
{
background-color: #C5735D;
}
</style>
border-color css
<style>
span { border-color: #C5735D; }
span { border-color: rgb(197,115,93); }
td.TdClassName
{
border-color: #C5735D;
}
.TagClassName
{
border-color: #C5735D;
}
</style>