Shades of Japonica #C0715D
Tints of Japonica #C0715D
RGB
CMYK
RGB Variations
Color information
#C0715D (or 0xC0715D) is known color: Japonica. HEX triplet: C0, 71 and 5D. RGB value is (192,113,93). Sum of RGB (Red+Green+Blue) = 192+113+93=398 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.24% from 398); Green value is 113 (44.53% from 255 or 28.39% from 398); Blue value is 93 (36.72% from 255 or 23.37% from 398); Max value from RGB is 192 - color contains mainly: red. Hex color #C0715D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0715D is #3F8EA2. Grayscale: #868686. Windows color (decimal): -4165283 or 6123968. OLE color: 6123968.
HSL color Cylindrical-coordinate representation of color #C0715D: hue angle of 12.12º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C0715D is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 113 | 93 | - |
| CMYK | 0 | 0.41 | 0.52 | 0.25 |
| HSL | 12.12º | 0.44% | 0.56% | - |
| HSV(B) | 12.12º | 0.52% | 0.75% | - |
| XYZ | 29.62 | 23.81 | 13.39 | - |
| YUV | 134.34 | 104.67 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 113 | 93 | 0 | 0.41 | 0.52 | 0.25 | 12.12 | 0.44 | 0.56 |
| Hex | C0 | 71 | 5D | 0 | 29 | 34 | 19 | C | 2C | 38 |
| Octal | 300 | 161 | 135 | 0 | 51 | 64 | 31 | 14 | 54 | 70 |
| Binary | 11000000 | 1110001 | 1011101 | 0 | 101001 | 110100 | 11001 | 1100 | 101100 | 111000 |
Color Harmonies of #C0715D
Complementary color
Monochromatic Colors of #C0715D
Black with #C0715D
Text Example
Text Example
White with #C0715D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0715D; }
p { color: rgb(192,113,93); }
H1.HeaderClassName
{
color: #C0715D;
}
.AnyTagClassName
{
color: #C0715D;
}
</style>
background-color css
<style>
a { background-color: #C0715D; }
a { background-color: rgb(192,113,93); }
div.DivClassName
{
background-color: #C0715D;
}
.BgClassName
{
background-color: #C0715D;
}
</style>
border-color css
<style>
span { border-color: #C0715D; }
span { border-color: rgb(192,113,93); }
td.TdClassName
{
border-color: #C0715D;
}
.TagClassName
{
border-color: #C0715D;
}
</style>