Shades of Japonica #C0735C
Tints of Japonica #C0735C
RGB
CMYK
RGB Variations
Color information
#C0735C (or 0xC0735C) is known color: Japonica. HEX triplet: C0, 73 and 5C. RGB value is (192,115,92). Sum of RGB (Red+Green+Blue) = 192+115+92=399 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.12% from 399); Green value is 115 (45.31% from 255 or 28.82% from 399); Blue value is 92 (36.33% from 255 or 23.06% from 399); Max value from RGB is 192 - color contains mainly: red. Hex color #C0735C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0735C is #3F8CA3. Grayscale: #878787. Windows color (decimal): -4164772 or 6058944. OLE color: 6058944.
HSL color Cylindrical-coordinate representation of color #C0735C: hue angle of 13.8º 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 #C0735C is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 115 | 92 | - |
| CMYK | 0 | 0.40 | 0.52 | 0.25 |
| HSL | 13.8º | 0.44% | 0.56% | - |
| HSV(B) | 13.8º | 0.52% | 0.75% | - |
| XYZ | 29.8 | 24.24 | 13.23 | - |
| YUV | 135.4 | 103.51 | 168.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 115 | 92 | 0 | 0.40 | 0.52 | 0.25 | 13.8 | 0.44 | 0.56 |
| Hex | C0 | 73 | 5C | 0 | 28 | 34 | 19 | E | 2C | 38 |
| Octal | 300 | 163 | 134 | 0 | 50 | 64 | 31 | 16 | 54 | 70 |
| Binary | 11000000 | 1110011 | 1011100 | 0 | 101000 | 110100 | 11001 | 1110 | 101100 | 111000 |
Color Harmonies of #C0735C
Complementary color
Monochromatic Colors of #C0735C
Black with #C0735C
Text Example
Text Example
White with #C0735C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0735C; }
p { color: rgb(192,115,92); }
H1.HeaderClassName
{
color: #C0735C;
}
.AnyTagClassName
{
color: #C0735C;
}
</style>
background-color css
<style>
a { background-color: #C0735C; }
a { background-color: rgb(192,115,92); }
div.DivClassName
{
background-color: #C0735C;
}
.BgClassName
{
background-color: #C0735C;
}
</style>
border-color css
<style>
span { border-color: #C0735C; }
span { border-color: rgb(192,115,92); }
td.TdClassName
{
border-color: #C0735C;
}
.TagClassName
{
border-color: #C0735C;
}
</style>