Shades of Japonica #C0735B
Tints of Japonica #C0735B
RGB
CMYK
RGB Variations
Color information
#C0735B (or 0xC0735B) is known color: Japonica. HEX triplet: C0, 73 and 5B. RGB value is (192,115,91). Sum of RGB (Red+Green+Blue) = 192+115+91=398 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.24% from 398); Green value is 115 (45.31% from 255 or 28.89% from 398); Blue value is 91 (35.94% from 255 or 22.86% from 398); Max value from RGB is 192 - color contains mainly: red. Hex color #C0735B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0735B is #3F8CA4. Grayscale: #878787. Windows color (decimal): -4164773 or 5993408. OLE color: 5993408.
HSL color Cylindrical-coordinate representation of color #C0735B: hue angle of 14.26º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C0735B is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 115 | 91 | - |
| CMYK | 0 | 0.40 | 0.53 | 0.25 |
| HSL | 14.26º | 0.44% | 0.55% | - |
| HSV(B) | 14.26º | 0.53% | 0.75% | - |
| XYZ | 29.76 | 24.22 | 13 | - |
| YUV | 135.29 | 103.01 | 168.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 115 | 91 | 0 | 0.40 | 0.53 | 0.25 | 14.26 | 0.44 | 0.55 |
| Hex | C0 | 73 | 5B | 0 | 28 | 35 | 19 | E | 2C | 37 |
| Octal | 300 | 163 | 133 | 0 | 50 | 65 | 31 | 16 | 54 | 67 |
| Binary | 11000000 | 1110011 | 1011011 | 0 | 101000 | 110101 | 11001 | 1110 | 101100 | 110111 |
Color Harmonies of #C0735B
Complementary color
Monochromatic Colors of #C0735B
Black with #C0735B
Text Example
Text Example
White with #C0735B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0735B; }
p { color: rgb(192,115,91); }
H1.HeaderClassName
{
color: #C0735B;
}
.AnyTagClassName
{
color: #C0735B;
}
</style>
background-color css
<style>
a { background-color: #C0735B; }
a { background-color: rgb(192,115,91); }
div.DivClassName
{
background-color: #C0735B;
}
.BgClassName
{
background-color: #C0735B;
}
</style>
border-color css
<style>
span { border-color: #C0735B; }
span { border-color: rgb(192,115,91); }
td.TdClassName
{
border-color: #C0735B;
}
.TagClassName
{
border-color: #C0735B;
}
</style>