Shades of Japonica #C8745F
Tints of Japonica #C8745F
RGB
CMYK
RGB Variations
Color information
#C8745F (or 0xC8745F) is known color: Japonica. HEX triplet: C8, 74 and 5F. RGB value is (200,116,95). Sum of RGB (Red+Green+Blue) = 200+116+95=411 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.66% from 411); Green value is 116 (45.70% from 255 or 28.22% from 411); Blue value is 95 (37.5% from 255 or 23.11% from 411); Max value from RGB is 200 - color contains mainly: red. Hex color #C8745F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8745F is #378BA0. Grayscale: #8A8A8A. Windows color (decimal): -3640225 or 6255816. OLE color: 6255816.
HSL color Cylindrical-coordinate representation of color #C8745F: hue angle of 12º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C8745F is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 116 | 95 | - |
| CMYK | 0 | 0.42 | 0.52 | 0.22 |
| HSL | 12º | 0.49% | 0.58% | - |
| HSV(B) | 12º | 0.53% | 0.78% | - |
| XYZ | 32.13 | 25.6 | 14.07 | - |
| YUV | 138.72 | 103.33 | 171.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 116 | 95 | 0 | 0.42 | 0.52 | 0.22 | 12 | 0.49 | 0.58 |
| Hex | C8 | 74 | 5F | 0 | 2A | 34 | 16 | C | 31 | 3A |
| Octal | 310 | 164 | 137 | 0 | 52 | 64 | 26 | 14 | 61 | 72 |
| Binary | 11001000 | 1110100 | 1011111 | 0 | 101010 | 110100 | 10110 | 1100 | 110001 | 111010 |
Color Harmonies of #C8745F
Complementary color
Monochromatic Colors of #C8745F
Black with #C8745F
Text Example
Text Example
White with #C8745F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8745F; }
p { color: rgb(200,116,95); }
H1.HeaderClassName
{
color: #C8745F;
}
.AnyTagClassName
{
color: #C8745F;
}
</style>
background-color css
<style>
a { background-color: #C8745F; }
a { background-color: rgb(200,116,95); }
div.DivClassName
{
background-color: #C8745F;
}
.BgClassName
{
background-color: #C8745F;
}
</style>
border-color css
<style>
span { border-color: #C8745F; }
span { border-color: rgb(200,116,95); }
td.TdClassName
{
border-color: #C8745F;
}
.TagClassName
{
border-color: #C8745F;
}
</style>