Shades of Japonica #C0735D
Tints of Japonica #C0735D
RGB
CMYK
RGB Variations
Color information
#C0735D (or 0xC0735D) is known color: Japonica. HEX triplet: C0, 73 and 5D. RGB value is (192,115,93). Sum of RGB (Red+Green+Blue) = 192+115+93=400 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48% from 400); Green value is 115 (45.31% from 255 or 28.75% from 400); Blue value is 93 (36.72% from 255 or 23.25% from 400); Max value from RGB is 192 - color contains mainly: red. Hex color #C0735D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0735D is #3F8CA2. Grayscale: #878787. Windows color (decimal): -4164771 or 6124480. OLE color: 6124480.
HSL color Cylindrical-coordinate representation of color #C0735D: hue angle of 13.33º 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 #C0735D is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 115 | 93 | - |
| CMYK | 0 | 0.40 | 0.52 | 0.25 |
| HSL | 13.33º | 0.44% | 0.56% | - |
| HSV(B) | 13.33º | 0.52% | 0.75% | - |
| XYZ | 29.84 | 24.26 | 13.47 | - |
| YUV | 135.52 | 104.01 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 115 | 93 | 0 | 0.40 | 0.52 | 0.25 | 13.33 | 0.44 | 0.56 |
| Hex | C0 | 73 | 5D | 0 | 28 | 34 | 19 | D | 2C | 38 |
| Octal | 300 | 163 | 135 | 0 | 50 | 64 | 31 | 15 | 54 | 70 |
| Binary | 11000000 | 1110011 | 1011101 | 0 | 101000 | 110100 | 11001 | 1101 | 101100 | 111000 |
Color Harmonies of #C0735D
Complementary color
Monochromatic Colors of #C0735D
Black with #C0735D
Text Example
Text Example
White with #C0735D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0735D; }
p { color: rgb(192,115,93); }
H1.HeaderClassName
{
color: #C0735D;
}
.AnyTagClassName
{
color: #C0735D;
}
</style>
background-color css
<style>
a { background-color: #C0735D; }
a { background-color: rgb(192,115,93); }
div.DivClassName
{
background-color: #C0735D;
}
.BgClassName
{
background-color: #C0735D;
}
</style>
border-color css
<style>
span { border-color: #C0735D; }
span { border-color: rgb(192,115,93); }
td.TdClassName
{
border-color: #C0735D;
}
.TagClassName
{
border-color: #C0735D;
}
</style>