Shades of Japonica #C8795D
Tints of Japonica #C8795D
RGB
CMYK
RGB Variations
Color information
#C8795D (or 0xC8795D) is known color: Japonica. HEX triplet: C8, 79 and 5D. RGB value is (200,121,93). Sum of RGB (Red+Green+Blue) = 200+121+93=414 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.31% from 414); Green value is 121 (47.66% from 255 or 29.23% from 414); Blue value is 93 (36.72% from 255 or 22.46% from 414); Max value from RGB is 200 - color contains mainly: red. Hex color #C8795D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8795D is #3786A2. Grayscale: #8D8D8D. Windows color (decimal): -3638947 or 6126024. OLE color: 6126024.
HSL color Cylindrical-coordinate representation of color #C8795D: hue angle of 15.7º 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 #C8795D is Cyan = 0, Magento = 0.39, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 121 | 93 | - |
| CMYK | 0 | 0.39 | 0.54 | 0.22 |
| HSL | 15.7º | 0.49% | 0.57% | - |
| HSV(B) | 15.7º | 0.54% | 0.78% | - |
| XYZ | 32.63 | 26.74 | 13.8 | - |
| YUV | 141.43 | 100.67 | 169.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 121 | 93 | 0 | 0.39 | 0.54 | 0.22 | 15.7 | 0.49 | 0.57 |
| Hex | C8 | 79 | 5D | 0 | 27 | 36 | 16 | 10 | 31 | 39 |
| Octal | 310 | 171 | 135 | 0 | 47 | 66 | 26 | 20 | 61 | 71 |
| Binary | 11001000 | 1111001 | 1011101 | 0 | 100111 | 110110 | 10110 | 10000 | 110001 | 111001 |
Color Harmonies of #C8795D
Complementary color
Monochromatic Colors of #C8795D
Black with #C8795D
Text Example
Text Example
White with #C8795D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8795D; }
p { color: rgb(200,121,93); }
H1.HeaderClassName
{
color: #C8795D;
}
.AnyTagClassName
{
color: #C8795D;
}
</style>
background-color css
<style>
a { background-color: #C8795D; }
a { background-color: rgb(200,121,93); }
div.DivClassName
{
background-color: #C8795D;
}
.BgClassName
{
background-color: #C8795D;
}
</style>
border-color css
<style>
span { border-color: #C8795D; }
span { border-color: rgb(200,121,93); }
td.TdClassName
{
border-color: #C8795D;
}
.TagClassName
{
border-color: #C8795D;
}
</style>