Shades of Japonica #C8705C
Tints of Japonica #C8705C
RGB
CMYK
RGB Variations
Color information
#C8705C (or 0xC8705C) is known color: Japonica. HEX triplet: C8, 70 and 5C. RGB value is (200,112,92). Sum of RGB (Red+Green+Blue) = 200+112+92=404 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.50% from 404); Green value is 112 (44.14% from 255 or 27.72% from 404); Blue value is 92 (36.33% from 255 or 22.77% from 404); Max value from RGB is 200 - color contains mainly: red. Hex color #C8705C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8705C is #378FA3. Grayscale: #888888. Windows color (decimal): -3641252 or 6058184. OLE color: 6058184.
HSL color Cylindrical-coordinate representation of color #C8705C: hue angle of 11.11º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C8705C is Cyan = 0, Magento = 0.44, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 112 | 92 | - |
| CMYK | 0 | 0.44 | 0.54 | 0.22 |
| HSL | 11.11º | 0.5% | 0.57% | - |
| HSV(B) | 11.11º | 0.54% | 0.78% | - |
| XYZ | 31.55 | 24.64 | 13.22 | - |
| YUV | 136.03 | 103.15 | 173.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 112 | 92 | 0 | 0.44 | 0.54 | 0.22 | 11.11 | 0.5 | 0.57 |
| Hex | C8 | 70 | 5C | 0 | 2C | 36 | 16 | B | 32 | 39 |
| Octal | 310 | 160 | 134 | 0 | 54 | 66 | 26 | 13 | 62 | 71 |
| Binary | 11001000 | 1110000 | 1011100 | 0 | 101100 | 110110 | 10110 | 1011 | 110010 | 111001 |
Color Harmonies of #C8705C
Complementary color
Monochromatic Colors of #C8705C
Black with #C8705C
Text Example
Text Example
White with #C8705C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8705C; }
p { color: rgb(200,112,92); }
H1.HeaderClassName
{
color: #C8705C;
}
.AnyTagClassName
{
color: #C8705C;
}
</style>
background-color css
<style>
a { background-color: #C8705C; }
a { background-color: rgb(200,112,92); }
div.DivClassName
{
background-color: #C8705C;
}
.BgClassName
{
background-color: #C8705C;
}
</style>
border-color css
<style>
span { border-color: #C8705C; }
span { border-color: rgb(200,112,92); }
td.TdClassName
{
border-color: #C8705C;
}
.TagClassName
{
border-color: #C8705C;
}
</style>