Shades of Japonica #C9725C
Tints of Japonica #C9725C
RGB
CMYK
RGB Variations
Color information
#C9725C (or 0xC9725C) is known color: Japonica. HEX triplet: C9, 72 and 5C. RGB value is (201,114,92). Sum of RGB (Red+Green+Blue) = 201+114+92=407 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.39% from 407); Green value is 114 (44.92% from 255 or 28.01% from 407); Blue value is 92 (36.33% from 255 or 22.60% from 407); Max value from RGB is 201 - color contains mainly: red. Hex color #C9725C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9725C is #368DA3. Grayscale: #898989. Windows color (decimal): -3575204 or 6058697. OLE color: 6058697.
HSL color Cylindrical-coordinate representation of color #C9725C: hue angle of 12.11º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C9725C is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 114 | 92 | - |
| CMYK | 0 | 0.43 | 0.54 | 0.21 |
| HSL | 12.11º | 0.5% | 0.57% | - |
| HSV(B) | 12.11º | 0.54% | 0.79% | - |
| XYZ | 32.04 | 25.22 | 13.31 | - |
| YUV | 137.51 | 102.32 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 114 | 92 | 0 | 0.43 | 0.54 | 0.21 | 12.11 | 0.5 | 0.57 |
| Hex | C9 | 72 | 5C | 0 | 2B | 36 | 15 | C | 32 | 39 |
| Octal | 311 | 162 | 134 | 0 | 53 | 66 | 25 | 14 | 62 | 71 |
| Binary | 11001001 | 1110010 | 1011100 | 0 | 101011 | 110110 | 10101 | 1100 | 110010 | 111001 |
Color Harmonies of #C9725C
Complementary color
Monochromatic Colors of #C9725C
Black with #C9725C
Text Example
Text Example
White with #C9725C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9725C; }
p { color: rgb(201,114,92); }
H1.HeaderClassName
{
color: #C9725C;
}
.AnyTagClassName
{
color: #C9725C;
}
</style>
background-color css
<style>
a { background-color: #C9725C; }
a { background-color: rgb(201,114,92); }
div.DivClassName
{
background-color: #C9725C;
}
.BgClassName
{
background-color: #C9725C;
}
</style>
border-color css
<style>
span { border-color: #C9725C; }
span { border-color: rgb(201,114,92); }
td.TdClassName
{
border-color: #C9725C;
}
.TagClassName
{
border-color: #C9725C;
}
</style>