Shades of Japonica #C8735A
Tints of Japonica #C8735A
RGB
CMYK
RGB Variations
Color information
#C8735A (or 0xC8735A) is known color: Japonica. HEX triplet: C8, 73 and 5A. RGB value is (200,115,90). Sum of RGB (Red+Green+Blue) = 200+115+90=405 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.38% from 405); Green value is 115 (45.31% from 255 or 28.40% from 405); Blue value is 90 (35.55% from 255 or 22.22% from 405); Max value from RGB is 200 - color contains mainly: red. Hex color #C8735A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8735A is #378CA5. Grayscale: #898989. Windows color (decimal): -3640486 or 5927880. OLE color: 5927880.
HSL color Cylindrical-coordinate representation of color #C8735A: hue angle of 13.64º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C8735A is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 115 | 90 | - |
| CMYK | 0 | 0.42 | 0.55 | 0.22 |
| HSL | 13.64º | 0.5% | 0.57% | - |
| HSV(B) | 13.64º | 0.55% | 0.78% | - |
| XYZ | 31.8 | 25.28 | 12.88 | - |
| YUV | 137.57 | 101.16 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 115 | 90 | 0 | 0.42 | 0.55 | 0.22 | 13.64 | 0.5 | 0.57 |
| Hex | C8 | 73 | 5A | 0 | 2A | 37 | 16 | E | 32 | 39 |
| Octal | 310 | 163 | 132 | 0 | 52 | 67 | 26 | 16 | 62 | 71 |
| Binary | 11001000 | 1110011 | 1011010 | 0 | 101010 | 110111 | 10110 | 1110 | 110010 | 111001 |
Color Harmonies of #C8735A
Complementary color
Monochromatic Colors of #C8735A
Black with #C8735A
Text Example
Text Example
White with #C8735A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8735A; }
p { color: rgb(200,115,90); }
H1.HeaderClassName
{
color: #C8735A;
}
.AnyTagClassName
{
color: #C8735A;
}
</style>
background-color css
<style>
a { background-color: #C8735A; }
a { background-color: rgb(200,115,90); }
div.DivClassName
{
background-color: #C8735A;
}
.BgClassName
{
background-color: #C8735A;
}
</style>
border-color css
<style>
span { border-color: #C8735A; }
span { border-color: rgb(200,115,90); }
td.TdClassName
{
border-color: #C8735A;
}
.TagClassName
{
border-color: #C8735A;
}
</style>