Shades of Japonica #C0725D
Tints of Japonica #C0725D
RGB
CMYK
RGB Variations
Color information
#C0725D (or 0xC0725D) is known color: Japonica. HEX triplet: C0, 72 and 5D. RGB value is (192,114,93). Sum of RGB (Red+Green+Blue) = 192+114+93=399 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.12% from 399); Green value is 114 (44.92% from 255 or 28.57% from 399); Blue value is 93 (36.72% from 255 or 23.31% from 399); Max value from RGB is 192 - color contains mainly: red. Hex color #C0725D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0725D is #3F8DA2. Grayscale: #878787. Windows color (decimal): -4165027 or 6124224. OLE color: 6124224.
HSL color Cylindrical-coordinate representation of color #C0725D: hue angle of 12.73º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C0725D is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 114 | 93 | - |
| CMYK | 0 | 0.41 | 0.52 | 0.25 |
| HSL | 12.73º | 0.44% | 0.56% | - |
| HSV(B) | 12.73º | 0.52% | 0.75% | - |
| XYZ | 29.73 | 24.03 | 13.43 | - |
| YUV | 134.93 | 104.34 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 114 | 93 | 0 | 0.41 | 0.52 | 0.25 | 12.73 | 0.44 | 0.56 |
| Hex | C0 | 72 | 5D | 0 | 29 | 34 | 19 | D | 2C | 38 |
| Octal | 300 | 162 | 135 | 0 | 51 | 64 | 31 | 15 | 54 | 70 |
| Binary | 11000000 | 1110010 | 1011101 | 0 | 101001 | 110100 | 11001 | 1101 | 101100 | 111000 |
Color Harmonies of #C0725D
Complementary color
Monochromatic Colors of #C0725D
Black with #C0725D
Text Example
Text Example
White with #C0725D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0725D; }
p { color: rgb(192,114,93); }
H1.HeaderClassName
{
color: #C0725D;
}
.AnyTagClassName
{
color: #C0725D;
}
</style>
background-color css
<style>
a { background-color: #C0725D; }
a { background-color: rgb(192,114,93); }
div.DivClassName
{
background-color: #C0725D;
}
.BgClassName
{
background-color: #C0725D;
}
</style>
border-color css
<style>
span { border-color: #C0725D; }
span { border-color: rgb(192,114,93); }
td.TdClassName
{
border-color: #C0725D;
}
.TagClassName
{
border-color: #C0725D;
}
</style>