Shades of Japonica #C8765E
Tints of Japonica #C8765E
RGB
CMYK
RGB Variations
Color information
#C8765E (or 0xC8765E) is known color: Japonica. HEX triplet: C8, 76 and 5E. RGB value is (200,118,94). Sum of RGB (Red+Green+Blue) = 200+118+94=412 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.54% from 412); Green value is 118 (46.48% from 255 or 28.64% from 412); Blue value is 94 (37.11% from 255 or 22.82% from 412); Max value from RGB is 200 - color contains mainly: red. Hex color #C8765E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8765E is #3789A1. Grayscale: #8B8B8B. Windows color (decimal): -3639714 or 6190792. OLE color: 6190792.
HSL color Cylindrical-coordinate representation of color #C8765E: hue angle of 13.58º 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 #C8765E is Cyan = 0, Magento = 0.41, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 118 | 94 | - |
| CMYK | 0 | 0.41 | 0.53 | 0.22 |
| HSL | 13.58º | 0.49% | 0.58% | - |
| HSV(B) | 13.58º | 0.53% | 0.78% | - |
| XYZ | 32.32 | 26.04 | 13.91 | - |
| YUV | 139.78 | 102.17 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 118 | 94 | 0 | 0.41 | 0.53 | 0.22 | 13.58 | 0.49 | 0.58 |
| Hex | C8 | 76 | 5E | 0 | 29 | 35 | 16 | E | 31 | 3A |
| Octal | 310 | 166 | 136 | 0 | 51 | 65 | 26 | 16 | 61 | 72 |
| Binary | 11001000 | 1110110 | 1011110 | 0 | 101001 | 110101 | 10110 | 1110 | 110001 | 111010 |
Color Harmonies of #C8765E
Complementary color
Monochromatic Colors of #C8765E
Black with #C8765E
Text Example
Text Example
White with #C8765E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8765E; }
p { color: rgb(200,118,94); }
H1.HeaderClassName
{
color: #C8765E;
}
.AnyTagClassName
{
color: #C8765E;
}
</style>
background-color css
<style>
a { background-color: #C8765E; }
a { background-color: rgb(200,118,94); }
div.DivClassName
{
background-color: #C8765E;
}
.BgClassName
{
background-color: #C8765E;
}
</style>
border-color css
<style>
span { border-color: #C8765E; }
span { border-color: rgb(200,118,94); }
td.TdClassName
{
border-color: #C8765E;
}
.TagClassName
{
border-color: #C8765E;
}
</style>