Shades of Japonica #C9725B
Tints of Japonica #C9725B
RGB
CMYK
RGB Variations
Color information
#C9725B (or 0xC9725B) is known color: Japonica. HEX triplet: C9, 72 and 5B. RGB value is (201,114,91). Sum of RGB (Red+Green+Blue) = 201+114+91=406 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.51% from 406); Green value is 114 (44.92% from 255 or 28.08% from 406); Blue value is 91 (35.94% from 255 or 22.41% from 406); Max value from RGB is 201 - color contains mainly: red. Hex color #C9725B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9725B is #368DA4. Grayscale: #898989. Windows color (decimal): -3575205 or 5993161. OLE color: 5993161.
HSL color Cylindrical-coordinate representation of color #C9725B: hue angle of 12.55º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C9725B is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 114 | 91 | - |
| CMYK | 0 | 0.43 | 0.55 | 0.21 |
| HSL | 12.55º | 0.5% | 0.57% | - |
| HSV(B) | 12.55º | 0.55% | 0.79% | - |
| XYZ | 31.99 | 25.21 | 13.08 | - |
| YUV | 137.39 | 101.82 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 114 | 91 | 0 | 0.43 | 0.55 | 0.21 | 12.55 | 0.5 | 0.57 |
| Hex | C9 | 72 | 5B | 0 | 2B | 37 | 15 | D | 32 | 39 |
| Octal | 311 | 162 | 133 | 0 | 53 | 67 | 25 | 15 | 62 | 71 |
| Binary | 11001001 | 1110010 | 1011011 | 0 | 101011 | 110111 | 10101 | 1101 | 110010 | 111001 |
Color Harmonies of #C9725B
Complementary color
Monochromatic Colors of #C9725B
Black with #C9725B
Text Example
Text Example
White with #C9725B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9725B; }
p { color: rgb(201,114,91); }
H1.HeaderClassName
{
color: #C9725B;
}
.AnyTagClassName
{
color: #C9725B;
}
</style>
background-color css
<style>
a { background-color: #C9725B; }
a { background-color: rgb(201,114,91); }
div.DivClassName
{
background-color: #C9725B;
}
.BgClassName
{
background-color: #C9725B;
}
</style>
border-color css
<style>
span { border-color: #C9725B; }
span { border-color: rgb(201,114,91); }
td.TdClassName
{
border-color: #C9725B;
}
.TagClassName
{
border-color: #C9725B;
}
</style>