Shades of Japonica #C8765D
Tints of Japonica #C8765D
RGB
CMYK
RGB Variations
Color information
#C8765D (or 0xC8765D) is known color: Japonica. HEX triplet: C8, 76 and 5D. RGB value is (200,118,93). Sum of RGB (Red+Green+Blue) = 200+118+93=411 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.66% from 411); Green value is 118 (46.48% from 255 or 28.71% from 411); Blue value is 93 (36.72% from 255 or 22.63% from 411); Max value from RGB is 200 - color contains mainly: red. Hex color #C8765D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8765D is #3789A2. Grayscale: #8B8B8B. Windows color (decimal): -3639715 or 6125256. OLE color: 6125256.
HSL color Cylindrical-coordinate representation of color #C8765D: hue angle of 14.02º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C8765D is Cyan = 0, Magento = 0.41, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 118 | 93 | - |
| CMYK | 0 | 0.41 | 0.54 | 0.22 |
| HSL | 14.02º | 0.49% | 0.57% | - |
| HSV(B) | 14.02º | 0.54% | 0.78% | - |
| XYZ | 32.27 | 26.03 | 13.68 | - |
| YUV | 139.67 | 101.67 | 171.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 118 | 93 | 0 | 0.41 | 0.54 | 0.22 | 14.02 | 0.49 | 0.57 |
| Hex | C8 | 76 | 5D | 0 | 29 | 36 | 16 | E | 31 | 39 |
| Octal | 310 | 166 | 135 | 0 | 51 | 66 | 26 | 16 | 61 | 71 |
| Binary | 11001000 | 1110110 | 1011101 | 0 | 101001 | 110110 | 10110 | 1110 | 110001 | 111001 |
Color Harmonies of #C8765D
Complementary color
Monochromatic Colors of #C8765D
Black with #C8765D
Text Example
Text Example
White with #C8765D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8765D; }
p { color: rgb(200,118,93); }
H1.HeaderClassName
{
color: #C8765D;
}
.AnyTagClassName
{
color: #C8765D;
}
</style>
background-color css
<style>
a { background-color: #C8765D; }
a { background-color: rgb(200,118,93); }
div.DivClassName
{
background-color: #C8765D;
}
.BgClassName
{
background-color: #C8765D;
}
</style>
border-color css
<style>
span { border-color: #C8765D; }
span { border-color: rgb(200,118,93); }
td.TdClassName
{
border-color: #C8765D;
}
.TagClassName
{
border-color: #C8765D;
}
</style>