Shades of Japonica #C8755E
Tints of Japonica #C8755E
RGB
CMYK
RGB Variations
Color information
#C8755E (or 0xC8755E) is known color: Japonica. HEX triplet: C8, 75 and 5E. RGB value is (200,117,94). Sum of RGB (Red+Green+Blue) = 200+117+94=411 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.66% from 411); Green value is 117 (46.09% from 255 or 28.47% from 411); Blue value is 94 (37.11% from 255 or 22.87% from 411); Max value from RGB is 200 - color contains mainly: red. Hex color #C8755E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8755E is #378AA1. Grayscale: #8B8B8B. Windows color (decimal): -3639970 or 6190536. OLE color: 6190536.
HSL color Cylindrical-coordinate representation of color #C8755E: hue angle of 13.02º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C8755E is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 117 | 94 | - |
| CMYK | 0 | 0.42 | 0.53 | 0.22 |
| HSL | 13.02º | 0.49% | 0.58% | - |
| HSV(B) | 13.02º | 0.53% | 0.78% | - |
| XYZ | 32.2 | 25.81 | 13.87 | - |
| YUV | 139.2 | 102.5 | 171.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 117 | 94 | 0 | 0.42 | 0.53 | 0.22 | 13.02 | 0.49 | 0.58 |
| Hex | C8 | 75 | 5E | 0 | 2A | 35 | 16 | D | 31 | 3A |
| Octal | 310 | 165 | 136 | 0 | 52 | 65 | 26 | 15 | 61 | 72 |
| Binary | 11001000 | 1110101 | 1011110 | 0 | 101010 | 110101 | 10110 | 1101 | 110001 | 111010 |
Color Harmonies of #C8755E
Complementary color
Monochromatic Colors of #C8755E
Black with #C8755E
Text Example
Text Example
White with #C8755E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8755E; }
p { color: rgb(200,117,94); }
H1.HeaderClassName
{
color: #C8755E;
}
.AnyTagClassName
{
color: #C8755E;
}
</style>
background-color css
<style>
a { background-color: #C8755E; }
a { background-color: rgb(200,117,94); }
div.DivClassName
{
background-color: #C8755E;
}
.BgClassName
{
background-color: #C8755E;
}
</style>
border-color css
<style>
span { border-color: #C8755E; }
span { border-color: rgb(200,117,94); }
td.TdClassName
{
border-color: #C8755E;
}
.TagClassName
{
border-color: #C8755E;
}
</style>