Shades of Japonica #C8725B
Tints of Japonica #C8725B
RGB
CMYK
RGB Variations
Color information
#C8725B (or 0xC8725B) is known color: Japonica. HEX triplet: C8, 72 and 5B. RGB value is (200,114,91). Sum of RGB (Red+Green+Blue) = 200+114+91=405 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.38% from 405); Green value is 114 (44.92% from 255 or 28.15% from 405); Blue value is 91 (35.94% from 255 or 22.47% from 405); Max value from RGB is 200 - color contains mainly: red. Hex color #C8725B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8725B is #378DA4. Grayscale: #898989. Windows color (decimal): -3640741 or 5993160. OLE color: 5993160.
HSL color Cylindrical-coordinate representation of color #C8725B: hue angle of 12.66º 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 #C8725B is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 114 | 91 | - |
| CMYK | 0 | 0.43 | 0.54 | 0.22 |
| HSL | 12.66º | 0.5% | 0.57% | - |
| HSV(B) | 12.66º | 0.55% | 0.78% | - |
| XYZ | 31.73 | 25.07 | 13.06 | - |
| YUV | 137.09 | 101.99 | 172.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 114 | 91 | 0 | 0.43 | 0.54 | 0.22 | 12.66 | 0.5 | 0.57 |
| Hex | C8 | 72 | 5B | 0 | 2B | 36 | 16 | D | 32 | 39 |
| Octal | 310 | 162 | 133 | 0 | 53 | 66 | 26 | 15 | 62 | 71 |
| Binary | 11001000 | 1110010 | 1011011 | 0 | 101011 | 110110 | 10110 | 1101 | 110010 | 111001 |
Color Harmonies of #C8725B
Complementary color
Monochromatic Colors of #C8725B
Black with #C8725B
Text Example
Text Example
White with #C8725B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8725B; }
p { color: rgb(200,114,91); }
H1.HeaderClassName
{
color: #C8725B;
}
.AnyTagClassName
{
color: #C8725B;
}
</style>
background-color css
<style>
a { background-color: #C8725B; }
a { background-color: rgb(200,114,91); }
div.DivClassName
{
background-color: #C8725B;
}
.BgClassName
{
background-color: #C8725B;
}
</style>
border-color css
<style>
span { border-color: #C8725B; }
span { border-color: rgb(200,114,91); }
td.TdClassName
{
border-color: #C8725B;
}
.TagClassName
{
border-color: #C8725B;
}
</style>