Shades of Japonica #C9725E
Tints of Japonica #C9725E
RGB
CMYK
RGB Variations
Color information
#C9725E (or 0xC9725E) is known color: Japonica. HEX triplet: C9, 72 and 5E. RGB value is (201,114,94). Sum of RGB (Red+Green+Blue) = 201+114+94=409 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.14% from 409); Green value is 114 (44.92% from 255 or 27.87% from 409); Blue value is 94 (37.11% from 255 or 22.98% from 409); Max value from RGB is 201 - color contains mainly: red. Hex color #C9725E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9725E is #368DA1. Grayscale: #898989. Windows color (decimal): -3575202 or 6189769. OLE color: 6189769.
HSL color Cylindrical-coordinate representation of color #C9725E: hue angle of 11.21º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C9725E is Cyan = 0, Magento = 0.43, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 114 | 94 | - |
| CMYK | 0 | 0.43 | 0.53 | 0.21 |
| HSL | 11.21º | 0.5% | 0.58% | - |
| HSV(B) | 11.21º | 0.53% | 0.79% | - |
| XYZ | 32.13 | 25.26 | 13.77 | - |
| YUV | 137.73 | 103.32 | 173.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 114 | 94 | 0 | 0.43 | 0.53 | 0.21 | 11.21 | 0.5 | 0.58 |
| Hex | C9 | 72 | 5E | 0 | 2B | 35 | 15 | B | 32 | 3A |
| Octal | 311 | 162 | 136 | 0 | 53 | 65 | 25 | 13 | 62 | 72 |
| Binary | 11001001 | 1110010 | 1011110 | 0 | 101011 | 110101 | 10101 | 1011 | 110010 | 111010 |
Color Harmonies of #C9725E
Complementary color
Monochromatic Colors of #C9725E
Black with #C9725E
Text Example
Text Example
White with #C9725E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9725E; }
p { color: rgb(201,114,94); }
H1.HeaderClassName
{
color: #C9725E;
}
.AnyTagClassName
{
color: #C9725E;
}
</style>
background-color css
<style>
a { background-color: #C9725E; }
a { background-color: rgb(201,114,94); }
div.DivClassName
{
background-color: #C9725E;
}
.BgClassName
{
background-color: #C9725E;
}
</style>
border-color css
<style>
span { border-color: #C9725E; }
span { border-color: rgb(201,114,94); }
td.TdClassName
{
border-color: #C9725E;
}
.TagClassName
{
border-color: #C9725E;
}
</style>