Shades of Japonica #C8725D
Tints of Japonica #C8725D
RGB
CMYK
RGB Variations
Color information
#C8725D (or 0xC8725D) is known color: Japonica. HEX triplet: C8, 72 and 5D. RGB value is (200,114,93). Sum of RGB (Red+Green+Blue) = 200+114+93=407 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.14% from 407); Green value is 114 (44.92% from 255 or 28.01% from 407); Blue value is 93 (36.72% from 255 or 22.85% from 407); Max value from RGB is 200 - color contains mainly: red. Hex color #C8725D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8725D is #378DA2. Grayscale: #898989. Windows color (decimal): -3640739 or 6124232. OLE color: 6124232.
HSL color Cylindrical-coordinate representation of color #C8725D: hue angle of 11.78º 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 #C8725D is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 114 | 93 | - |
| CMYK | 0 | 0.43 | 0.54 | 0.22 |
| HSL | 11.78º | 0.49% | 0.57% | - |
| HSV(B) | 11.78º | 0.54% | 0.78% | - |
| XYZ | 31.81 | 25.1 | 13.52 | - |
| YUV | 137.32 | 102.99 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 114 | 93 | 0 | 0.43 | 0.54 | 0.22 | 11.78 | 0.49 | 0.57 |
| Hex | C8 | 72 | 5D | 0 | 2B | 36 | 16 | C | 31 | 39 |
| Octal | 310 | 162 | 135 | 0 | 53 | 66 | 26 | 14 | 61 | 71 |
| Binary | 11001000 | 1110010 | 1011101 | 0 | 101011 | 110110 | 10110 | 1100 | 110001 | 111001 |
Color Harmonies of #C8725D
Complementary color
Monochromatic Colors of #C8725D
Black with #C8725D
Text Example
Text Example
White with #C8725D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8725D; }
p { color: rgb(200,114,93); }
H1.HeaderClassName
{
color: #C8725D;
}
.AnyTagClassName
{
color: #C8725D;
}
</style>
background-color css
<style>
a { background-color: #C8725D; }
a { background-color: rgb(200,114,93); }
div.DivClassName
{
background-color: #C8725D;
}
.BgClassName
{
background-color: #C8725D;
}
</style>
border-color css
<style>
span { border-color: #C8725D; }
span { border-color: rgb(200,114,93); }
td.TdClassName
{
border-color: #C8725D;
}
.TagClassName
{
border-color: #C8725D;
}
</style>