Shades of Japonica #C8735C
Tints of Japonica #C8735C
RGB
CMYK
RGB Variations
Color information
#C8735C (or 0xC8735C) is known color: Japonica. HEX triplet: C8, 73 and 5C. RGB value is (200,115,92). Sum of RGB (Red+Green+Blue) = 200+115+92=407 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.14% from 407); Green value is 115 (45.31% from 255 or 28.26% from 407); Blue value is 92 (36.33% from 255 or 22.60% from 407); Max value from RGB is 200 - color contains mainly: red. Hex color #C8735C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8735C is #378CA3. Grayscale: #898989. Windows color (decimal): -3640484 or 6058952. OLE color: 6058952.
HSL color Cylindrical-coordinate representation of color #C8735C: hue angle of 12.78º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C8735C is Cyan = 0, Magento = 0.42, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 115 | 92 | - |
| CMYK | 0 | 0.42 | 0.54 | 0.22 |
| HSL | 12.78º | 0.5% | 0.57% | - |
| HSV(B) | 12.78º | 0.54% | 0.78% | - |
| XYZ | 31.88 | 25.31 | 13.33 | - |
| YUV | 137.79 | 102.16 | 172.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 115 | 92 | 0 | 0.42 | 0.54 | 0.22 | 12.78 | 0.5 | 0.57 |
| Hex | C8 | 73 | 5C | 0 | 2A | 36 | 16 | D | 32 | 39 |
| Octal | 310 | 163 | 134 | 0 | 52 | 66 | 26 | 15 | 62 | 71 |
| Binary | 11001000 | 1110011 | 1011100 | 0 | 101010 | 110110 | 10110 | 1101 | 110010 | 111001 |
Color Harmonies of #C8735C
Complementary color
Monochromatic Colors of #C8735C
Black with #C8735C
Text Example
Text Example
White with #C8735C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8735C; }
p { color: rgb(200,115,92); }
H1.HeaderClassName
{
color: #C8735C;
}
.AnyTagClassName
{
color: #C8735C;
}
</style>
background-color css
<style>
a { background-color: #C8735C; }
a { background-color: rgb(200,115,92); }
div.DivClassName
{
background-color: #C8735C;
}
.BgClassName
{
background-color: #C8735C;
}
</style>
border-color css
<style>
span { border-color: #C8735C; }
span { border-color: rgb(200,115,92); }
td.TdClassName
{
border-color: #C8735C;
}
.TagClassName
{
border-color: #C8735C;
}
</style>